Close httplib2 connections.
get(profileId, summaryAccountId, x__xgafv=None)
Gets the account's active ad summary by account ID.
close()
Close httplib2 connections.
get(profileId, summaryAccountId, x__xgafv=None)
Gets the account's active ad summary by account ID. Args: profileId: string, User profile ID associated with this request. (required) summaryAccountId: string, Account ID. (required) x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # Gets a summary of active ads in an account. "accountId": "A String", # ID of the account. "activeAds": "A String", # Ads that have been activated for the account "activeAdsLimitTier": "A String", # Maximum number of active ads allowed for the account. "availableAds": "A String", # Ads that can be activated for the account. "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#accountActiveAdSummary". }