Output only. Resource name of the ad client. Format: accounts/{account}/adclients/{adclient}
reportingDimensionId
string
Output only. Unique ID of the ad client as used in the AD_CLIENT_ID reporting dimension. Present only if the ad client supports reporting.
productCode
string
Output only. Reporting product code of the ad client. For example, "AFC" for AdSense for Content. Corresponds to the PRODUCT_CODE dimension, and present only if the ad client supports reporting.
[[["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-02-19 UTC."],[[["AdClient represents a user's subscription within a specific AdSense product and provides details such as name, reporting dimension ID, product code, and state."],["AdClients have various states: unspecified, ready, getting ready, and requires review, indicating their operational status."],["You can manage AdClients by retrieving them, getting AdSense code, and listing all clients associated with an account."],["AdClient supports reporting by providing information like `reportingDimensionId` and `productCode`."]]],["The core content defines the `AdClient` resource, representing a user's AdSense product subscription. It contains read-only fields like `name`, `reportingDimensionId`, `productCode`, and `state`. The `state` can be `READY`, `GETTING_READY`, or `REQUIRES_REVIEW`. Key actions involve using methods to `get` a specific ad client, `getAdcode` for its AdSense code, or `list` all ad clients within an account. The data is represented in JSON format.\n"]]