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.