Class: Google::Apis::DfareportingV2_1::Report::PathToConversionCriteria
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_1::Report::PathToConversionCriteria
- Includes:
- Core::Hashable
- Defined in:
- generated/google/apis/dfareporting_v2_1/classes.rb,
generated/google/apis/dfareporting_v2_1/representations.rb,
generated/google/apis/dfareporting_v2_1/representations.rb
Overview
The report criteria for a report of type "PATH_TO_CONVERSION".
Defined Under Namespace
Classes: ReportProperties
Instance Attribute Summary collapse
-
#activity_filters ⇒ Array<Google::Apis::DfareportingV2_1::DimensionValue>
The list of 'dfa:activity' values to filter on.
-
#conversion_dimensions ⇒ Array<Google::Apis::DfareportingV2_1::SortedDimension>
The list of conversion dimensions the report should include.
-
#custom_floodlight_variables ⇒ Array<Google::Apis::DfareportingV2_1::SortedDimension>
The list of custom floodlight variables the report should include.
-
#custom_rich_media_events ⇒ Array<Google::Apis::DfareportingV2_1::DimensionValue>
The list of custom rich media events to include.
-
#date_range ⇒ Google::Apis::DfareportingV2_1::DateRange
Represents a date range.
-
#floodlight_config_id ⇒ Google::Apis::DfareportingV2_1::DimensionValue
Represents a DimensionValue resource.
-
#metric_names ⇒ Array<String>
The list of names of metrics the report should include.
-
#per_interaction_dimensions ⇒ Array<Google::Apis::DfareportingV2_1::SortedDimension>
The list of per interaction dimensions the report should include.
-
#report_properties ⇒ Google::Apis::DfareportingV2_1::Report::PathToConversionCriteria::ReportProperties
The properties of the report.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PathToConversionCriteria
constructor
A new instance of PathToConversionCriteria.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ PathToConversionCriteria
Returns a new instance of PathToConversionCriteria
9226 9227 9228 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 9226 def initialize(**args) update!(**args) end |
Instance Attribute Details
#activity_filters ⇒ Array<Google::Apis::DfareportingV2_1::DimensionValue>
The list of 'dfa:activity' values to filter on.
Corresponds to the JSON property activityFilters
9184 9185 9186 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 9184 def activity_filters @activity_filters end |
#conversion_dimensions ⇒ Array<Google::Apis::DfareportingV2_1::SortedDimension>
The list of conversion dimensions the report should include.
Corresponds to the JSON property conversionDimensions
9189 9190 9191 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 9189 def conversion_dimensions @conversion_dimensions end |
#custom_floodlight_variables ⇒ Array<Google::Apis::DfareportingV2_1::SortedDimension>
The list of custom floodlight variables the report should include.
Corresponds to the JSON property customFloodlightVariables
9194 9195 9196 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 9194 def custom_floodlight_variables @custom_floodlight_variables end |
#custom_rich_media_events ⇒ Array<Google::Apis::DfareportingV2_1::DimensionValue>
The list of custom rich media events to include.
Corresponds to the JSON property customRichMediaEvents
9199 9200 9201 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 9199 def custom_rich_media_events @custom_rich_media_events end |
#date_range ⇒ Google::Apis::DfareportingV2_1::DateRange
Represents a date range.
Corresponds to the JSON property dateRange
9204 9205 9206 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 9204 def date_range @date_range end |
#floodlight_config_id ⇒ Google::Apis::DfareportingV2_1::DimensionValue
Represents a DimensionValue resource.
Corresponds to the JSON property floodlightConfigId
9209 9210 9211 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 9209 def floodlight_config_id @floodlight_config_id end |
#metric_names ⇒ Array<String>
The list of names of metrics the report should include.
Corresponds to the JSON property metricNames
9214 9215 9216 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 9214 def metric_names @metric_names end |
#per_interaction_dimensions ⇒ Array<Google::Apis::DfareportingV2_1::SortedDimension>
The list of per interaction dimensions the report should include.
Corresponds to the JSON property perInteractionDimensions
9219 9220 9221 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 9219 def per_interaction_dimensions @per_interaction_dimensions end |
#report_properties ⇒ Google::Apis::DfareportingV2_1::Report::PathToConversionCriteria::ReportProperties
The properties of the report.
Corresponds to the JSON property reportProperties
9224 9225 9226 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 9224 def report_properties @report_properties end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9231 9232 9233 9234 9235 9236 9237 9238 9239 9240 9241 |
# 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 |