- Resource: AutomaticImprovements
- AutomaticItemUpdates
- ItemUpdatesAccountLevelSettings
- AutomaticImageImprovements
- ImageImprovementsAccountLevelSettings
- AutomaticShippingImprovements
- Methods
Resource: AutomaticImprovements
Collection of information related to the automatic improvements of an account.
JSON representation |
---|
{ "name": string, "itemUpdates": { object ( |
Fields | |
---|---|
name |
Identifier. The resource name of the automatic improvements. Format: |
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. |
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. |
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. |
AutomaticItemUpdates
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.
JSON representation |
---|
{
"accountItemUpdatesSettings": {
object ( |
Fields | |
---|---|
accountItemUpdatesSettings |
Optional. Determines which attributes of the items should be automatically updated. If this field is not present and provided in the update mask, then the settings will be deleted. If there are no settings for subaccount, they are inherited from aggregator. |
effectiveAllowPriceUpdates |
Output only. The effective value of allowPriceUpdates. If accountItemUpdatesSettings is present, then this value is the same. Otherwise, it represents the inherited value of the parent account. The default value is true if no settings are present. Read-only. |
effectiveAllowAvailabilityUpdates |
Output only. The effective value of allowAvailabilityUpdates. If accountItemUpdatesSettings is present, then this value is the same. Otherwise, it represents the inherited value of the parent account. The default value is true if no settings are present. Read-only. |
effectiveAllowStrictAvailabilityUpdates |
Output only. The effective value of allowStrictAvailabilityUpdates. If accountItemUpdatesSettings is present, then this value is the same. Otherwise, it represents the inherited value of the parent account. The default value is true if no settings are present. Read-only. |
effectiveAllowConditionUpdates |
Output only. The effective value of allowConditionUpdates. If accountItemUpdatesSettings is present, then this value is the same. Otherwise, it represents the inherited value of the parent account. The default value is true if no settings are present. Read-only. |
ItemUpdatesAccountLevelSettings
Settings for the Automatic Item Updates.
JSON representation |
---|
{ "allowPriceUpdates": boolean, "allowAvailabilityUpdates": boolean, "allowStrictAvailabilityUpdates": boolean, "allowConditionUpdates": boolean } |
Fields | |
---|---|
allowPriceUpdates |
If price updates are enabled, Google always updates the active price with the crawled information. |
allowAvailabilityUpdates |
If availability updates are enabled, any previous availability values get overwritten if Google finds an out-of-stock annotation on the offer's page. If additionally |
allowStrictAvailabilityUpdates |
If |
allowConditionUpdates |
If condition updates are enabled, Google always updates item condition with the condition detected from the details of your product. |
AutomaticImageImprovements
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
JSON representation |
---|
{
"effectiveAllowAutomaticImageImprovements": boolean,
"accountImageImprovementsSettings": {
object ( |
Fields | |
---|---|
effectiveAllowAutomaticImageImprovements |
Output only. The effective value of allowAutomaticImageImprovements. If accountImageImprovementsSettings is present, then this value is the same. Otherwise, it represents the inherited value of the parent account. Read-only. |
accountImageImprovementsSettings |
Optional. Determines how the images should be automatically updated. If this field is not present and provided in the update mask, then the settings will be deleted. If there are no settings for subaccount, they are inherited from aggregator. |
ImageImprovementsAccountLevelSettings
Settings for the Automatic Image Improvements.
JSON representation |
---|
{ "allowAutomaticImageImprovements": boolean } |
Fields | |
---|---|
allowAutomaticImageImprovements |
Enables automatic image improvements. |
AutomaticShippingImprovements
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
JSON representation |
---|
{ "allowShippingImprovements": boolean } |
Fields | |
---|---|
allowShippingImprovements |
Enables automatic shipping improvements. |
Methods |
|
---|---|
|
Retrieves the automatic improvements of an account. |
|
Updates the automatic improvements of an account. |