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。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 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"]]