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.
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
ColumnInfo represents metadata for a destination table column, including its name, noise impact, and impact percentage.
The JSON representation of ColumnInfo includes fields for name (string), noiseImpact (enum referencing ColumnNoiseImpact), and impactPercentage (number).
noiseImpact provides a message about the noise impact for the column, and impactPercentage indicates its contribution to the noise impact if applicable.
[[["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."],[],["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"]]