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."],[[["Defines a table column with a JSON representation including `columnId` and `columnType`."],["`columnId` is a string used as the column identifier, while `columnType` is an object defining the column's data type using FieldType."]]],["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"]]