Skip to main content

AdAccountStatus

Whether an ad account is currently syncing into the platform.

enum AdAccountStatus {
CONNECTED
PAUSED
}

Values

AdAccountStatus.CONNECTED

The connection is live and the account’s campaigns are being kept up to date.

AdAccountStatus.PAUSED

The account is not syncing. Either the merchant stopped it, or the platform it belongs to has not been connected yet. Its campaigns are still readable; whether they count towards the blended totals is countsTowardsBlended and not this status, because the two questions have different answers on a channel the merchant is only trialling. The figures simply stop moving.

Member Of

AdAccount object