View Source GoogleApi.Content.V21.Model.AccountAutomaticImprovements (google_api_content v0.66.0)

The automatic improvements of the account can be used to automatically update items, improve images and shipping.

Attributes

  • imageImprovements (type: GoogleApi.Content.V21.Model.AccountImageImprovements.t, default: nil) - 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.
  • itemUpdates (type: GoogleApi.Content.V21.Model.AccountItemUpdates.t, default: nil) - 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.
  • shippingImprovements (type: GoogleApi.Content.V21.Model.AccountShippingImprovements.t, default: nil) - 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 This field is only updated (cleared) if provided.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.AccountAutomaticImprovements{
  imageImprovements:
    GoogleApi.Content.V21.Model.AccountImageImprovements.t() | nil,
  itemUpdates: GoogleApi.Content.V21.Model.AccountItemUpdates.t() | nil,
  shippingImprovements:
    GoogleApi.Content.V21.Model.AccountShippingImprovements.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.