Class Report.PathToConversionCriteriaData
The report criteria for a report of type "PATH_TO_CONVERSION".
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class Report.PathToConversionCriteriaData
Properties
ActivityFilters
The list of 'dfa:activity' values to filter on.
Declaration
[JsonProperty("activityFilters")]
public virtual IList<DimensionValue> ActivityFilters { get; set; }
Property Value
Type | Description |
---|---|
IList<DimensionValue> |
ConversionDimensions
The list of conversion dimensions the report should include.
Declaration
[JsonProperty("conversionDimensions")]
public virtual IList<SortedDimension> ConversionDimensions { get; set; }
Property Value
Type | Description |
---|---|
IList<SortedDimension> |
CustomFloodlightVariables
The list of custom floodlight variables the report should include.
Declaration
[JsonProperty("customFloodlightVariables")]
public virtual IList<SortedDimension> CustomFloodlightVariables { get; set; }
Property Value
Type | Description |
---|---|
IList<SortedDimension> |
CustomRichMediaEvents
The list of custom rich media events to include.
Declaration
[JsonProperty("customRichMediaEvents")]
public virtual IList<DimensionValue> CustomRichMediaEvents { get; set; }
Property Value
Type | Description |
---|---|
IList<DimensionValue> |
DateRange
The date range this report should be run for.
Declaration
[JsonProperty("dateRange")]
public virtual DateRange DateRange { get; set; }
Property Value
Type | Description |
---|---|
DateRange |
FloodlightConfigId
The floodlight ID for which to show data in this report. All advertisers associated with that ID will automatically be added. The dimension of the value needs to be 'dfa:floodlightConfigId'.
Declaration
[JsonProperty("floodlightConfigId")]
public virtual DimensionValue FloodlightConfigId { get; set; }
Property Value
Type | Description |
---|---|
DimensionValue |
MetricNames
The list of names of metrics the report should include.
Declaration
[JsonProperty("metricNames")]
public virtual IList<string> MetricNames { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
PerInteractionDimensions
The list of per interaction dimensions the report should include.
Declaration
[JsonProperty("perInteractionDimensions")]
public virtual IList<SortedDimension> PerInteractionDimensions { get; set; }
Property Value
Type | Description |
---|---|
IList<SortedDimension> |
ReportProperties
The properties of the report.
Declaration
[JsonProperty("reportProperties")]
public virtual Report.PathToConversionCriteriaData.ReportPropertiesData ReportProperties { get; set; }
Property Value
Type | Description |
---|---|
Report.PathToConversionCriteriaData.ReportPropertiesData |