Class: Google::Apis::DfareportingV2_6::Report::PathToConversionCriteria
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_6::Report::PathToConversionCriteria
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v2_6/classes.rb,
generated/google/apis/dfareporting_v2_6/representations.rb,
generated/google/apis/dfareporting_v2_6/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_6::DimensionValue>
The list of 'dfa:activity' values to filter on.
-
#conversion_dimensions ⇒ Array<Google::Apis::DfareportingV2_6::SortedDimension>
The list of conversion dimensions the report should include.
-
#custom_floodlight_variables ⇒ Array<Google::Apis::DfareportingV2_6::SortedDimension>
The list of custom floodlight variables the report should include.
-
#custom_rich_media_events ⇒ Array<Google::Apis::DfareportingV2_6::DimensionValue>
The list of custom rich media events to include.
-
#date_range ⇒ Google::Apis::DfareportingV2_6::DateRange
Represents a date range.
-
#floodlight_config_id ⇒ Google::Apis::DfareportingV2_6::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_6::SortedDimension>
The list of per interaction dimensions the report should include.
-
#report_properties ⇒ Google::Apis::DfareportingV2_6::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::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ PathToConversionCriteria
Returns a new instance of PathToConversionCriteria
9850 9851 9852 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 9850 def initialize(**args) update!(**args) end |
Instance Attribute Details
#activity_filters ⇒ Array<Google::Apis::DfareportingV2_6::DimensionValue>
The list of 'dfa:activity' values to filter on.
Corresponds to the JSON property activityFilters
9808 9809 9810 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 9808 def activity_filters @activity_filters end |
#conversion_dimensions ⇒ Array<Google::Apis::DfareportingV2_6::SortedDimension>
The list of conversion dimensions the report should include.
Corresponds to the JSON property conversionDimensions
9813 9814 9815 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 9813 def conversion_dimensions @conversion_dimensions end |
#custom_floodlight_variables ⇒ Array<Google::Apis::DfareportingV2_6::SortedDimension>
The list of custom floodlight variables the report should include.
Corresponds to the JSON property customFloodlightVariables
9818 9819 9820 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 9818 def custom_floodlight_variables @custom_floodlight_variables end |
#custom_rich_media_events ⇒ Array<Google::Apis::DfareportingV2_6::DimensionValue>
The list of custom rich media events to include.
Corresponds to the JSON property customRichMediaEvents
9823 9824 9825 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 9823 def custom_rich_media_events @custom_rich_media_events end |
#date_range ⇒ Google::Apis::DfareportingV2_6::DateRange
Represents a date range.
Corresponds to the JSON property dateRange
9828 9829 9830 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 9828 def date_range @date_range end |
#floodlight_config_id ⇒ Google::Apis::DfareportingV2_6::DimensionValue
Represents a DimensionValue resource.
Corresponds to the JSON property floodlightConfigId
9833 9834 9835 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 9833 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
9838 9839 9840 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 9838 def metric_names @metric_names end |
#per_interaction_dimensions ⇒ Array<Google::Apis::DfareportingV2_6::SortedDimension>
The list of per interaction dimensions the report should include.
Corresponds to the JSON property perInteractionDimensions
9843 9844 9845 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 9843 def per_interaction_dimensions @per_interaction_dimensions end |
#report_properties ⇒ Google::Apis::DfareportingV2_6::Report::PathToConversionCriteria::ReportProperties
The properties of the report.
Corresponds to the JSON property reportProperties
9848 9849 9850 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 9848 def report_properties @report_properties end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9855 9856 9857 9858 9859 9860 9861 9862 9863 9864 9865 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 9855 def update!(**args) @activity_filters = args[:activity_filters] if args.key?(:activity_filters) @conversion_dimensions = args[:conversion_dimensions] if args.key?(:conversion_dimensions) @custom_floodlight_variables = args[:custom_floodlight_variables] if args.key?(:custom_floodlight_variables) @custom_rich_media_events = args[:custom_rich_media_events] if args.key?(:custom_rich_media_events) @date_range = args[:date_range] if args.key?(:date_range) @floodlight_config_id = args[:floodlight_config_id] if args.key?(:floodlight_config_id) @metric_names = args[:metric_names] if args.key?(:metric_names) @per_interaction_dimensions = args[:per_interaction_dimensions] if args.key?(:per_interaction_dimensions) @report_properties = args[:report_properties] if args.key?(:report_properties) end |