AI-generated Key Takeaways
-
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 andlanguageCode
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' iflanguageCode
is not provided.
Localization settings for reports, such as currency and language. It affects how metrics are calculated.
JSON representation |
---|
{ "currencyCode": string, "languageCode": string } |
Fields | |
---|---|
currencyCode |
Currency code of the earning related metrics, which is the 3-letter code defined in ISO 4217. The daily average rate is used for the currency conversion. Defaults to the account currency code if unspecified. |
languageCode |
Language used for any localized text, such as some dimension value display labels. The language tag defined in the IETF BCP47. Defaults to 'en-US' if unspecified. |