AI-generated Key Takeaways
-
Display & Video 360 API v3 has sunset and users should use v4 instead.
-
The JSON representation for the List Channels Response includes a list of channels and a nextPageToken.
-
The
channels
field is a list of Channel objects and will be absent if empty. -
The
nextPageToken
field is a string used to retrieve the next page of results in subsequent calls to theListChannels
method.
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 |