Reference documentation and code samples for the Google Shopping Merchant Reports V1beta Client class RelativeDemand.
Relative demand of a product cluster or brand in the Best sellers report.
Protobuf type google.shopping.merchant.reports.v1beta.RelativeDemand
Namespace
Google \ Shopping \ Merchant \ Reports \ V1betaMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
RELATIVE_DEMAND_UNSPECIFIED
Value: 0
Not specified.
Generated from protobuf enum RELATIVE_DEMAND_UNSPECIFIED = 0;
VERY_LOW
Value: 10
Demand is 0-5% of the demand of the highest ranked product cluster or brand.
Generated from protobuf enum VERY_LOW = 10;
LOW
Value: 20
Demand is 6-10% of the demand of the highest ranked product cluster or brand.
Generated from protobuf enum LOW = 20;
MEDIUM
Value: 30
Demand is 11-20% of the demand of the highest ranked product cluster or brand.
Generated from protobuf enum MEDIUM = 30;
HIGH
Value: 40
Demand is 21-50% of the demand of the highest ranked product cluster or brand.
Generated from protobuf enum HIGH = 40;
VERY_HIGH
Value: 50
Demand is 51-100% of the demand of the highest ranked product cluster or brand.
Generated from protobuf enum VERY_HIGH = 50;