Show / Hide Table of Contents

Class McfData.RowsData

Analytics data rows, where each row contains a list of dimension values followed by the metric values. The order of dimensions and metrics is same as specified in the request.

Inheritance
object
McfData.RowsData
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 McfData.RowsData

Properties

ConversionPathValue

A conversion path dimension value, containing a list of interactions with their attributes.

Declaration
[JsonProperty("conversionPathValue")]
public virtual IList<McfData.RowsData.ConversionPathValueData> ConversionPathValue { get; set; }
Property Value
Type Description
IList<McfData.RowsData.ConversionPathValueData>

PrimitiveValue

A primitive dimension value. A primitive metric value.

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