This is legacy documentation, and may not be complete. To see the latest documentation, if you are a marketer, refer to the Marketers site. If you are a measurement partner, refer to the Measurement Partners site.
[[["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 2024-09-18 UTC."],[[["\u003cp\u003eDefines a table column with a JSON representation including \u003ccode\u003ecolumnId\u003c/code\u003e and \u003ccode\u003ecolumnType\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ecolumnId\u003c/code\u003e is a string used as the column identifier, while \u003ccode\u003ecolumnType\u003c/code\u003e is an object defining the column's data type using FieldType.\u003c/p\u003e\n"]]],["The provided content describes the structure of a table column using JSON. It specifies that each column is defined by a JSON object containing two key fields: `columnId`, a string serving as the unique identifier for the column, and `columnType`, an object that specifies the data type of the column, referencing a separate `FieldType` definition. The `columnId` field is a required string and `columnType` is a required object.\n"],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n\nDefines a Table column.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------|\n| ``` { \"columnId\": string, \"columnType\": { object (/ads-data-hub/reference/rest/v1/FieldType) } } ``` |\n\n| Fields ||\n|--------------|----------------------------------------------------------------------------------|\n| `columnId` | `string` Column identifier. |\n| `columnType` | `object (`[FieldType](/ads-data-hub/reference/rest/v1/FieldType)`)` Column type. |"]]