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.
ColumnInfo
Stay organized with collections
Save and categorize content based on your preferences.
Metadata of a destination table column.
JSON representation |
{
"name": string,
"noiseImpact": enum (ColumnNoiseImpact ),
"impactPercentage": number
} |
Fields |
name |
string
The column name
|
noiseImpact |
enum (ColumnNoiseImpact )
The noise impact message for this column.
|
impactPercentage |
number
If applicable, the share this column contributes to the noise impact.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["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"],null,[]]