Skip to main content
POST
Get creative metrics

Authorizations

Authorization
string
header
required

Bearer authentication. Pass the access token in the Authorization: Bearer <token> header.

Body

application/json

Query for creative metric.

ad_unit_id
string<uuid>
required
Example:

"4b719b68-4efc-43ac-806c-59b47614c64a"

creative_id
string<uuid>
required
Example:

"123e4567-e89b-12d3-a456-426614174000"

line_item_id
string<uuid>
required
Example:

"667ef8fd-d6d2-41d5-90bc-8230ad7147d8"

from_datetime
string<date-time> | null
Example:

"2017-07-21T17:32:28Z"

interval
enum<string> | null
default:daily
Available options:
hourly,
daily,
weekly,
monthly
timezone
string
default:UTC
Examples:

"UTC"

"Asia/Seoul"

to_datetime
string<date-time> | null
Example:

"2017-07-21T17:32:28Z"

Response

Successful Response

timeseries
CreativeHourlyMetricSchema · object[]
required
total
CreativeMetricBaseSchema · object
required

Schema for base creative metric entity.