public enum PriceInsightsProductView.Effectiveness extends Enum<PriceInsightsProductView.Effectiveness> implements ProtocolMessageEnum
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 enum
google.shopping.merchant.reports.v1beta.PriceInsightsProductView.Effectiveness
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
EFFECTIVENESS_UNSPECIFIED |
Effectiveness is unknown. |
EFFECTIVENESS_UNSPECIFIED_VALUE |
Effectiveness is unknown. |
HIGH |
Effectiveness is high. |
HIGH_VALUE |
Effectiveness is high. |
LOW |
Effectiveness is low. |
LOW_VALUE |
Effectiveness is low. |
MEDIUM |
Effectiveness is medium. |
MEDIUM_VALUE |
Effectiveness is medium. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |