Class: Google::Shopping::Merchant::Accounts::V1::AutomaticImprovements
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::AutomaticImprovements
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/automaticimprovements.rb
Overview
Collection of information related to the automatic improvements of an account.
Instance Attribute Summary collapse
-
#image_improvements ⇒ ::Google::Shopping::Merchant::Accounts::V1::AutomaticImageImprovements
This improvement will attempt to automatically correct submitted images if they don't meet the image requirements, for example, removing overlays.
-
#item_updates ⇒ ::Google::Shopping::Merchant::Accounts::V1::AutomaticItemUpdates
Turning on item updates allows Google to automatically update items for you.
-
#name ⇒ ::String
Identifier.
-
#shipping_improvements ⇒ ::Google::Shopping::Merchant::Accounts::V1::AutomaticShippingImprovements
Not available for advanced accounts.
Instance Attribute Details
#image_improvements ⇒ ::Google::Shopping::Merchant::Accounts::V1::AutomaticImageImprovements
Returns This improvement will attempt to automatically correct submitted images if they don't meet the image requirements, for example, removing overlays. If successful, the image will be replaced and approved. This improvement is only applied to images of disapproved offers. For more information see: Automatic image improvements This field is only updated (cleared) if provided in the update mask.
66 67 68 69 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/automaticimprovements.rb', line 66 class AutomaticImprovements include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#item_updates ⇒ ::Google::Shopping::Merchant::Accounts::V1::AutomaticItemUpdates
Returns Turning on item updates allows Google to automatically update items for you. When item updates are on, Google uses the structured data markup on the website and advanced data extractors to update the price and availability of the items. When the item updates are off, items with mismatched data aren't shown. This field is only updated (cleared) if provided in the update mask.
66 67 68 69 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/automaticimprovements.rb', line 66 class AutomaticImprovements include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The resource name of the automatic improvements.
Format: accounts/{account}/automaticImprovements.
66 67 68 69 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/automaticimprovements.rb', line 66 class AutomaticImprovements include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#shipping_improvements ⇒ ::Google::Shopping::Merchant::Accounts::V1::AutomaticShippingImprovements
Returns Not available for advanced accounts. By turning on automatic shipping improvements, you are allowing Google to improve the accuracy of your delivery times shown to shoppers using Google. More accurate delivery times, especially when faster, typically lead to better conversion rates. Google will improve your estimated delivery times based on various factors:
- Delivery address of an order
- Current handling time and shipping time settings
- Estimated weekdays or business days
- Parcel tracking data This field is only updated (cleared) if provided in the update mask.
66 67 68 69 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/automaticimprovements.rb', line 66 class AutomaticImprovements include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |