The Google AdSense Host API is no longer available for new partners and is in maintenance mode. AdSense for Platforms is a new product offering similar to the Google AdSense Host API, with additional functionality.

Accounts

Stay organized with collections Save and categorize content based on your preferences.

The accounts to which the user has access.

For a list of methods for this resource, see the end of this page.

Resource representations

{
  "kind": "adsensehost#account",
  "id": string,
  "name": string,
  "status": string
}
Property name Value Description Notes
id string Unique identifier of this account.
kind string Kind of resource this is, in this case adsensehost#account.
name string Name of this account.
status string Approval status of this account.

Acceptable values are:
  • "APPROVED"
  • "DISABLED"
  • "PENDING"

Methods

get
Get information about the selected associated AdSense account.
list
List hosted accounts associated with this AdSense account by ad client id.