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

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

Report granularity values.

Protobuf type google.shopping.merchant.reports.v1beta.ReportGranularity.ReportGranularityEnum

Namespace

Google \ Shopping \ Merchant \ Reports \ V1beta \ ReportGranularity

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

REPORT_GRANULARITY_ENUM_UNSPECIFIED

Value: 0

Not specified.

Generated from protobuf enum REPORT_GRANULARITY_ENUM_UNSPECIFIED = 0;

WEEKLY

Value: 1

Report is computed over a week timeframe.

Generated from protobuf enum WEEKLY = 1;

MONTHLY

Value: 2

Report is computed over a month timeframe.

Generated from protobuf enum MONTHLY = 2;