REST Resource: accountActiveAdSummaries
Stay organized with collections
Save and categorize content based on your preferences.
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 |
|
Gets the account's active ad summary by account ID. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[null,null,["Last updated 2024-10-16 UTC."],[[["\u003cp\u003eThe AccountActiveAdSummary resource provides a summary of active ads within a DoubleClick Digital Marketing account.\u003c/p\u003e\n"],["\u003cp\u003eIt includes information on the total active ads, available ads for activation, and the account's active ad limit tier.\u003c/p\u003e\n"],["\u003cp\u003eYou can retrieve an account's active ad summary using the \u003ccode\u003eget\u003c/code\u003e method, specifying the account ID.\u003c/p\u003e\n"]]],[],null,["# REST Resource: accountActiveAdSummaries\n\n- [Resource: AccountActiveAdSummary](#AccountActiveAdSummary)\n - [JSON representation](#AccountActiveAdSummary.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: AccountActiveAdSummary\n--------------------------------\n\nGets a summary of active ads in an account.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"accountId\": string, \"availableAds\": string, \"activeAds\": string, \"activeAdsLimitTier\": enum (/doubleclick-advertisers/rest/v4/ResourceQuotaServiceTier), \"kind\": string } ``` |\n\n| Fields ||\n|----------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `account``Id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` ID of the account. |\n| `available``Ads` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Ads that can be activated for the account. |\n| `active``Ads` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Ads that have been activated for the account |\n| `active``Ads``Limit``Tier` | `enum (`[ResourceQuotaServiceTier](/doubleclick-advertisers/rest/v4/ResourceQuotaServiceTier)`)` Maximum number of active ads allowed for the account. |\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#accountActiveAdSummary\"` . |\n\n| Methods ------- ||\n|--------------------------------------------------------------------------|-----------------------------------------------------|\n| ### [get](/doubleclick-advertisers/rest/v4/accountActiveAdSummaries/get) | Gets the account's active ad summary by account ID. |"]]