Get
|
|||||
|
|
Get information about the selected AdSense account
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- View and manage your AdSense data
- View your AdSense data
Input
This building block consumes 2 input parameters
Name | Format | Description |
---|---|---|
accountId Required |
STRING |
Account to get information about |
tree |
BOOLEAN |
Whether the tree of sub accounts should be returned |
= Parameter name
= Format
accountId STRING Required Account to get information about |
tree BOOLEAN Whether the tree of sub accounts should be returned |
Output
This building block provides 20 output parameters
Name | Format | Description |
---|---|---|
creation_time |
INTEGER |
|
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[] |
OBJECT |
|
subAccounts[].creation_time |
INTEGER |
|
subAccounts[].id |
STRING |
Unique identifier of this account |
subAccounts[].kind |
STRING |
Kind of resource this is, in this case adsense#account |
subAccounts[].name |
STRING |
Name of this account |
subAccounts[].premium |
BOOLEAN |
Whether this account is premium |
subAccounts[].subAccounts[] |
OBJECT |
|
subAccounts[].subAccounts[].creation_time |
INTEGER |
|
subAccounts[].subAccounts[].id |
STRING |
Unique identifier of this account |
subAccounts[].subAccounts[].kind |
STRING |
Kind of resource this is, in this case adsense#account |
subAccounts[].subAccounts[].name |
STRING |
Name of this account |
subAccounts[].subAccounts[].premium |
BOOLEAN |
Whether this account is premium |
subAccounts[].subAccounts[].timezone |
STRING |
AdSense timezone of this account |
subAccounts[].timezone |
STRING |
AdSense timezone of this account |
timezone |
STRING |
AdSense timezone of this account |
= Parameter name
= Format
creation_time INTEGER |
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[] OBJECT |
subAccounts[].creation_time INTEGER |
subAccounts[].id STRING Unique identifier of this account |
subAccounts[].kind STRING Kind of resource this is, in this case adsense#account |
subAccounts[].name STRING Name of this account |
subAccounts[].premium BOOLEAN Whether this account is premium |
subAccounts[].subAccounts[] OBJECT |
subAccounts[].subAccounts[].creation_time INTEGER |
subAccounts[].subAccounts[].id STRING Unique identifier of this account |
subAccounts[].subAccounts[].kind STRING Kind of resource this is, in this case adsense#account |
subAccounts[].subAccounts[].name STRING Name of this account |
subAccounts[].subAccounts[].premium BOOLEAN Whether this account is premium |
subAccounts[].subAccounts[].timezone STRING AdSense timezone of this account |
subAccounts[].timezone STRING AdSense timezone of this account |
timezone STRING AdSense timezone of this account |