Show / Hide Table of Contents

Class PathToConversionReportCompatibleFields

Represents fields that are compatible to be selected for a report of type "PATH_TO_CONVERSION".

Inheritance
System.Object
PathToConversionReportCompatibleFields
Implements
IDirectResponseSchema
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.Dfareporting.v3_3.Data
Assembly: Google.Apis.Dfareporting.v3_3.dll
Syntax
public class PathToConversionReportCompatibleFields : IDirectResponseSchema

Properties

ConversionDimensions

Conversion dimensions which are compatible to be selected in the "conversionDimensions" section of the report.

Declaration
[JsonProperty("conversionDimensions")]
public virtual IList<Dimension> ConversionDimensions { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Dimension>

CustomFloodlightVariables

Custom floodlight variables which are compatible to be selected in the "customFloodlightVariables" section of the report.

Declaration
[JsonProperty("customFloodlightVariables")]
public virtual IList<Dimension> CustomFloodlightVariables { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Dimension>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Kind

The kind of resource this is, in this case dfareporting#pathToConversionReportCompatibleFields.

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

Metrics

Metrics which are compatible to be selected in the "metricNames" section of the report.

Declaration
[JsonProperty("metrics")]
public virtual IList<Metric> Metrics { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Metric>

PerInteractionDimensions

Per-interaction dimensions which are compatible to be selected in the "perInteractionDimensions" section of the report.

Declaration
[JsonProperty("perInteractionDimensions")]
public virtual IList<Dimension> PerInteractionDimensions { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Dimension>

Implements

IDirectResponseSchema
In This Article
Back to top