Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesConversionActionAttributionModelSettings
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesConversionActionAttributionModelSettings
- 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
-
#attribution_model ⇒ String
The attribution model type of this conversion action.
-
#data_driven_model_status ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V0ResourcesConversionActionAttributionModelSettings
constructor
A new instance of GoogleAdsSearchads360V0ResourcesConversionActionAttributionModelSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V0ResourcesConversionActionAttributionModelSettings
Returns a new instance of GoogleAdsSearchads360V0ResourcesConversionActionAttributionModelSettings.
3658 3659 3660 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3658 def initialize(**args) update!(**args) end |
Instance Attribute Details
#attribution_model ⇒ String
The attribution model type of this conversion action.
Corresponds to the JSON property attributionModel
3650 3651 3652 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3650 def attribution_model @attribution_model end |
#data_driven_model_status ⇒ String
Output only. The status of the data-driven attribution model for the
conversion action.
Corresponds to the JSON property dataDrivenModelStatus
3656 3657 3658 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3656 def data_driven_model_status @data_driven_model_status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3663 3664 3665 3666 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3663 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 |