Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class AutomaticImprovements.
Collection of information related to the automatic improvements of an account.
Generated from protobuf message google.shopping.merchant.accounts.v1beta.AutomaticImprovements
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Identifier. The resource name of the automatic improvements. Format: |
↳ item_updates |
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. This field is only updated (cleared) if provided in the update mask. |
↳ image_improvements |
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 This field is only updated (cleared) if provided in the update mask. |
↳ shipping_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 This field is only updated (cleared) if provided in the update mask. |
getName
Identifier. The resource name of the automatic improvements.
Format: accounts/{account}/automaticImprovements
.
Returns | |
---|---|
Type | Description |
string |
setName
Identifier. The resource name of the automatic improvements.
Format: accounts/{account}/automaticImprovements
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getItemUpdates
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.
Returns | |
---|---|
Type | Description |
AutomaticItemUpdates|null |
hasItemUpdates
clearItemUpdates
setItemUpdates
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.
Parameter | |
---|---|
Name | Description |
var |
AutomaticItemUpdates
|
Returns | |
---|---|
Type | Description |
$this |
getImageImprovements
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.
Returns | |
---|---|
Type | Description |
AutomaticImageImprovements|null |
hasImageImprovements
clearImageImprovements
setImageImprovements
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.
Parameter | |
---|---|
Name | Description |
var |
AutomaticImageImprovements
|
Returns | |
---|---|
Type | Description |
$this |
getShippingImprovements
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.
Returns | |
---|---|
Type | Description |
AutomaticShippingImprovements|null |
hasShippingImprovements
clearShippingImprovements
setShippingImprovements
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.
Parameter | |
---|---|
Name | Description |
var |
AutomaticShippingImprovements
|
Returns | |
---|---|
Type | Description |
$this |