Reference documentation and code samples for the Google Analytics Data V1beta Client class CohortReportSettings.
Optional settings of a cohort report.
Generated from protobuf message google.analytics.data.v1beta.CohortReportSettings
Namespace
Google \ Analytics \ Data \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ accumulate |
bool
If true, accumulates the result from first touch day to the end day. Not supported in |
getAccumulate
If true, accumulates the result from first touch day to the end day. Not
supported in RunReportRequest.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setAccumulate
If true, accumulates the result from first touch day to the end day. Not
supported in RunReportRequest.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|