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 the JSON representation for metadata associated with a destination table column.\u003c/p\u003e\n"],["\u003cp\u003eIncludes fields for column name, noise impact level, and the percentage contribution to noise impact.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes an enum to represent the noise impact level and allows for a numerical representation of its impact percentage.\u003c/p\u003e\n"]]],["The core content defines the structure and metadata of a destination table column using a JSON representation. The JSON includes: a `name` (string) indicating the column name; `noiseImpact` (enum) describing the noise impact message; and `impactPercentage` (number), which specifies the column's contribution to the noise impact. This information details the properties and characteristics of each column within a destination table.\n"],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n\nMetadata of a destination table column.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"noiseImpact\": enum (/ads-data-hub/reference/rest/v1/ColumnNoiseImpact), \"impactPercentage\": number } ``` |\n\n| Fields ||\n|--------------------|-----------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The column name |\n| `noiseImpact` | `enum (`[ColumnNoiseImpact](/ads-data-hub/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. |"]]