Enum ProductView.ClickPotential (0.19.0)

public enum ProductView.ClickPotential extends Enum<ProductView.ClickPotential> implements ProtocolMessageEnum

A product's click potential estimates its performance potential compared to highest performing products of the merchant. Click potential of a product helps merchants to prioritize which products to fix and helps them understand how products are performing against their potential.

Protobuf enum google.shopping.merchant.reports.v1beta.ProductView.ClickPotential

Implements

ProtocolMessageEnum

Static Fields

Name Description
CLICK_POTENTIAL_UNSPECIFIED

Unknown predicted clicks impact.

CLICK_POTENTIAL_UNSPECIFIED = 0;

CLICK_POTENTIAL_UNSPECIFIED_VALUE

Unknown predicted clicks impact.

CLICK_POTENTIAL_UNSPECIFIED = 0;

HIGH

Potential to receive a similar number of clicks as the highest performing products of the merchant.

HIGH = 3;

HIGH_VALUE

Potential to receive a similar number of clicks as the highest performing products of the merchant.

HIGH = 3;

LOW

Potential to receive a low number of clicks compared to the highest performing products of the merchant.

LOW = 1;

LOW_VALUE

Potential to receive a low number of clicks compared to the highest performing products of the merchant.

LOW = 1;

MEDIUM

Potential to receive a moderate number of clicks compared to the highest performing products of the merchant.

MEDIUM = 2;

MEDIUM_VALUE

Potential to receive a moderate number of clicks compared to the highest performing products of the merchant.

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