The new Search Ads 360 Reporting API is now available. Join the searchads-api-announcements Google group to stay up to date on upcoming enhancements and releases.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 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,["- [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. |"]]