La nouvelle API Search Ads 360 Reporting est désormais disponible. Rejoignez le groupe Google
searchads-api-announcements pour vous tenir informé des améliorations et versions à venir.
CustomColumnHeader
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Message pour l'en-tête de colonne personnalisé.
Représentation JSON |
{
"id": string,
"name": string,
"referencesMetrics": boolean
} |
Champs |
id |
string (int64 format)
ID de la colonne personnalisée.
|
name |
string
Nom de la colonne personnalisée définie par l'utilisateur.
|
referencesMetrics |
boolean
Vrai quand la colonne personnalisée fait référence à des métriques.
|
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/04/17 (UTC).
[null,null,["Dernière mise à jour le 2024/04/17 (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. |"]]