Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesConversionActionAttributionModelSettings

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

Settings related to this conversion action's attribution model.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesConversionActionAttributionModelSettings

Returns a new instance of GoogleAdsSearchads360V23ResourcesConversionActionAttributionModelSettings.



16250
16251
16252
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16250

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

Instance Attribute Details

#attribution_modelString

The attribution model type of this conversion action. Corresponds to the JSON property attributionModel

Returns:

  • (String)


16242
16243
16244
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16242

def attribution_model
  @attribution_model
end

#data_driven_model_statusString

Output only. The status of the data-driven attribution model for the conversion action. Corresponds to the JSON property dataDrivenModelStatus

Returns:

  • (String)


16248
16249
16250
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16248

def data_driven_model_status
  @data_driven_model_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



16255
16256
16257
16258
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16255

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