Campaign Stats
Status: Trusted Tester
Total Stats for a connected Advertising Campaign
idstringrequired
The resource ID of the Connected Advertising Campaign
Example:
AG-HDV4JKPXFR:google:8362684505:14501114557typestringrequired
campaignStats
Possible values: [campaignStats]
Default value:
campaignStatsattributes objectrequired
impressionsinteger
Number of times ads under this campaign were viewed
clicksinteger
Number of times ads under this campaign were clicked
conversionsinteger
Total number of conversions from campaigns under this account
costMicrosinteger
Total account spend denoted in millionths of a dollar
averageCostPerClickMicrosinteger
Average cost per click denoted in millionths of a dollar
clickThroughRatenumber
Rate of the number of clicks per number of impressions
currencyCodestring
The 3 letter currency code as defined by ISO 4217
Possible values: >= 3 characters and <= 3 characters
Campaign Stats
{
"id": "AG-HDV4JKPXFR:google:8362684505:14501114557",
"type": "campaignStats",
"attributes": {
"impressions": 0,
"clicks": 0,
"conversions": 0,
"costMicros": 0,
"averageCostPerClickMicros": 0,
"clickThroughRate": 0,
"currencyCode": "string"
}
}