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

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 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.AggregatedReportingContextStatus

Namespace

Google \ Shopping \ Merchant \ Reports \ V1beta \ ProductView

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
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;