Show / Hide Table of Contents

Class Report.FloodlightCriteriaData

The report criteria for a report of type "FLOODLIGHT".

Inheritance
object
Report.FloodlightCriteriaData
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.v3_5.Data
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class Report.FloodlightCriteriaData

Properties

CustomRichMediaEvents

The list of custom rich media events to include.

Declaration
[JsonProperty("customRichMediaEvents")]
public virtual IList<DimensionValue> CustomRichMediaEvents { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><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

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<T><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<T><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<T><string>

ReportProperties

The properties of the report.

Declaration
[JsonProperty("reportProperties")]
public virtual Report.FloodlightCriteriaData.ReportPropertiesData ReportProperties { get; set; }
Property Value
Type Description
Report.FloodlightCriteriaData.ReportPropertiesData
In This Article
Back to top Generated by DocFX