class Google::Apis::DfareportingV2_1::Report::PathToConversionCriteria
The report criteria for a report of type “PATH_TO_CONVERSION”.
Attributes
The list of 'dfa:activity' values to filter on. Corresponds to the JSON property `activityFilters` @return [Array<Google::Apis::DfareportingV2_1::DimensionValue>]
The list of conversion dimensions the report should include. Corresponds to the JSON property `conversionDimensions` @return [Array<Google::Apis::DfareportingV2_1::SortedDimension>]
The list of custom floodlight variables the report should include. Corresponds to the JSON property `customFloodlightVariables` @return [Array<Google::Apis::DfareportingV2_1::SortedDimension>]
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]
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 list of per interaction dimensions the report should include. Corresponds to the JSON property `perInteractionDimensions` @return [Array<Google::Apis::DfareportingV2_1::SortedDimension>]
The properties of the report. Corresponds to the JSON property `reportProperties` @return [Google::Apis::DfareportingV2_1::Report::PathToConversionCriteria::ReportProperties]
Public Class Methods
# File generated/google/apis/dfareporting_v2_1/classes.rb, line 9226 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File generated/google/apis/dfareporting_v2_1/classes.rb, line 9231 def update!(**args) @activity_filters = args[:activity_filters] unless args[:activity_filters].nil? @conversion_dimensions = args[:conversion_dimensions] unless args[:conversion_dimensions].nil? @custom_floodlight_variables = args[:custom_floodlight_variables] unless args[:custom_floodlight_variables].nil? @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? @floodlight_config_id = args[:floodlight_config_id] unless args[:floodlight_config_id].nil? @metric_names = args[:metric_names] unless args[:metric_names].nil? @per_interaction_dimensions = args[:per_interaction_dimensions] unless args[:per_interaction_dimensions].nil? @report_properties = args[:report_properties] unless args[:report_properties].nil? end