Class McfData.RowsData.ConversionPathValueData
A conversion path dimension value, containing a list of interactions with their attributes.
Inherited Members
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 |