Show / Hide Table of Contents

Class McfData.RowsData.ConversionPathValueData

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

Inheritance
object
McfData.RowsData.ConversionPathValueData
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.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
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
string
In this article
Back to top Generated by DocFX