Accounts

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.