AI-generated Key Takeaways
-
The JSON response for listing channels includes an array of
Channel
objects and anextPageToken
for pagination. -
channels
field contains a list ofChannel
objects, representing the advertiser's channels. -
nextPageToken
is used to retrieve subsequent pages of channel results if available.
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 |