Show / Hide Table of Contents

Class Report.CrossMediaReachCriteriaData

Optional. The report criteria for a report of type "CROSS_MEDIA_REACH".

Inheritance
object
Report.CrossMediaReachCriteriaData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class Report.CrossMediaReachCriteriaData

Properties

DateRange

Required. The date range this report should be run for.

Declaration
[JsonProperty("dateRange")]
public virtual DateRange DateRange { get; set; }
Property Value
Type Description
DateRange

DimensionFilters

Required. 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
IList<DimensionValue>

Dimensions

Required. The list of dimensions the report should include.

Declaration
[JsonProperty("dimensions")]
public virtual IList<SortedDimension> Dimensions { get; set; }
Property Value
Type Description
IList<SortedDimension>

MetricNames

Required. 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>
In this article
Back to top Generated by DocFX