Class: Google::Apis::DfareportingV2_7::Report::PathToConversionCriteria

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v2_7/classes.rb,
generated/google/apis/dfareporting_v2_7/representations.rb,
generated/google/apis/dfareporting_v2_7/representations.rb

Overview

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

Defined Under Namespace

Classes: ReportProperties

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ PathToConversionCriteria

Returns a new instance of PathToConversionCriteria



9930
9931
9932
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 9930

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#activity_filtersArray<Google::Apis::DfareportingV2_7::DimensionValue>

The list of 'dfa:activity' values to filter on. Corresponds to the JSON property activityFilters



9888
9889
9890
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 9888

def activity_filters
  @activity_filters
end

#conversion_dimensionsArray<Google::Apis::DfareportingV2_7::SortedDimension>

The list of conversion dimensions the report should include. Corresponds to the JSON property conversionDimensions



9893
9894
9895
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 9893

def conversion_dimensions
  @conversion_dimensions
end

#custom_floodlight_variablesArray<Google::Apis::DfareportingV2_7::SortedDimension>

The list of custom floodlight variables the report should include. Corresponds to the JSON property customFloodlightVariables



9898
9899
9900
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 9898

def custom_floodlight_variables
  @custom_floodlight_variables
end

#custom_rich_media_eventsArray<Google::Apis::DfareportingV2_7::DimensionValue>

The list of custom rich media events to include. Corresponds to the JSON property customRichMediaEvents



9903
9904
9905
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 9903

def custom_rich_media_events
  @custom_rich_media_events
end

#date_rangeGoogle::Apis::DfareportingV2_7::DateRange

Represents a date range. Corresponds to the JSON property dateRange



9908
9909
9910
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 9908

def date_range
  @date_range
end

#floodlight_config_idGoogle::Apis::DfareportingV2_7::DimensionValue

Represents a DimensionValue resource. Corresponds to the JSON property floodlightConfigId



9913
9914
9915
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 9913

def floodlight_config_id
  @floodlight_config_id
end

#metric_namesArray<String>

The list of names of metrics the report should include. Corresponds to the JSON property metricNames

Returns:

  • (Array<String>)


9918
9919
9920
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 9918

def metric_names
  @metric_names
end

#per_interaction_dimensionsArray<Google::Apis::DfareportingV2_7::SortedDimension>

The list of per interaction dimensions the report should include. Corresponds to the JSON property perInteractionDimensions



9923
9924
9925
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 9923

def per_interaction_dimensions
  @per_interaction_dimensions
end

#report_propertiesGoogle::Apis::DfareportingV2_7::Report::PathToConversionCriteria::ReportProperties

The properties of the report. Corresponds to the JSON property reportProperties



9928
9929
9930
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 9928

def report_properties
  @report_properties
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9935
9936
9937
9938
9939
9940
9941
9942
9943
9944
9945
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 9935

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