Class: Google::Apis::ContentV2_1::AccountConversionSettings
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::AccountConversionSettings
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/content_v2_1/classes.rb,
lib/google/apis/content_v2_1/representations.rb,
lib/google/apis/content_v2_1/representations.rb
Overview
Settings for conversion tracking.
Instance Attribute Summary collapse
-
#free_listings_auto_tagging_enabled ⇒ Boolean
(also: #free_listings_auto_tagging_enabled?)
When enabled, free listing URLs have a parameter to enable conversion tracking for products owned by the current merchant account.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AccountConversionSettings
constructor
A new instance of AccountConversionSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AccountConversionSettings
Returns a new instance of AccountConversionSettings.
411 412 413 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 411 def initialize(**args) update!(**args) end |
Instance Attribute Details
#free_listings_auto_tagging_enabled ⇒ Boolean Also known as: free_listings_auto_tagging_enabled?
When enabled, free listing URLs have a parameter to enable conversion tracking
for products owned by the current merchant account. See auto-tagging.
Corresponds to the JSON property freeListingsAutoTaggingEnabled
408 409 410 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 408 def free_listings_auto_tagging_enabled @free_listings_auto_tagging_enabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
416 417 418 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 416 def update!(**args) @free_listings_auto_tagging_enabled = args[:free_listings_auto_tagging_enabled] if args.key?(:free_listings_auto_tagging_enabled) end |