Show / Hide Table of Contents

Class AutomaticImprovements

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

Inheritance
object
AutomaticImprovements
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.accounts_v1beta.Data
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class AutomaticImprovements : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

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
[JsonProperty("imageImprovements")]
public virtual 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
[JsonProperty("itemUpdates")]
public virtual AutomaticItemUpdates ItemUpdates { get; set; }
Property Value
Type Description
AutomaticItemUpdates

Name

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

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ShippingImprovements

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 in the update mask.

Declaration
[JsonProperty("shippingImprovements")]
public virtual AutomaticShippingImprovements ShippingImprovements { get; set; }
Property Value
Type Description
AutomaticShippingImprovements

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX