Existing Creative
GET {{campaign_url}}/creatives/:id
Retrieve a single creative
You can retrieve an existing creative in your market by sending this GET
request.
To retrieve the id
of a creative, you must first send one of the following:
-
POST
New Creative request -
GET
List of Creatives request
POST
New Creative will automatically populate the creativeId
variable with the ID of your newly created creative.
GET
List of Creatives will return a list of creative objects—within your market or advertiser—containing IDs that you can copy and paste into the value cell for id
.
RESPONSES
status: OK
{"data":[{"id":"1608812159","marketId":"1","resourceType":"creative","status":"play","advertiserId":"1608792487","createdAt":"2022-09-15T17:32:16Z","updatedAt":"2022-09-15T17:32:43Z","mediaFormat":"video","adFormat":"standardVideo","language":"en","iabCategory":"iab2-1","name":"irene test creative","amobeeAdServer":{"creativeAssetKey":"2022_09/69a8a6a956524154b4705c4f66932c71.webm","adSizeId":13,"clickAction":{"url":"http://www.amobee.com"}},"companion":{"thirdPartyAdServer":{"provider":"doubleVerify","tag":"\u003cscript src='https://www.googletagservices.com/dcm/dcmads.js'\u003e\u003c/script\u003e","clickOrLandingPageUrl":"https://amobee.com","isCompanionOptional":false,"adSizeId":179},"thirdPartyTrackings":[{"provider":"doubleVerify","tracker":"https://doubleverify.com"}]},"startDate":"","endDate":"","transcodingCompletionEmails":["myEmail@amobee.com","myEmail2@amobee.com"],"isSslCompliant":true,"thirdPartyTrackings":[{"provider":"adCentric","playerEvent":"collapse","tracker":"https://adcentric.com"}],"disclosureAttributes":{"adContents":["noVisibleAdvertiseOrProductName","political"],"explicitLanguageWords":["put","your","words"],"bannedLanguageWords":["put","your","words"],"adBehaviors":["animationAutoStart","userInteractive"],"targetAudiences":["LGBT","alternativeLifestyles"],"offers":["tobacco","freeAccount"],"landingPages":["landingPageEntryPop","landingPageExitPop"],"visibleDisclaimers":["freeShipping","freeFinancing"],"disclaimerTerms":"footnoteNoTerms"},"previewUrl":"https://platform.amobee.com/img-data/2022_09/69a8a6a956524154b4705c4f66932c71.webm"}],"errors":[]}