We've updated our documentation with the latest features and updates introduced by Ads Data Hub's
two new experiences.
Advertisers, agencies, and publishers, refer to the
Marketers site.
Vendors and partners, refer to the
Measurement Partners site.
Column
JSON representation |
{
"columnId": string,
"columnType": {
object (FieldType )
}
} |
Fields |
columnId |
string
Column identifier.
|
columnType |
object (FieldType )
Column type.
|
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."],[[["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"]]