Get Creative
This endpoint allows clients to retrieve the details of a single creative.
Endpoint
Method: GET
https://lifeapi.pulsepoint.com/RestApi/v2/lifecreative/{creativeId}
Path Parameter: creativeId is the ID of the creative in Life.
Response
{
"creativeType": "html",
"id": 830070,
"name": "Testing v2 300x250",
"advertiserName": "TAMTESTING ACCOUNT",
"adSizeWidth": 300,
"adSizeHeight": 250,
"domainLandingPage": "tradedesk.com",
"adChoicesIcon": "TopRight",
"obaIconOnly": true,
"accountId": 561939,
"categoryNames": [],
"approvalStatus": "Approved",
"denialReason": "",
"userAccountId": -1,
"advertiserId": 5132,
"adFormat": "GenericHtml",
"creativeHtml": "<div style=\"width: 300px; height: 250px; position:relative;\"><IFRAME style=\"position:absolute; width:300px; height:250px;\" frameborder=0 src=\"https://media-active.contextweb.com/creatives/5132/1738082452967/banner_fluad_300x250/index.html?clickTag=%%ENCODEDCLICK%%http%253A%252F%252Ftest1.com&clickTag2=%%ENCODEDCLICK%%http%253A%252F%252Ftest2.com&clickTag3=%%ENCODEDCLICK%%http%253A%252F%252Ftest3.com\"></IFRAME></div>",
"html5": true,
"html5Clicks": [
{
"id": 2740,
"name": "clickTag",
"clickUrl": "http://test1.com"
},
{
"id": 2741,
"name": "clickTag2",
"clickUrl": "http://test2.com"
},
{
"id": 2742,
"name": "clickTag3",
"clickUrl": "http://test3.com"
}
]
}Updated about 1 month ago
