[[["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\u003eDestination table column metadata is represented in JSON format.\u003c/p\u003e\n"],["\u003cp\u003eThe metadata includes the column name, noise impact details (type and percentage), structured within a specific schema.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can utilize this schema to understand and interact with column metadata programmatically.\u003c/p\u003e\n"]]],["The content defines the JSON representation and fields for destination table column metadata. The JSON includes `name` (the column's name), `noiseImpact` (a message about the column's noise impact), and `impactPercentage` (the column's contribution to the overall noise impact). These details are structured as a string, an enum, and a number, respectively, providing a standardized format for column metadata.\n"],null,["# ColumnInfo\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nMetadata of a destination table column.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"noiseImpact\": enum (/ads-data-hub/marketers/reference/rest/v1/ColumnNoiseImpact), \"impactPercentage\": number } ``` |\n\n| Fields ||\n|--------------------|---------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The column name |\n| `noiseImpact` | `enum (`[ColumnNoiseImpact](/ads-data-hub/marketers/reference/rest/v1/ColumnNoiseImpact)`)` The noise impact message for this column. |\n| `impactPercentage` | `number` If applicable, the share this column contributes to the noise impact. |"]]