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

{
  "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 Host AdSense account.
list
List all host ad clients in this AdSense account.