Deprecated: Due to the possibility of ambiguity, accounts with both an AdSense publisher account and an AdExchange account will throw an error when trying to use the default account. Always use accounts.list
to check if there's more than one account and let the user choose in that case. After that, specify the account ID on every call using the /accounts/
namespace.
For a list of methods for this resource, see the end of this page.
Resource representations
{ "id": string, "kind": "adsense#adClient", "productCode": string, "supportsReporting": boolean, "arcOptIn": boolean }
Property name | Value | Description | Notes |
---|---|---|---|
arcOptIn |
boolean |
Whether this ad client is opted in to ARC. | |
id |
string |
Unique identifier of this ad client. | |
kind |
string |
Kind of resource this is, in this case adsense#adClient. | |
productCode |
string |
This ad client's product code, which corresponds to the PRODUCT_CODE report dimension. | |
supportsReporting |
boolean |
Whether this ad client supports being reported on. |
Methods
- list
- List all ad clients in this AdSense account.