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.



16501
16502
16503
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16501

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)


16494
16495
16496
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16494

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)


16499
16500
16501
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16499

def floodlight_variable_type
  @floodlight_variable_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



16506
16507
16508
16509
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16506

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