[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-02 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,["- [Resource: AccountActiveAdSummary](#AccountActiveAdSummary)\n - [JSON representation](#AccountActiveAdSummary.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: AccountActiveAdSummary Gets 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/Shared.Types/ResourceQuotaServiceTier), \"kind\": string } ``` |\n\n| Fields ||\n|----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `accountId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` ID of the account. |\n| `availableAds` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Ads that can be activated for the account. |\n| `activeAds` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Ads that have been activated for the account |\n| `activeAdsLimitTier` | `enum (`[ResourceQuotaServiceTier](/doubleclick-advertisers/rest/Shared.Types/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. |"]]