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 determine how report metrics are calculated and displayed, impacting currency and language."],["You can customize report settings using JSON, specifying `currencyCode` for currency (using ISO 4217) and `languageCode` for language (using IETF BCP47)."],["Default settings are the account currency and 'en-US' if `currencyCode` and `languageCode` are not specified respectively."]]],[]]