For a list of methods for this resource, see the end of this page.
Resource representations
{ "kind": "adsense#account", "id": string, "name": string, "premium": boolean, "timezone": string, "subAccounts": [ accounts Resource ], "creation_time": long }
Property name | Value | Description | Notes |
---|---|---|---|
creation_time |
long |
The date-time that the account was created in milliseconds since the Java epoch: 1970-01-01. |
|
id |
string |
Unique identifier of this account. | |
kind |
string |
Kind of resource this is, in this case adsense#account. | |
name |
string |
Name of this account. | |
premium |
boolean |
Whether this account is premium. | |
subAccounts[] |
list |
Sub accounts of the this account. | |
timezone |
string |
AdSense timezone of this account. |