Creatives (coming soon)

Creatives represent the design files that the advertiser would like to appear on the ads.

We currently accept .jpg and .png file types.

The Creative Object

id: integer
name: string
url: string
advertiser_id
width: integer (width in pixels)
height: integer (height in pixels)
approvals: array
rejections: array
campaigns: array of campaing_id and approval status (PENDING | APPROVED | REJECTED)

Endpoints

Summary

POST /creatives #=> Create creative
GET /creatives #=>  List creatives
POST /creatives/:id/campaign/:campaign_id #=> Request approval for campaign
GET /creatives/:id #=> Get specific creative

Create Creative

create Creative

post
Path parameters
campaign_tokenstringRequired
Header parameters
X-PARTNER-TOKENstringOptional
Body
file_urlstring · min: 1Required
Responses
chevron-right
200

successful

application/json
idnotRequired
programmatic_plan_idnotRequired
upload_idnotRequired
approved_atstring · nullableOptional
rejected_atstring · nullableOptional
created_atstring · date · min: 1Required
updated_atstring · date · min: 1Required
iab_category_idinteger · nullableRequired
widthstring · min: 1Required
heightstring · min: 1Required
external_idstring · min: 1Required
error_atstring · nullableOptional
deleted_atstring · nullableOptional
ignore_videostring · nullableOptional
errorstring · nullableOptional
resolution_idinteger · nullableRequired
metadataobject · nullableOptional
file_hashstring · min: 1Required
dcm_tagstring · nullableOptional
dcm_video_durationstring · nullableOptional
dcm_video_bitratestring · nullableOptional
post
/v1/campaigns/{campaign_token}/creatives
200

successful

List Creatives

Request approval for campaign

Get Creative

Last updated