Reference documentation and code samples for the Google Shopping Merchant Reports V1 Client class ReportGranularityEnum.
Report granularity values.
Protobuf type google.shopping.merchant.reports.v1.ReportGranularity.ReportGranularityEnum
Namespace
Google \ Shopping \ Merchant \ Reports \ V1 \ ReportGranularityMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;