Class: Google::Apis::ContentV2_1::AccountConversionSettings

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_enabledBoolean 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

Returns:

  • (Boolean)


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