Class: Google::Shopping::Merchant::Accounts::V1::AutomaticItemUpdates::ItemUpdatesAccountLevelSettings
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::AutomaticItemUpdates::ItemUpdatesAccountLevelSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/automaticimprovements.rb
Overview
Settings for the Automatic Item Updates.
Instance Attribute Summary collapse
-
#allow_availability_updates ⇒ ::Boolean
If availability updates are enabled, any previous availability values get overwritten if Google finds an out-of-stock annotation on the offer's page.
-
#allow_condition_updates ⇒ ::Boolean
If condition updates are enabled, Google always updates item condition with the condition detected from the details of your product.
-
#allow_price_updates ⇒ ::Boolean
If price updates are enabled, Google always updates the active price with the crawled information.
-
#allow_strict_availability_updates ⇒ ::Boolean
If
allow_availability_updatesis enabled, items are automatically updated in all your Shopping target countries.
Instance Attribute Details
#allow_availability_updates ⇒ ::Boolean
Returns If availability updates are enabled, any previous availability values
get overwritten if Google finds an out-of-stock annotation on the offer's
page.
If additionally allow_strict_availability_updates field is set to
true, values get overwritten if Google finds an in-stock annotation on
the offer’s page.
142 143 144 145 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/automaticimprovements.rb', line 142 class ItemUpdatesAccountLevelSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#allow_condition_updates ⇒ ::Boolean
Returns If condition updates are enabled, Google always updates item condition with the condition detected from the details of your product.
142 143 144 145 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/automaticimprovements.rb', line 142 class ItemUpdatesAccountLevelSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#allow_price_updates ⇒ ::Boolean
Returns If price updates are enabled, Google always updates the active price with the crawled information.
142 143 144 145 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/automaticimprovements.rb', line 142 class ItemUpdatesAccountLevelSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#allow_strict_availability_updates ⇒ ::Boolean
Returns If allow_availability_updates is enabled, items are automatically
updated in all your Shopping target countries. By default, availability
updates will only be applied to items that are 'out of stock' on your
website but 'in stock' on Shopping. Set this to true to also update items
that are 'in stock' on your website, but 'out of stock' on Google
Shopping. In order for this field to have an effect, you must also set
allow_availability_updates.
142 143 144 145 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/automaticimprovements.rb', line 142 class ItemUpdatesAccountLevelSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |