GET Account Campaigns Breakdown
Returns performance metrics for an account's total activity for a given time period, time zone and currency. The result is broken down by campaign by default. But the breaking down criterion can be changed to country and partner source too.
Description
Call this API endpoint to receive account level performance metrics, like impressions, referrals, conversions, broken down by camapignid for a specified time period, timezone and currency.
Request
Path
GET /reporting/accounts/{accountId}/campaigns/breakdown
Parameters
Name | Type | In | Description | Required | Example |
---|---|---|---|---|---|
dateStart | String | query | Start time of the requested date/time range | true | dateStart=2020-03-01T00:00:00.000 |
dateEnd | String | query | End time of the requested date/time range | true | dateEnd=2020-03-31T23:59:59.000 |
currency | Enum: AUD CAD EUR GBP JPY NZD SGD USD KRW CNY | query | Currency code in which you will receive monetary metrics. | true | currency=USD |
timeZoneVariation | Enum: America/Chicago Pacific/Honolulu Australia/Sydney | query | Desired timezone can be passed through this parameter. It has to be in Olson format. | true | timeZoneVariation=Australia/Sydney |
accountId | String | path | true |
Response
200 OK
{
"items": [
"string"
]
}
Object { }
items: Array [
String
]