Reference documentation and code samples for the Google Shopping Merchant Reports V1beta Client class Effectiveness.
Predicted effectiveness bucket.
Effectiveness indicates which products would benefit most from price
changes. This rating takes into consideration the performance boost
predicted by adjusting the sale price and the difference between your
current price and the suggested price. Price suggestions with HIGH
effectiveness are predicted to drive the largest increase in performance.
Protobuf type google.shopping.merchant.reports.v1beta.PriceInsightsProductView.Effectiveness
Namespace
Google \ Shopping \ Merchant \ Reports \ V1beta \ PriceInsightsProductViewMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
EFFECTIVENESS_UNSPECIFIED
Value: 0
Effectiveness is unknown.
Generated from protobuf enum EFFECTIVENESS_UNSPECIFIED = 0;
LOW
Value: 1
Effectiveness is low.
Generated from protobuf enum LOW = 1;
MEDIUM
Value: 2
Effectiveness is medium.
Generated from protobuf enum MEDIUM = 2;
HIGH
Value: 3
Effectiveness is high.
Generated from protobuf enum HIGH = 3;