ListCreativesResponse

  • This documentation outlines the structure of a JSON response for listing creatives.

  • The response includes a list of creatives and a token for retrieving the next page of results if available.

  • Each creative is represented as a JSON object conforming to the Creative schema definition.

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.