Module: Google::Shopping::Merchant::Reports::V1beta::ProductView::AggregatedReportingContextStatus

Defined in:
proto_docs/google/shopping/merchant/reports/v1beta/reports.rb

Overview

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

Constant Summary collapse

AGGREGATED_REPORTING_CONTEXT_STATUS_UNSPECIFIED =

Not specified.

0
NOT_ELIGIBLE_OR_DISAPPROVED =

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

1
PENDING =

Product's status is pending in all reporting contexts.

2
ELIGIBLE_LIMITED =

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

3
ELIGIBLE =

Product is eligible for all reporting contexts.

4