Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateConversionCustomVariableResult

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateConversionCustomVariableResult

Returns a new instance of GoogleAdsSearchads360V23ServicesMutateConversionCustomVariableResult.



48100
48101
48102
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48100

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

Instance Attribute Details

#conversion_custom_variableGoogle::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



48093
48094
48095
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48093

def conversion_custom_variable
  @conversion_custom_variable
end

#resource_nameString

Returned for successful operations. Corresponds to the JSON property resourceName

Returns:

  • (String)


48098
48099
48100
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48098

def resource_name
  @resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



48105
48106
48107
48108
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48105

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