Lists the AdMob publisher account accessible with the client credential. Currently, all credentials have access to at most one AdMob account.
HTTP request
GET https://admob.googleapis.com/v1/accounts
The URL uses gRPC Transcoding syntax.
Query parameters
Parameters | |
---|---|
pageSize |
Maximum number of accounts to return. |
pageToken |
The value returned by the last |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Response for the publisher account list request.
JSON representation | |
---|---|
{
"account": [
{
object ( |
Fields | |
---|---|
account[] |
Publisher that the client credentials can access. |
nextPageToken |
If not empty, indicates that there might be more accounts for the request; you must pass this value in a new |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/admob.report
For more information, see the OAuth 2.0 Overview.