class Google::Apis::DfareportingV2_1::Report::FloodlightCriteria
The report criteria for a report of type “FLOODLIGHT”.
Attributes
The list of custom rich media events to include. Corresponds to the JSON property `customRichMediaEvents` @return [Array<Google::Apis::DfareportingV2_1::DimensionValue>]
Represents a date range. Corresponds to the JSON property `dateRange` @return [Google::Apis::DfareportingV2_1::DateRange]
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. Corresponds to the JSON property `dimensionFilters` @return [Array<Google::Apis::DfareportingV2_1::DimensionValue>]
The list of dimensions the report should include. Corresponds to the JSON property `dimensions` @return [Array<Google::Apis::DfareportingV2_1::SortedDimension>]
Represents a DimensionValue resource. Corresponds to the JSON property `floodlightConfigId` @return [Google::Apis::DfareportingV2_1::DimensionValue]
The list of names of metrics the report should include. Corresponds to the JSON property `metricNames` @return [Array<String>]
The properties of the report. Corresponds to the JSON property `reportProperties` @return [Google::Apis::DfareportingV2_1::Report::FloodlightCriteria::ReportProperties]
Public Class Methods
# File generated/google/apis/dfareporting_v2_1/classes.rb, line 9123 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File generated/google/apis/dfareporting_v2_1/classes.rb, line 9128 def update!(**args) @custom_rich_media_events = args[:custom_rich_media_events] unless args[:custom_rich_media_events].nil? @date_range = args[:date_range] unless args[:date_range].nil? @dimension_filters = args[:dimension_filters] unless args[:dimension_filters].nil? @dimensions = args[:dimensions] unless args[:dimensions].nil? @floodlight_config_id = args[:floodlight_config_id] unless args[:floodlight_config_id].nil? @metric_names = args[:metric_names] unless args[:metric_names].nil? @report_properties = args[:report_properties] unless args[:report_properties].nil? end