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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CLICK_POTENTIAL_UNSPECIFIED |
Unknown predicted clicks impact. |
CLICK_POTENTIAL_UNSPECIFIED_VALUE |
Unknown predicted clicks impact. |
HIGH |
Potential to receive a similar number of clicks as the highest performing products of the merchant. |
HIGH_VALUE |
Potential to receive a similar number of clicks as the highest performing products of the merchant. |
LOW |
Potential to receive a low number of clicks compared to the highest performing products of the merchant. |
LOW_VALUE |
Potential to receive a low number of clicks compared to the highest performing products of the merchant. |
MEDIUM |
Potential to receive a moderate number of clicks compared to the highest performing products of the merchant. |
MEDIUM_VALUE |
Potential to receive a moderate number of clicks compared to the highest performing products of the merchant. |
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() |