Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesConversionCustomVariableFloodlightConversionCustomVariableInfo

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

Information for Search Ads 360 Floodlight Conversion Custom Variables.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesConversionCustomVariableFloodlightConversionCustomVariableInfo

Returns a new instance of GoogleAdsSearchads360V23ResourcesConversionCustomVariableFloodlightConversionCustomVariableInfo.



16375
16376
16377
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16375

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

Instance Attribute Details

#floodlight_variable_data_typeString

Output only. Floodlight variable data type defined in Search Ads 360. Corresponds to the JSON property floodlightVariableDataType

Returns:

  • (String)


16368
16369
16370
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16368

def floodlight_variable_data_type
  @floodlight_variable_data_type
end

#floodlight_variable_typeString

Output only. Floodlight variable type defined in Search Ads 360. Corresponds to the JSON property floodlightVariableType

Returns:

  • (String)


16373
16374
16375
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16373

def floodlight_variable_type
  @floodlight_variable_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



16380
16381
16382
16383
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16380

def update!(**args)
  @floodlight_variable_data_type = args[:floodlight_variable_data_type] if args.key?(:floodlight_variable_data_type)
  @floodlight_variable_type = args[:floodlight_variable_type] if args.key?(:floodlight_variable_type)
end