REST Resource: accountActiveAdSummaries

  • The AccountActiveAdSummary resource provides a summary of active ads within a specific account.

  • It includes information on the account ID, the number of available ads, the number of active ads, and the maximum number of active ads allowed.

  • The resource can be retrieved using the get method by providing the account ID.

Resource: AccountActiveAdSummary

Gets a summary of active ads in an account.

JSON representation
 { 
 "accountId" 
 : 
 string 
 , 
 "availableAds" 
 : 
 string 
 , 
 "activeAds" 
 : 
 string 
 , 
 "activeAdsLimitTier" 
 : 
 enum (  ResourceQuotaServiceTier 
 
) 
 , 
 "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 ( ResourceQuotaServiceTier )

Maximum number of active ads allowed for the account.

kind

string

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

"dfareporting#accountActiveAdSummary"

.

Methods

get

Gets the account's active ad summary by account ID.
Design a Mobile Site
View Site in Mobile | Classic
Share by: