Skip to main content
GET
Retrieve multi-channel advertising ad group performance

Authorizations

x-api-key
string
header
required

Query Parameters

channelId
string[]
required

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

campaignId
string[]

Filter to ad groups belonging to the given campaign(s). Repeatable (max 10), numeric.

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 ad group status bucket. Repeatable.

Available options:
active,
paused,
archived
sortKey
string

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

sortOrder
enum<string>

Sort direction (default desc).

Available options:
asc,
desc
pageIndex
integer

Zero-based page index (default 0).

pageSize
integer

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

Response

Successful operation

data
object[]
pagination
object
meta
object