Search Ads 360 Reporting API เวอร์ชันใหม่พร้อมให้ใช้งานแล้ว เข้าร่วมกลุ่ม Google
searchads-api-announcements เพื่อติดตามการปรับปรุงและรุ่นที่กำลังจะเปิดตัว
CustomColumnHeader
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ข้อความสำหรับส่วนหัวของคอลัมน์ที่กำหนดเอง
การแสดง JSON |
{
"id": string,
"name": string,
"referencesMetrics": boolean
} |
ช่อง |
id |
string (int64 format)
รหัสคอลัมน์ที่กำหนดเอง
|
name |
string
ชื่อที่ผู้ใช้กำหนดของคอลัมน์ที่กำหนดเอง
|
referencesMetrics |
boolean
เป็นจริงเมื่อคอลัมน์ที่กําหนดเองอ้างอิงเมตริก
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[[["\u003cp\u003eCustom columns are represented using JSON with fields for ID, name, and whether they reference metrics.\u003c/p\u003e\n"],["\u003cp\u003eThe ID field is a string formatted as an int64, while the name is a user-defined string.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ereferencesMetrics\u003c/code\u003e is a boolean indicating if the column uses metrics.\u003c/p\u003e\n"]]],["The content describes a JSON structure for a custom column, defined by three fields: `id`, `name`, and `referencesMetrics`. The `id` is a unique string identifier in int64 format. The `name` is a user-defined string. `referencesMetrics` is a boolean value, indicating whether the custom column references other metrics, when true. The JSON representation is shown as `{\"id\": string, \"name\": string, \"referencesMetrics\": boolean }`.\n"],null,["# CustomColumnHeader\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nMessage for custom column header.\n\n| JSON representation |\n|------------------------------------------------------------------------|\n| ``` { \"id\": string, \"name\": string, \"referencesMetrics\": boolean } ``` |\n\n| Fields ||\n|---------------------|-----------------------------------------------------------------------------------------------------------|\n| `id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The custom column ID. |\n| `name` | `string` The user defined name of the custom column. |\n| `referencesMetrics` | `boolean` True when the custom column references metrics. |"]]