List of Creatives
GET {{campaign_url}}/creatives?advertiserId={{advertiserId}}&offset=0&limit=10&sortOrder=asc&sortKey=id
Retrieve a list of creatives
You can retrieve all of the creatives within a specified market or advertiser by sending this GET
request.
Note: marketId
and advertiserId
cannot be used at the same time for a single request.
If you want to view all creatives under a given market and have access to multiple markets, you must specify a value for marketId
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
marketId | number | Limits response results to creatives within the market specified. |
Cannot be defined when advertiserId is defined. |
| advertiserId
| string | | Limits response results to creatives under the advertiser specified. If left unchecked/empty, creatives under all advertisers are returned.
Cannot be defined when marketId is defined. |
| offset
| number | | The starting index in the list of creatives. |
| limit
| number | | The number of creatives to return. |
| sortOrder
| string | | Direction by which results should be sorted.
Allowed values: asc, desc |
| sortKey
| string | | Field by which results should be sorted.
Allowed values: name, id |