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-10-14 UTC。
[null,null,["最終更新日 2024-10-14 UTC。"],[[["The PublisherAccount resource provides essential information about an AdMob publisher account, including time zone and currency used for reporting."],["The resource includes key fields like name, publisherId, reportingTimeZone, and currencyCode, each serving a specific purpose in account identification and data representation."],["You can utilize the `get` and `list` methods to retrieve information about a specific publisher account or the most recently accessed one."],["The JSON representation of a PublisherAccount is structured with specific keys for name, publisherId, reportingTimeZone, and currencyCode."]]],["The `PublisherAccount` resource stores information like `name`, `publisherId`, `reportingTimeZone`, and `currencyCode`. The `publisherId` is a unique identifier for API requests. `reportingTimeZone` defines the time zone for account reports, and `currencyCode` specifies the currency for earning metrics. The API provides two methods: `get` to retrieve information about a specific account and `list` to retrieve the most recently signed-in account from the AdMob UI.\n"]]