Class Report.ReachCriteriaData
The report criteria for a report of type "REACH".
Inheritance
System.Object
Report.ReachCriteriaData
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 ReachCriteriaData
Properties
Activities
Activity group.
Declaration
[JsonProperty("activities")]
public virtual Activities Activities { get; set; }
Property Value
Type | Description |
---|---|
Activities |
CustomRichMediaEvents
Custom Rich Media Events group.
Declaration
[JsonProperty("customRichMediaEvents")]
public virtual CustomRichMediaEvents CustomRichMediaEvents { get; set; }
Property Value
Type | Description |
---|---|
CustomRichMediaEvents |
DateRange
The date range this report should be run for.
Declaration
[JsonProperty("dateRange")]
public virtual DateRange DateRange { get; set; }
Property Value
Type | Description |
---|---|
DateRange |
DimensionFilters
The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
Declaration
[JsonProperty("dimensionFilters")]
public virtual IList<DimensionValue> DimensionFilters { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<DimensionValue> |
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> |
EnableAllDimensionCombinations
Whether to enable all reach dimension combinations in the report. Defaults to false. If enabled, the date range of the report should be within the last 42 days.
Declaration
[JsonProperty("enableAllDimensionCombinations")]
public virtual bool? EnableAllDimensionCombinations { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
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> |
ReachByFrequencyMetricNames
The list of names of Reach By Frequency metrics the report should include.
Declaration
[JsonProperty("reachByFrequencyMetricNames")]
public virtual IList<string> ReachByFrequencyMetricNames { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |