Show / Hide Table of Contents

Class McfData.RowsData.ConversionPathValueData

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

Inheritance
System.Object
McfData.RowsData.ConversionPathValueData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class ConversionPathValueData

Properties

InteractionType

Type of an interaction on conversion path. Such as CLICK, IMPRESSION etc.

Declaration
[JsonProperty("interactionType")]
public virtual string InteractionType { get; set; }
Property Value
Type Description
System.String

NodeValue

Node value of an interaction on conversion path. Such as source, medium etc.

Declaration
[JsonProperty("nodeValue")]
public virtual string NodeValue { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top