Show / Hide Table of Contents

Class GaData.ColumnHeadersData

Column headers that list dimension names followed by the metric names. The order of dimensions and metrics is same as specified in the request.

Inheritance
object
GaData.ColumnHeadersData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class GaData.ColumnHeadersData

Properties

ColumnType

Column Type. Either DIMENSION or METRIC.

Declaration
[JsonProperty("columnType")]
public virtual string ColumnType { get; set; }
Property Value
Type Description
string

DataType

Data type. Dimension column headers have only STRING as the data type. Metric column headers have data types for metric values such as INTEGER, DOUBLE, CURRENCY etc.

Declaration
[JsonProperty("dataType")]
public virtual string DataType { get; set; }
Property Value
Type Description
string

Name

Column name.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX