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
הערך הוא True כשהעמודה בהתאמה אישית מפנה למדדים.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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. |"]]