Google Shopping Merchant Reports V1beta Client - Class RelativeDemandEnum (0.4.0)

Reference documentation and code samples for the Google Shopping Merchant Reports V1beta Client class RelativeDemandEnum.

Relative demand values.

Protobuf type google.shopping.merchant.reports.v1beta.RelativeDemand.RelativeDemandEnum

Namespace

Google \ Shopping \ Merchant \ Reports \ V1beta \ RelativeDemand

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

RELATIVE_DEMAND_ENUM_UNSPECIFIED

Value: 0

Not specified.

Generated from protobuf enum RELATIVE_DEMAND_ENUM_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;