Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesConversionActionAttributionModelSettings
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesConversionActionAttributionModelSettings
- 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
-
#attribution_model ⇒ String
The attribution model type of this conversion action.
-
#data_driven_model_status ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesConversionActionAttributionModelSettings
constructor
A new instance of GoogleAdsSearchads360V23ResourcesConversionActionAttributionModelSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesConversionActionAttributionModelSettings
Returns a new instance of GoogleAdsSearchads360V23ResourcesConversionActionAttributionModelSettings.
16184 16185 16186 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16184 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
16176 16177 16178 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16176 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
16182 16183 16184 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16182 def data_driven_model_status @data_driven_model_status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16189 16190 16191 16192 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16189 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 |