Campaign summary metrics
Ad Reporting
Campaign summary metrics
Return aggregated lifetime metrics for a campaign.
GET
Campaign summary metrics
Documentation Index
Fetch the complete documentation index at: https://docs.closient.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
UUID of the campaign.
Required string length:
22Pattern:
^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$Response
200 - application/json
OK
UUID of the campaign.
Required string length:
22Pattern:
^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$Name of the campaign.
Current campaign status.
Available options:
draft, active, paused, completed, archived Lifetime aggregated totals.
Example:
{
"clicks": 5780,
"ctr": "1.50",
"effective_cpc": "0.50",
"effective_cpm": "7.51",
"impressions": 385000,
"spend": "2890.00"
}