Skip to content

List creatives

GET
/campaigns/{campaignId}/creatives

Returns list of creatives per campaign

campaignId
required
integer

Successfully retrieved creatives

object
meta
object
pagination
Pagination section

Contains page and count information for lists

object
count

Number of items returned in this response

integer
totalCount

Total number of items in collection

integer
page

Current page

integer
totalPages

Total number of pages in collection

integer
data
Array<object>
Creative

Object representing a creative

object
id

Internal creative ID

integer
campaignId

Internal campaign ID

integer
name

Creative name

string
createdAt

Date of creative creation

date
updatedAt

Date of most recent creative update

date
parentId
  • Usualy, ID of a VAST container
integer
sourceType

Creative type

string
sourceTypeLabel

User readable type

string
shareURL

Complete share creative URL

string
livePreviewURL

URL to a preview of the creative

string
previewAnimationURL

URL to an animation generated (if any)

string
width

Creative width in pixels

integer
height

Creative height in pixels

integer
userId

User ID of user that uploaded this creative

integer
nbVariations
  • Amount of variations found (if any)
integer
nbMediaFiles
  • Amount of files related to the creative. Not available in list mode
integer
latestScanStatus

Scan object with a status. See Scan in schema’s objects

401 Authentication failed

401 Authentication failed response

Unable to authenticate user

object
error
Error section

Contains issue information for error responses

object
responseCode

HTTP response code for verification against header response

integer
issues

Detailed information on the issues that triggered the error

Array<object>
Error issue

Issue when returned as part of error section in unsuccessful response

object
type

Advalidation issue type key (please quote when reaching out to support)

string
message

Human readable issue description

string
relatedField

Specific field in the request that the issue relates to

string

404 Not found

404 Not found response

Requested resource or underlying resource was not found

object
error
Error section

Contains issue information for error responses

object
responseCode

HTTP response code for verification against header response

integer
issues

Detailed information on the issues that triggered the error

Array<object>
Error issue

Issue when returned as part of error section in unsuccessful response

object
type

Advalidation issue type key (please quote when reaching out to support)

string
message

Human readable issue description

string
relatedField

Specific field in the request that the issue relates to

string

422 Unprocessable entity

422 Unprocessable entity

There is something wrong with the content of the request, typically missing or improperly formatted fields

object
error
Error section

Contains issue information for error responses

object
responseCode

HTTP response code for verification against header response

integer
issues

Detailed information on the issues that triggered the error

Array<object>
Error issue

Issue when returned as part of error section in unsuccessful response

object
type

Advalidation issue type key (please quote when reaching out to support)

string
message

Human readable issue description

string
relatedField

Specific field in the request that the issue relates to

string