LocalizationSettings
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
প্রতিবেদনের জন্য স্থানীয়করণ সেটিংস, যেমন মুদ্রা এবং ভাষা। এটি কীভাবে মেট্রিক্স গণনা করা হয় তা প্রভাবিত করে।
JSON প্রতিনিধিত্ব |
---|
{
"currencyCode": string,
"languageCode": string
} |
ক্ষেত্র |
---|
currencyCode | string উপার্জন সম্পর্কিত মেট্রিক্সের মুদ্রা কোড, যা ISO 4217-এ সংজ্ঞায়িত 3-অক্ষরের কোড। মুদ্রা রূপান্তরের জন্য দৈনিক গড় হার ব্যবহার করা হয়। অনির্দিষ্ট থাকলে অ্যাকাউন্টের মুদ্রা কোডে ডিফল্ট। |
languageCode | string কোনো স্থানীয় লেখার জন্য ব্যবহৃত ভাষা, যেমন কিছু মাত্রা মান প্রদর্শন লেবেল। IETF BCP47-এ সংজ্ঞায়িত ভাষা ট্যাগ। অনির্দিষ্ট থাকলে 'en-US'-এ ডিফল্ট। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-08-21 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-08-21 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eLocalization settings determine how report metrics are calculated and displayed, impacting currency and language.\u003c/p\u003e\n"],["\u003cp\u003eYou can customize report settings using JSON, specifying \u003ccode\u003ecurrencyCode\u003c/code\u003e for currency (using ISO 4217) and \u003ccode\u003elanguageCode\u003c/code\u003e for language (using IETF BCP47).\u003c/p\u003e\n"],["\u003cp\u003eDefault settings are the account currency and 'en-US' if \u003ccode\u003ecurrencyCode\u003c/code\u003e and \u003ccode\u003elanguageCode\u003c/code\u003e are not specified respectively.\u003c/p\u003e\n"]]],["The JSON representation defines localization settings for reports, including `currencyCode` and `languageCode`. `currencyCode`, a string using ISO 4217, determines the currency for earnings metrics and defaults to the account currency. `languageCode`, a string using IETF BCP47, dictates the language for localized text and defaults to 'en-US'. These settings impact metric calculations and the display of localized elements within reports.\n"],null,["# LocalizationSettings\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nLocalization settings for reports, such as currency and language. It affects how metrics are calculated.\n\n| JSON representation |\n|------------------------------------------------------------|\n| ``` { \"currencyCode\": string, \"languageCode\": string } ``` |\n\n| Fields ||\n|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `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. |\n| `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. |"]]