LocalizationSettings
レポートのローカライズ設定(通貨、言語など)。これは指標の計算方法に影響します。
JSON 表現 |
{
"currencyCode": string,
"languageCode": string
} |
フィールド |
currencyCode |
string
収益関連の指標の通貨コード。ISO 4217 で定義されている 3 文字のコードです。通貨換算には 1 日あたりの平均レートが使用されます。指定しない場合のデフォルトはアカウントの通貨コードです。
|
languageCode |
string
一部のディメンション値の表示ラベルなど、ローカライズされたテキストに使用される言語。IETF BCP47 で定義されている言語タグ。デフォルトは「en-US」指定されていない場合。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-14 UTC。
[null,null,["最終更新日 2024-10-14 UTC。"],[[["Localization settings influence how report metrics are calculated and displayed, encompassing currency and language preferences."],["These settings are defined using JSON, with `currencyCode` specifying the currency for earning metrics and `languageCode` determining the language for localized text."],["Currency defaults to the account's currency if `currencyCode` is not specified, and the language defaults to 'en-US' if `languageCode` is not provided."]]],[]]