Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesConversionActionAttributionModelSettings

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/searchads360_v0/classes.rb,
lib/google/apis/searchads360_v0/representations.rb,
lib/google/apis/searchads360_v0/representations.rb

Overview

Settings related to this conversion action's attribution model.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V0ResourcesConversionActionAttributionModelSettings

Returns a new instance of GoogleAdsSearchads360V0ResourcesConversionActionAttributionModelSettings.



1836
1837
1838
# File 'lib/google/apis/searchads360_v0/classes.rb', line 1836

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)


1828
1829
1830
# File 'lib/google/apis/searchads360_v0/classes.rb', line 1828

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)


1834
1835
1836
# File 'lib/google/apis/searchads360_v0/classes.rb', line 1834

def data_driven_model_status
  @data_driven_model_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1841
1842
1843
1844
# File 'lib/google/apis/searchads360_v0/classes.rb', line 1841

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