List
|
|||||
|
|
List the payments for this 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
Output
This building block provides 7 output parameters
Name | Format | Description |
---|---|---|
items[] |
OBJECT |
|
items[].id |
STRING |
Unique identifier of this Payment |
items[].kind |
STRING |
Kind of resource this is, in this case adsense#payment |
items[].paymentAmount |
STRING |
The amount to be paid |
items[].paymentAmountCurrencyCode |
STRING |
The currency code for the amount to be paid |
items[].paymentDate |
STRING |
The date this payment was/will be credited to the user, or none if the payment threshold has not been met |
kind |
STRING |
Kind of list this is, in this case adsense#payments |
= Parameter name
= Format
items[] OBJECT |
items[].id STRING Unique identifier of this Payment |
items[].kind STRING Kind of resource this is, in this case adsense#payment |
items[].paymentAmount STRING The amount to be paid |
items[].paymentAmountCurrencyCode STRING The currency code for the amount to be paid |
items[].paymentDate STRING The date this payment was/will be credited to the user, or none if the payment threshold has not been met |
kind STRING Kind of list this is, in this case adsense#payments |