Class: Google::Shopping::Merchant::Accounts::V1beta::AutomaticShippingImprovements

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/accounts/v1beta/automaticimprovements.rb

Overview

Not available for MCAs 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

Instance Attribute Summary collapse

Instance Attribute Details

#allow_shipping_improvements::Boolean

Returns Enables automatic shipping improvements.

Returns:

  • (::Boolean)

    Enables automatic shipping improvements.



196
197
198
199
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/automaticimprovements.rb', line 196

class AutomaticShippingImprovements
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end