Organization aggregate performance
Ad Reporting
Organization aggregate performance
Return aggregated metrics across all campaigns for an organization.
GET
Organization aggregate performance
Authorizations
Path Parameters
UUID of the organization.
Required string length:
22Pattern:
^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$Query Parameters
Start date for the query range. Defaults to 30 days ago.
End date for the query range. Defaults to today.
Response
200 - application/json
OK
UUID of the organization.
Required string length:
22Pattern:
^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$Name of the organization.
Query start date.
Query end date.
Aggregated totals across all campaigns.
Example:
{
"clicks": 5780,
"ctr": "1.50",
"effective_cpc": "0.50",
"effective_cpm": "7.51",
"impressions": 385000,
"spend": "2890.00"
}