class Google::Apis::DfareportingV2_1::PathToConversionReportCompatibleFields
Represents fields that are compatible to be selected for a report of type “ PATH_TO_CONVERSION”.
Attributes
Conversion dimensions which are compatible to be selected in the “ conversionDimensions” section of the report. Corresponds to the JSON property `conversionDimensions` @return [Array<Google::Apis::DfareportingV2_1::Dimension>]
Custom floodlight variables which are compatible to be selected in the “ customFloodlightVariables” section of the report. Corresponds to the JSON property `customFloodlightVariables` @return [Array<Google::Apis::DfareportingV2_1::Dimension>]
The kind of resource this is, in this case dfareporting# pathToConversionReportCompatibleFields. Corresponds to the JSON property `kind` @return [String]
Metrics which are compatible to be selected in the “metricNames” section of the report. Corresponds to the JSON property `metrics` @return [Array<Google::Apis::DfareportingV2_1::Metric>]
Per-interaction dimensions which are compatible to be selected in the “ perInteractionDimensions” section of the report. Corresponds to the JSON property `perInteractionDimensions` @return [Array<Google::Apis::DfareportingV2_1::Dimension>]
Public Class Methods
# File generated/google/apis/dfareporting_v2_1/classes.rb, line 7159 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File generated/google/apis/dfareporting_v2_1/classes.rb, line 7164 def update!(**args) @conversion_dimensions = args[:conversion_dimensions] unless args[:conversion_dimensions].nil? @custom_floodlight_variables = args[:custom_floodlight_variables] unless args[:custom_floodlight_variables].nil? @kind = args[:kind] unless args[:kind].nil? @metrics = args[:metrics] unless args[:metrics].nil? @per_interaction_dimensions = args[:per_interaction_dimensions] unless args[:per_interaction_dimensions].nil? end