Existing Ad
GET {{campaign_url}}/ads/:id
Retrieve a single ad
You can retrieve an existing ad by sending this GET
request.
To retrieve the id
of an ad, you must first send one of the following:
-
POST
New Ad request -
GET
List of Ads request
POST
New Ad will automatically populate the adId
variable with the ID of your newly created ad.
GET
List of Ads will return a list of ad objects containing IDs that you can copy and paste into the value cell for id
.
RESPONSES
status: OK
{"data":[{"id":"53427131","resourceType":"ad","adFormat":"standard","adSizeId":"3","advertiserId":"1608792487","createdAt":"2022-09-19T18:37:48Z","clientStatus":"play","hasCompanion":false,"insertionOrderId":"1608792488","packageId":"1608792594","lineItemId":"1608801242","updatedAt":"2022-09-19T18:37:48Z","workflowStatus":"approved","creatives":[{"creativeId":"1608815587","weight":0.25},{"creativeId":"1608815506","weight":0.75}],"name":"2022 summer ad","rotation":"weighted"}],"errors":[]}