Skip to main content

Account Stats

Status: Trusted Tester

Total Stats for a connected Advertising Account

idstringrequired

The resource ID of the Connected Advertising Account

Example: AG-HDV4JKPXFR:google:7531238654
typestringrequired

accountStats

Possible values: [accountStats]

Default value: accountStats
attributes objectrequired
impressionsinteger

Number of times ads under this account were viewed

clicksinteger

Number of times ads under this account 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

providerstring

Advertising Provider

Possible values: [google, facebook, localads]

Account Stats
{
"id": "AG-HDV4JKPXFR:google:7531238654",
"type": "accountStats",
"attributes": {
"impressions": 0,
"clicks": 0,
"conversions": 0,
"costMicros": 0,
"averageCostPerClickMicros": 0,
"clickThroughRate": 0,
"currencyCode": "string",
"provider": "google"
}
}