Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateConversionCustomVariableResult
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateConversionCustomVariableResult
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb
Overview
The result for the conversion custom variable mutate.
Instance Attribute Summary collapse
-
#conversion_custom_variable ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesConversionCustomVariable
A conversion custom variable.
-
#resource_name ⇒ String
Returned for successful operations.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateConversionCustomVariableResult
constructor
A new instance of GoogleAdsSearchads360V23ServicesMutateConversionCustomVariableResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateConversionCustomVariableResult
Returns a new instance of GoogleAdsSearchads360V23ServicesMutateConversionCustomVariableResult.
47335 47336 47337 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 47335 def initialize(**args) update!(**args) end |
Instance Attribute Details
#conversion_custom_variable ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesConversionCustomVariable
A conversion custom variable. See "About custom Floodlight metrics and
dimensions in the new Search Ads 360" at https://support.google.com/sa360/
answer/13567857
Corresponds to the JSON property conversionCustomVariable
47328 47329 47330 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 47328 def conversion_custom_variable @conversion_custom_variable end |
#resource_name ⇒ String
Returned for successful operations.
Corresponds to the JSON property resourceName
47333 47334 47335 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 47333 def resource_name @resource_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
47340 47341 47342 47343 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 47340 def update!(**args) @conversion_custom_variable = args[:conversion_custom_variable] if args.key?(:conversion_custom_variable) @resource_name = args[:resource_name] if args.key?(:resource_name) end |