LocalizationSettings
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
การตั้งค่าการแปลสำหรับรายงาน เช่น สกุลเงินและภาษา มีผลต่อวิธีคำนวณเมตริก
การแสดง JSON |
{
"currencyCode": string,
"languageCode": string
} |
ช่อง |
currencyCode |
string
รหัสสกุลเงินของเมตริกที่เกี่ยวข้องกับรายได้ ซึ่งเป็นรหัสแบบ 3 ตัวอักษรที่กำหนดไว้ใน ISO 4217 ระบบจะใช้อัตราแลกเปลี่ยนเฉลี่ยรายวันในการแปลงสกุลเงิน ค่าเริ่มต้นจะเป็นรหัสสกุลเงินของบัญชีหากไม่ได้ระบุ
|
languageCode |
string
ภาษาที่ใช้สำหรับข้อความที่แปลแล้ว เช่น ป้ายกำกับแสดงค่ามิติข้อมูลบางรายการ แท็กภาษาที่กำหนดไว้ใน IETF BCP47 ค่าเริ่มต้นคือ "en-US" หากไม่ได้ระบุ
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ 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. |"]]