Accounts.adclients
An Ad Client represents a user's subscription with a specific AdSense product.
For a list of methods for this resource, see the end of this page.
Resource representations
An Ad Client resource includes metadata that describes the AdSense product to which it's linked, as well as whether it supports reporting.
{
"kind": "adsensehost#adClient",
"id": string,
"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 adsensehost#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
- get
- Get information about one of the ad clients in the specified publisher's AdSense account.
- list
- List all hosted ad clients in the specified hosted account.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2016-01-27 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]