Skip to main content

connectedAccounts

Status: Trusted Tester

An advertising account that’s connected within Advertising Intelligence from integrated campaign management platforms, including Google Adwords, Facebook Ads and Local Ads.

idstringrequired

The resource ID of the Advertising Account

Example: AG-HDV4JKPXFR:google:7531238654
typestringrequired

connectedAccounts

Possible values: [connectedAccounts]

Default value: connectedAccounts
attributes objectrequired
namestring

The name of the ad account

currencyCodestring

The 3 letter currency code as defined by ISO 4217

Possible values: >= 3 characters and <= 3 characters

statusstring

Whether or not if the saved credential for the ad account is invalid, e.g. user no longer have access to the account, or user revoked access.

Possible values: [active, reconnectionRequired]

providerstring

The Advertising provider

Possible values: [google, facebook, localads]

createdAtstring

The date time that the ad account is connected

updatedAtstring

The date time that the entity was last updated

connectedAccounts
{
"id": "AG-HDV4JKPXFR:google:7531238654",
"type": "connectedAccounts",
"attributes": {
"name": "string",
"currencyCode": "string",
"status": "active",
"provider": "google",
"createdAt": "string",
"updatedAt": "string"
}
}