Search Ads 360 Reporting API versi baru kini tersedia. Bergabunglah dengan grup Google
searchads-api-announcements untuk terus mendapatkan informasi terbaru tentang peningkatan dan rilis mendatang.
CustomColumnHeader
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Pesan untuk header kolom kustom.
Representasi JSON |
{
"id": string,
"name": string,
"referencesMetrics": boolean
} |
Kolom |
id |
string (int64 format)
ID kolom kustom.
|
name |
string
Nama kolom kustom yang ditentukan pengguna.
|
referencesMetrics |
boolean
True jika kolom kustom mereferensikan metrik.
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-25 UTC.
[null,null,["Terakhir diperbarui pada 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. |"]]