REST Resource: accounts
Resource: PublisherAccount
A publisher account contains information relevant to the use of this API, such as the time zone used for the reports.
JSON representation |
{
"name": string,
"publisherId": string,
"reportingTimeZone": string,
"currencyCode": string
} |
Fields |
name |
string
Resource name of this account. Format is accounts/{publisherId}.
|
publisherId |
string
The unique ID by which this publisher account can be identified in the API requests (for example, pub-1234567890).
|
reportingTimeZone |
string
The time zone that is used in reports that are generated for this account. The value is a time-zone ID as specified by the CLDR project, for example, "America/Los_Angeles".
|
currencyCode |
string
Currency code of the earning-related metrics, which is the 3-letter code defined in ISO 4217. The daily average rate is used for the currency conversion.
|
Methods |
|
Gets information about the specified AdMob publisher account. |
|
Lists the AdMob publisher account that was most recently signed in to from the AdMob UI. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-14 UTC.
[null,null,["Last updated 2024-05-14 UTC."],[[["A PublisherAccount stores information like time zone and currency used for reporting within the AdMob API."],["This resource is identified by a unique publisherId and uses a standardized time zone for report generation."],["You can retrieve account details or list recently accessed accounts using the provided API methods."],["Essential account information includes name, publisherId, reportingTimeZone, and currencyCode, all represented in JSON format."]]],["The `PublisherAccount` resource stores account details like `name`, `publisherId`, `reportingTimeZone`, and `currencyCode`. The `publisherId` uniquely identifies the account. `reportingTimeZone` specifies the time zone used in account reports, and `currencyCode` indicates the currency for earnings. You can retrieve a specific account's details via the `get` method or list the most recently accessed accounts using the `list` method.\n"]]