LocalizationSettings
报告的本地化设置,例如币种和语言。它会影响指标的计算方式。
JSON 表示法 |
{
"currencyCode": string,
"languageCode": string
} |
字段 |
currencyCode |
string
与收入相关的指标的货币代码,即 ISO 4217 中定义的由 3 个字母组成的代码。货币换算采用每日平均汇率。如果未指定,则默认为账号币种代码。
|
languageCode |
string
任何本地化文本(如某些维度值显示标签)所用的语言。IETF BCP47 中定义的语言标记。默认值为“en-US”。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-14。
[null,null,["最后更新时间 (UTC):2024-10-14。"],[[["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."]]],[]]