Columns

The Column resource represents the attributes of a column (i.e. dimension or metric) exposed in the Google Analytics reporting APIs. Attributes include UI name, description, segments support, and more.

For a list of methods for this resource, see the end of this page.

Resource representations

JSON template for a metadata column.

{
  "id": string,
  "kind": "analytics#column",
  "attributes": {
    (key): string
  }
}
Property name Value Description Notes
id string Column id.
kind string Resource type for Analytics column.
attributes object Map of attribute name and value for this column.
attributes.(key) string The name of the attribute.

Methods

list
Lists all columns for a report type.