LocalizationSettings
Stay organized with collections
Save and categorize content based on your preferences.
Localization settings for reports, such as currency and language. It affects how metrics are calculated.
JSON representation |
{
"currencyCode": string,
"languageCode": string
} |
Fields |
currencyCode |
string
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 |
string
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-14 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-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."]]],[]]