Class: Google::Apis::DfareportingV3_3::PathToConversionReportCompatibleFields

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

Overview

Represents fields that are compatible to be selected for a report of type " PATH_TO_CONVERSION".

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) ⇒ PathToConversionReportCompatibleFields

Returns a new instance of PathToConversionReportCompatibleFields.



8083
8084
8085
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 8083

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

Instance Attribute Details

#conversion_dimensionsArray<Google::Apis::DfareportingV3_3::Dimension>

Conversion dimensions which are compatible to be selected in the " conversionDimensions" section of the report. Corresponds to the JSON property conversionDimensions



8057
8058
8059
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 8057

def conversion_dimensions
  @conversion_dimensions
end

#custom_floodlight_variablesArray<Google::Apis::DfareportingV3_3::Dimension>

Custom floodlight variables which are compatible to be selected in the " customFloodlightVariables" section of the report. Corresponds to the JSON property customFloodlightVariables



8063
8064
8065
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 8063

def custom_floodlight_variables
  @custom_floodlight_variables
end

#kindString

The kind of resource this is, in this case dfareporting# pathToConversionReportCompatibleFields. Corresponds to the JSON property kind

Returns:

  • (String)


8069
8070
8071
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 8069

def kind
  @kind
end

#metricsArray<Google::Apis::DfareportingV3_3::Metric>

Metrics which are compatible to be selected in the "metricNames" section of the report. Corresponds to the JSON property metrics



8075
8076
8077
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 8075

def metrics
  @metrics
end

#per_interaction_dimensionsArray<Google::Apis::DfareportingV3_3::Dimension>

Per-interaction dimensions which are compatible to be selected in the " perInteractionDimensions" section of the report. Corresponds to the JSON property perInteractionDimensions



8081
8082
8083
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 8081

def per_interaction_dimensions
  @per_interaction_dimensions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8088
8089
8090
8091
8092
8093
8094
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 8088

def update!(**args)
  @conversion_dimensions = args[:conversion_dimensions] if args.key?(:conversion_dimensions)
  @custom_floodlight_variables = args[:custom_floodlight_variables] if args.key?(:custom_floodlight_variables)
  @kind = args[:kind] if args.key?(:kind)
  @metrics = args[:metrics] if args.key?(:metrics)
  @per_interaction_dimensions = args[:per_interaction_dimensions] if args.key?(:per_interaction_dimensions)
end