Google Shopping Merchant Reports V1beta Client - Class RelativeDemandChangeType (0.1.0)

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

Relative demand of a product cluster or brand in the Best sellers report compared to the previous time period.

Protobuf type google.shopping.merchant.reports.v1beta.RelativeDemandChangeType

Namespace

Google \ Shopping \ Merchant \ Reports \ V1beta

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

RELATIVE_DEMAND_CHANGE_TYPE_UNSPECIFIED

Value: 0

Not specified.

Generated from protobuf enum RELATIVE_DEMAND_CHANGE_TYPE_UNSPECIFIED = 0;

SINKER

Value: 1

Relative demand is lower than the previous time period.

Generated from protobuf enum SINKER = 1;

FLAT

Value: 2

Relative demand is equal to the previous time period.

Generated from protobuf enum FLAT = 2;

RISER

Value: 3

Relative demand is higher than the previous time period.

Generated from protobuf enum RISER = 3;