Class: Google::Apis::DfareportingV2_1::PathToConversionReportCompatibleFields
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_1::PathToConversionReportCompatibleFields
- 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
Represents fields that are compatible to be selected for a report of type " PATH_TO_CONVERSION".
Instance Attribute Summary collapse
-
#conversion_dimensions ⇒ Array<Google::Apis::DfareportingV2_1::Dimension>
Conversion dimensions which are compatible to be selected in the " conversionDimensions" section of the report.
-
#custom_floodlight_variables ⇒ Array<Google::Apis::DfareportingV2_1::Dimension>
Custom floodlight variables which are compatible to be selected in the " customFloodlightVariables" section of the report.
-
#kind ⇒ String
The kind of resource this is, in this case dfareporting# pathToConversionReportCompatibleFields.
-
#metrics ⇒ Array<Google::Apis::DfareportingV2_1::Metric>
Metrics which are compatible to be selected in the "metricNames" section of the report.
-
#per_interaction_dimensions ⇒ Array<Google::Apis::DfareportingV2_1::Dimension>
Per-interaction dimensions which are compatible to be selected in the " perInteractionDimensions" section of the report.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PathToConversionReportCompatibleFields
constructor
A new instance of PathToConversionReportCompatibleFields.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ PathToConversionReportCompatibleFields
Returns a new instance of PathToConversionReportCompatibleFields
7159 7160 7161 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 7159 def initialize(**args) update!(**args) end |
Instance Attribute Details
#conversion_dimensions ⇒ Array<Google::Apis::DfareportingV2_1::Dimension>
Conversion dimensions which are compatible to be selected in the "
conversionDimensions" section of the report.
Corresponds to the JSON property conversionDimensions
7133 7134 7135 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 7133 def conversion_dimensions @conversion_dimensions end |
#custom_floodlight_variables ⇒ 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
7139 7140 7141 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 7139 def custom_floodlight_variables @custom_floodlight_variables end |
#kind ⇒ String
The kind of resource this is, in this case dfareporting#
pathToConversionReportCompatibleFields.
Corresponds to the JSON property kind
7145 7146 7147 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 7145 def kind @kind end |
#metrics ⇒ Array<Google::Apis::DfareportingV2_1::Metric>
Metrics which are compatible to be selected in the "metricNames" section of
the report.
Corresponds to the JSON property metrics
7151 7152 7153 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 7151 def metrics @metrics end |
#per_interaction_dimensions ⇒ Array<Google::Apis::DfareportingV2_1::Dimension>
Per-interaction dimensions which are compatible to be selected in the "
perInteractionDimensions" section of the report.
Corresponds to the JSON property perInteractionDimensions
7157 7158 7159 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 7157 def per_interaction_dimensions @per_interaction_dimensions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7164 7165 7166 7167 7168 7169 7170 |
# 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 |