Introduction
The creatives report provides performance metrics from your creatives, including the number of displays, clicks, and click-through rate. These reports include the ability to be broken down by formats, display sizes, coupons, ads, ad types, and date or time.Making a call
Creatives report is available at the following endpoint: Below is an example of the body for the POST call:Metrics
Value | Description |
|---|---|
displays | Number of displays |
clicks | Number of clicks |
ctr | Click Through Rate |
Dimensions
Value | Description |
|---|---|
adType | Classification of ads based on required brand assets and potential reach |
coupon | Static images displayed within an ad creative. Usually used to deliver commercial offers or branding messages |
couponId | Id of the coupon |
sizeCategory | Grouping of display sizes by category |
displaySize | The displayed size of the ad expressed in pixels |
ad | Name of the ad |
adId | Id of the ad |
day | Represents date in a day format |
hour | Represents date in an hour format |
Attributes
Field | Type | Required | Default Value | Description |
|---|---|---|---|---|
startDate | DateTime | Yes | Start of the report in YY-MM-DD format | |
endDate | DateTime | Yes | End of the report in YY-MM-DD format | |
dimensions | string[] | Yes | List of dimensions to retrieve | |
metrics | string[] | Yes | List of metrics to retrieve | |
advertiserIds | string[] | Yes | Ids of the advertisers | |
timezone | string | No | UTC | Timezone used for dates |
format | string[] | No | Report only on the specified ad types | |
displaySizes | string[] | No | Report only on the specified display sizes | |
couponNames | string[] | No | Report only on the specified coupon names | |
campaignIds | string[] | No | Report only on the specified campaign ids | |
adSetIds | string[] | No | Report only on the specified adSet ids | |
adSetStatus | string[] | No | Report only on the specified adSet status |