ListCreativesResponse

  • The ListCreativesResponse provides a list of creatives and a token for retrieving the next page of results.

  • The creatives field contains an array of Creative objects.

  • The nextPageToken field is a string used to request the subsequent page of results in a creatives.list call.

A response for listing creatives.

JSON representation
{
  "creatives": [
    {
      object (Creative)
    }
  ],
  "nextPageToken": string
}
Fields
creatives[]

object (Creative)

The list of creatives.

nextPageToken

string

A token to retrieve the next page of results. Pass this value in the ListCreativesRequest.pageToken field in the subsequent call to the creatives.list method to retrieve the next page of results.