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
channels
field is a list of channel objects that is absent if empty. -
The
nextPageToken
is a string used to retrieve the next page of results by passing its value in thepageToken
field of the subsequentListChannels
method 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 |