Reference documentation and code samples for the Google Shopping Merchant Reports V1beta Client class ClickPotential.
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 type google.shopping.merchant.reports.v1beta.ProductView.ClickPotential
Namespace
Google \ Shopping \ Merchant \ Reports \ V1beta \ ProductViewMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
CLICK_POTENTIAL_UNSPECIFIED
Value: 0
Unknown predicted clicks impact.
Generated from protobuf enum CLICK_POTENTIAL_UNSPECIFIED = 0;
LOW
Value: 1
Potential to receive a low number of clicks compared to the highest performing products of the merchant.
Generated from protobuf enum LOW = 1;
MEDIUM
Value: 2
Potential to receive a moderate number of clicks compared to the highest performing products of the merchant.
Generated from protobuf enum MEDIUM = 2;
HIGH
Value: 3
Potential to receive a similar number of clicks as the highest performing products of the merchant.
Generated from protobuf enum HIGH = 3;