REST Resource: accounts
リソース: PublisherAccount
ニュース メディアのアカウントには、レポートに使用されるタイムゾーンなど、この API の使用に関連する情報が含まれています。
JSON 表現 |
{
"name": string,
"publisherId": string,
"reportingTimeZone": string,
"currencyCode": string
} |
フィールド |
name |
string
このアカウントのリソース名。形式は accounts/{publisherId} です。
|
publisherId |
string
API リクエストでこのパブリッシャー アカウントを識別するための一意の ID(例: pub-1234567890)。
|
reportingTimeZone |
string
このアカウントに対して生成されるレポートで使用されるタイムゾーン。値は CLDR プロジェクトで指定されるタイムゾーン ID です(「America/Los_Angeles」など)。
|
currencyCode |
string
収益関連の指標の通貨コード。ISO 4217 で定義されている 3 文字のコードです。通貨換算には 1 日あたりの平均レートが使用されます。
|
メソッド |
|
指定された AdMob パブリッシャー アカウントに関する情報を取得します。 |
|
AdMob 管理画面から最後にログインされた AdMob パブリッシャー アカウントのリストです。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-29 UTC。
[null,null,["最終更新日 2024-08-29 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"]]