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

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 listingsShopping AdsStatus
ApprovedApprovedELIGIBLE
ApprovedPendingELIGIBLE
ApprovedDisapprovedELIGIBLE_LIMITED
PendingPendingPENDING
DisapprovedDisapprovedNOT_ELIGIBLE_OR_DISAPPROVED

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

Namespace

Google \ Shopping \ Merchant \ Reports \ V1beta \ ProductView

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;