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-28 UTC."],[[["\u003cp\u003eAdClient represents a user's subscription within a specific AdSense product and provides details such as name, reporting dimension ID, product code, and state.\u003c/p\u003e\n"],["\u003cp\u003eAdClients have various states: unspecified, ready, getting ready, and requires review, indicating their operational status.\u003c/p\u003e\n"],["\u003cp\u003eYou can manage AdClients by retrieving them, getting AdSense code, and listing all clients associated with an account.\u003c/p\u003e\n"],["\u003cp\u003eAdClient supports reporting by providing information like \u003ccode\u003ereportingDimensionId\u003c/code\u003e and \u003ccode\u003eproductCode\u003c/code\u003e.\u003c/p\u003e\n"]]],["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"],null,["# REST Resource: accounts.adclients\n\n- [Resource: AdClient](#AdClient)\n - [JSON representation](#AdClient.SCHEMA_REPRESENTATION)\n- [State](#State)\n- [Methods](#METHODS_SUMMARY)\n\nResource: AdClient\n------------------\n\nRepresentation of an ad client. An ad client represents a user's subscription with a specific AdSense product.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"reportingDimensionId\": string, \"productCode\": string, \"state\": enum (/adsense/management/reference/rest/v2/accounts.adclients#State) } ``` |\n\n| Fields ||\n|------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Resource name of the ad client. Format: accounts/{account}/adclients/{adclient} |\n| `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. |\n| `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. |\n| `state` | `enum (`[State](/adsense/management/reference/rest/v2/accounts.adclients#State)`)` Output only. State of the ad client. |\n\nState\n-----\n\nPossible states of the ad client.\n\n| Enums ||\n|---------------------|------------------------------------------------------------------------------------------------------|\n| `STATE_UNSPECIFIED` | State unspecified. |\n| `READY` | The ad client is ready to show ads. |\n| `GETTING_READY` | Running some checks on the ad client before it is ready to serve ads. |\n| `REQUIRES_REVIEW` | The ad client hasn't been checked yet. There are tasks pending before AdSense will start the review. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------------|---------------------------------------------------|\n| ### [get](/adsense/management/reference/rest/v2/accounts.adclients/get) | Gets the ad client from the given resource name. |\n| ### [getAdcode](/adsense/management/reference/rest/v2/accounts.adclients/getAdcode) | Gets the AdSense code for a given ad client. |\n| ### [list](/adsense/management/reference/rest/v2/accounts.adclients/list) | Lists all the ad clients available in an account. |"]]