v1

latestOpenAPI 3.1.02026-07-2616636641.7 KB

List Creatives For Advertiser

This returns properties of all the creatives for a given advertiser based on the advertiser id.

get/v1/advertiser/{AdvertiserID}/creatives

Path parameters

AdvertiserIDinteger required

The ID of the Advertiser

Response

200

pageinteger

Example response

{
  "page": 1,
  "items": [
    {
      "Id": 123456,
      "Title": "Adzerk Blue Creative",
      "ImageName": "somelongstring.jpg",
      "Url": "https://adzerk.com",
      "AdvertiserId": 123456,
      "IsActive": true,
      "AdTypeId": 5,
      "Alt": "Adzerk - Native Ads",
      "IsHTMLJS": true,
      "ScriptBody": "The Great API Content",
      "ImageLink": "https://somecdn.com/somelongstring.jpg",
      "Metadata": "JSON object as string",
      "IsNoTrack": true
    }
  ]
}