Class Report.PathAttributionCriteriaData
The report criteria for a report of type "PATH_ATTRIBUTION".
Inheritance
System.Object
Report.PathAttributionCriteriaData
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_4.Data
Assembly: Google.Apis.Dfareporting.v3_4.dll
Syntax
public class PathAttributionCriteriaData
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 |
---|---|
System.Collections.Generic.IList<DimensionValue> |
CustomChannelGrouping
Channel Grouping.
Declaration
[JsonProperty("customChannelGrouping")]
public virtual ChannelGrouping CustomChannelGrouping { get; set; }
Property Value
Type | Description |
---|---|
ChannelGrouping |
DateRange
The date range this report should be run for.
Declaration
[JsonProperty("dateRange")]
public virtual DateRange DateRange { get; set; }
Property Value
Type | Description |
---|---|
DateRange |
Dimensions
The list of dimensions the report should include.
Declaration
[JsonProperty("dimensions")]
public virtual IList<SortedDimension> Dimensions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<SortedDimension> |
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 |
---|---|
System.Collections.Generic.IList<System.String> |
PathFilters
Path Filters.
Declaration
[JsonProperty("pathFilters")]
public virtual IList<PathFilter> PathFilters { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<PathFilter> |