REST Resource: accountActiveAdSummaries

Resource: AccountActiveAdSummary

Gets a summary of active ads in an account.

JSON representation
{
  "accountId": string,
  "availableAds": string,
  "activeAds": string,
  "activeAdsLimitTier": enum (ActiveAdsLimitTier),
  "kind": string
}
Fields
accountId

string (int64 format)

ID of the account.

availableAds

string (int64 format)

Ads that can be activated for the account.

activeAds

string (int64 format)

Ads that have been activated for the account

activeAdsLimitTier

enum (ActiveAdsLimitTier)

Maximum number of active ads allowed for the account.

kind

string

Identifies what kind of resource this is. Value: the fixed string

"dfareporting#accountActiveAdSummary"

.

ActiveAdsLimitTier

Enums
ACTIVE_ADS_TIER_40K
ACTIVE_ADS_TIER_75K
ACTIVE_ADS_TIER_100K
ACTIVE_ADS_TIER_200K
ACTIVE_ADS_TIER_300K
ACTIVE_ADS_TIER_500K
ACTIVE_ADS_TIER_750K
ACTIVE_ADS_TIER_1M

Methods

get

Gets the account's active ad summary by account ID.