Enum PriceInsightsProductView.Effectiveness (0.20.0)

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

ProtocolMessageEnum

Static Fields

Name Description
EFFECTIVENESS_UNSPECIFIED

Effectiveness is unknown.

EFFECTIVENESS_UNSPECIFIED = 0;

EFFECTIVENESS_UNSPECIFIED_VALUE

Effectiveness is unknown.

EFFECTIVENESS_UNSPECIFIED = 0;

HIGH

Effectiveness is high.

HIGH = 3;

HIGH_VALUE

Effectiveness is high.

HIGH = 3;

LOW

Effectiveness is low.

LOW = 1;

LOW_VALUE

Effectiveness is low.

LOW = 1;

MEDIUM

Effectiveness is medium.

MEDIUM = 2;

MEDIUM_VALUE

Effectiveness is medium.

MEDIUM = 2;

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()