Skip to main content
GET
Retrieve multi-channel advertising campaign performance

Authorizations

x-api-key
string
header
required

Query Parameters

channelId
string[]
required

Channel ID. Repeat the parameter for multiple channels (max 5).

fromDate
integer

Start of date range as unix epoch seconds. Defaults to 30 days ago.

toDate
integer

End of date range as unix epoch seconds. Defaults to now. The range must not exceed 6 months.

currency
string

3-letter ISO currency code (default USD).

status
enum<string>[]

Filter by campaign status bucket. Repeatable.

Available options:
active,
paused,
archived
customCampaignGroupId
string[]

Filter to campaigns in the given custom campaign group(s). Repeatable (max 10). Groups must belong to the caller and relate to the requested channels.

sortKey
string

Response column to sort by, e.g. campaign_name, cost, impressions, clicks, acos, roas (default campaign_name).

sortOrder
enum<string>

Sort direction (default desc).

Available options:
asc,
desc
pageIndex
integer

Zero-based page index (default 0).

pageSize
integer

Number of campaigns per page, max 100 (default 10).

Response

Successful operation

data
object[]
pagination
object
meta
object