The account to list the creatives from. Specify "-" to list all creatives the current user has access to.
Query parameters
Parameters
pageSize
integer
Requested page size. The server may return fewer creatives than requested (due to timeout constraint) even if more are available through another call. If unspecified, server will pick an appropriate default. Acceptable values are 1 to 1000, inclusive.
pageToken
string
A token identifying a page of results the server should return. Typically, this is the value of ListCreativesResponse.next_page_token returned from the previous call to 'creatives.list' method.
query
string
An optional query string to filter creatives. If no filter is specified, all active creatives will be returned.
A token to retrieve the next page of results. Pass this value in the ListCreativesRequest.page_token field in the subsequent call to creatives.list method to retrieve the next page of results.