Class AutomaticImprovements
Collection of information related to the automatic improvements of an account.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.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 |
---|---|---|
Automatic |
other |
Properties
AutomaticImprovementsName
Automatic
Declaration
public AutomaticImprovementsName AutomaticImprovementsName { get; set; }
Property Value
Type | Description |
---|---|
Automatic |
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 |
---|---|
Automatic |
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 |
---|---|
Automatic |
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 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
public AutomaticShippingImprovements ShippingImprovements { get; set; }
Property Value
Type | Description |
---|---|
Automatic |