Show / Hide Table of Contents

Class AutomaticImprovements

Collection of information related to the automatic improvements of an account.

Inheritance
object
AutomaticImprovements
Implements
IMessage<AutomaticImprovements>
IEquatable<AutomaticImprovements>
IDeepCloneable<AutomaticImprovements>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class AutomaticImprovements : IMessage<AutomaticImprovements>, IEquatable<AutomaticImprovements>, IDeepCloneable<AutomaticImprovements>, IBufferMessage, IMessage

Constructors

AutomaticImprovements()

Declaration
public AutomaticImprovements()

AutomaticImprovements(AutomaticImprovements)

Declaration
public AutomaticImprovements(AutomaticImprovements other)
Parameters
Type Name Description
AutomaticImprovements other

Properties

AutomaticImprovementsName

AutomaticImprovementsName-typed view over the Name resource name property.

Declaration
public AutomaticImprovementsName AutomaticImprovementsName { get; set; }
Property Value
Type Description
AutomaticImprovementsName

ImageImprovements

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.

Declaration
public AutomaticImageImprovements ImageImprovements { get; set; }
Property Value
Type Description
AutomaticImageImprovements

ItemUpdates

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.

Declaration
public AutomaticItemUpdates ItemUpdates { get; set; }
Property Value
Type Description
AutomaticItemUpdates

Name

Identifier. The resource name of the automatic improvements. Format: accounts/{account}/automaticImprovements.

Declaration
public string Name { get; set; }
Property Value
Type Description
string

ShippingImprovements

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.
Declaration
public AutomaticShippingImprovements ShippingImprovements { get; set; }
Property Value
Type Description
AutomaticShippingImprovements
In this article
Back to top Generated by DocFX