AI-generated Key Takeaways
-
Display & Video 360 API v2 has sunset.
-
The JSON representation for listing channels includes an array of channel objects and a string for the next page token.
-
The
channelsfield is a list of channel objects that is absent if empty. -
The
nextPageTokenis a string used to retrieve the next page of results by passing its value in thepageTokenfield of the subsequentListChannelsmethod call.
| JSON representation |
|---|
{
"channels": [
{
object ( |
| Fields | |
|---|---|
channels[] |
The list of channels. This list will be absent if empty. |
nextPageToken |
A token to retrieve the next page of results. Pass this value in the |