Google Shopping Merchant Reports V1beta Client - Class AggregatedReportingContextStatus (0.6.0)

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

Status of the product aggregated for all reporting contexts.

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

Free listingsShopping AdsStatus
ApprovedApprovedELIGIBLE
ApprovedPendingELIGIBLE
ApprovedDisapprovedELIGIBLE_LIMITED
PendingPendingPENDING
DisapprovedDisapprovedNOT_ELIGIBLE_OR_DISAPPROVED

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

Namespace

Google \ Shopping \ Merchant \ Reports \ V1beta \ ProductView

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

AGGREGATED_REPORTING_CONTEXT_STATUS_UNSPECIFIED

Value: 0

Not specified.

Generated from protobuf enum AGGREGATED_REPORTING_CONTEXT_STATUS_UNSPECIFIED = 0;

NOT_ELIGIBLE_OR_DISAPPROVED

Value: 1

Product is not eligible or is disapproved for all reporting contexts.

Generated from protobuf enum NOT_ELIGIBLE_OR_DISAPPROVED = 1;

PENDING

Value: 2

Product's status is pending in all reporting contexts.

Generated from protobuf enum PENDING = 2;

ELIGIBLE_LIMITED

Value: 3

Product is eligible for some (but not all) reporting contexts.

Generated from protobuf enum ELIGIBLE_LIMITED = 3;

ELIGIBLE

Value: 4

Product is eligible for all reporting contexts.

Generated from protobuf enum ELIGIBLE = 4;