Google Shopping Merchant Reports V1beta Client - Class AggregatedDestinationStatus (0.7.1)

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

Status of the product aggregated for all destinations.

Here's an example of how the aggregated destination status is computed:

Free listings Shopping Ads Status
Approved Approved ELIGIBLE
Approved Pending ELIGIBLE
Approved Disapproved ELIGIBLE_LIMITED
Pending Pending PENDING
Disapproved Disapproved NOT_ELIGIBLE_OR_DISAPPROVED

Protobuf type google.shopping.merchant.reports.v1beta.ProductView.AggregatedDestinationStatus

Namespace

Google \ Shopping \ Merchant \ Reports \ V1beta \ ProductView

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

AGGREGATED_DESTINATION_STATUS_UNSPECIFIED

Value: 0

Not specified.

Generated from protobuf enum AGGREGATED_DESTINATION_STATUS_UNSPECIFIED = 0;

NOT_ELIGIBLE_OR_DISAPPROVED

Value: 1

Product is not eligible or is disapproved for all destinations.

Generated from protobuf enum NOT_ELIGIBLE_OR_DISAPPROVED = 1;

PENDING

Value: 2

Product's status is pending in all destinations.

Generated from protobuf enum PENDING = 2;

ELIGIBLE_LIMITED

Value: 3

Product is eligible for some (but not all) destinations.

Generated from protobuf enum ELIGIBLE_LIMITED = 3;

ELIGIBLE

Value: 4

Product is eligible for all destinations.

Generated from protobuf enum ELIGIBLE = 4;