Reference documentation and code samples for the Google Analytics Data V1alpha Client class ReportDefinition.
The definition of how a report should be run.
Generated from protobuf message google.analytics.data.v1alpha.ReportTask.ReportDefinition
Namespace
Google \ Analytics \ Data \ V1alpha \ ReportTaskMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ dimensions |
array<Google\Analytics\Data\V1alpha\Dimension>
Optional. The dimensions requested and displayed. |
↳ metrics |
array<Google\Analytics\Data\V1alpha\Metric>
Optional. The metrics requested and displayed. |
↳ date_ranges |
array<Google\Analytics\Data\V1alpha\DateRange>
Optional. Date ranges of data to read. If multiple date ranges are requested, each response row will contain a zero based date range index. If two date ranges overlap, the event data for the overlapping days is included in the response rows for both date ranges. In a cohort request, this |
↳ dimension_filter |
Google\Analytics\Data\V1alpha\FilterExpression
Optional. Dimension filters let you ask for only specific dimension values in the report. To learn more, see Fundamentals of Dimension Filters for examples. Metrics cannot be used in this filter. |
↳ metric_filter |
Google\Analytics\Data\V1alpha\FilterExpression
Optional. The filter clause of metrics. Applied after aggregating the report's rows, similar to SQL having-clause. Dimensions cannot be used in this filter. |
↳ offset |
int|string
Optional. The row count of the start row from Google Analytics Storage. The first row is counted as row 0. When creating a report task, the |
↳ limit |
int|string
Optional. The number of rows to return in the Report. If unspecified, 10,000 rows are returned. The API returns a maximum of 250,000 rows per request, no matter how many you ask for. |
↳ metric_aggregations |
array
Optional. Aggregation of metrics. Aggregated metric values will be shown in rows where the dimension_values are set to "RESERVED_(MetricAggregation)". |
↳ order_bys |
array<Google\Analytics\Data\V1alpha\OrderBy>
Optional. Specifies how rows are ordered in the response. |
↳ currency_code |
string
Optional. A currency code in ISO4217 format, such as "AED", "USD", "JPY". If the field is empty, the report uses the property's default currency. |
↳ cohort_spec |
Google\Analytics\Data\V1alpha\CohortSpec
Optional. Cohort group associated with this request. If there is a cohort group in the request the 'cohort' dimension must be present. |
↳ keep_empty_rows |
bool
Optional. If false or unspecified, each row with all metrics equal to 0 will not be returned. If true, these rows will be returned if they are not separately removed by a filter. Regardless of this |
↳ sampling_level |
int
Optional. The report's sampling level. |
getDimensions
Optional. The dimensions requested and displayed.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setDimensions
Optional. The dimensions requested and displayed.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Analytics\Data\V1alpha\Dimension>
|
Returns | |
---|---|
Type | Description |
$this |
getMetrics
Optional. The metrics requested and displayed.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setMetrics
Optional. The metrics requested and displayed.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Analytics\Data\V1alpha\Metric>
|
Returns | |
---|---|
Type | Description |
$this |
getDateRanges
Optional. Date ranges of data to read. If multiple date ranges are requested, each response row will contain a zero based date range index.
If two date ranges overlap, the event data for the overlapping days is
included in the response rows for both date ranges. In a cohort request,
this dateRanges
must be unspecified.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setDateRanges
Optional. Date ranges of data to read. If multiple date ranges are requested, each response row will contain a zero based date range index.
If two date ranges overlap, the event data for the overlapping days is
included in the response rows for both date ranges. In a cohort request,
this dateRanges
must be unspecified.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Analytics\Data\V1alpha\DateRange>
|
Returns | |
---|---|
Type | Description |
$this |
getDimensionFilter
Optional. Dimension filters let you ask for only specific dimension values in the report. To learn more, see Fundamentals of Dimension Filters for examples. Metrics cannot be used in this filter.
Returns | |
---|---|
Type | Description |
Google\Analytics\Data\V1alpha\FilterExpression|null |
hasDimensionFilter
clearDimensionFilter
setDimensionFilter
Optional. Dimension filters let you ask for only specific dimension values in the report. To learn more, see Fundamentals of Dimension Filters for examples. Metrics cannot be used in this filter.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Data\V1alpha\FilterExpression
|
Returns | |
---|---|
Type | Description |
$this |
getMetricFilter
Optional. The filter clause of metrics. Applied after aggregating the report's rows, similar to SQL having-clause. Dimensions cannot be used in this filter.
Returns | |
---|---|
Type | Description |
Google\Analytics\Data\V1alpha\FilterExpression|null |
hasMetricFilter
clearMetricFilter
setMetricFilter
Optional. The filter clause of metrics. Applied after aggregating the report's rows, similar to SQL having-clause. Dimensions cannot be used in this filter.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Data\V1alpha\FilterExpression
|
Returns | |
---|---|
Type | Description |
$this |
getOffset
Optional. The row count of the start row from Google Analytics Storage.
The first row is counted as row 0.
When creating a report task, the offset
and limit
parameters define
the subset of data rows from Google Analytics storage to be included in
the generated report. For example, if there are a total of 300,000 rows
in Google Analytics storage, the initial report task may have the
first 10,000 rows with a limit of 10,000 and an offset of 0.
Subsequently, another report task could cover the next 10,000 rows with a
limit of 10,000 and an offset of 10,000.
Returns | |
---|---|
Type | Description |
int|string |
setOffset
Optional. The row count of the start row from Google Analytics Storage.
The first row is counted as row 0.
When creating a report task, the offset
and limit
parameters define
the subset of data rows from Google Analytics storage to be included in
the generated report. For example, if there are a total of 300,000 rows
in Google Analytics storage, the initial report task may have the
first 10,000 rows with a limit of 10,000 and an offset of 0.
Subsequently, another report task could cover the next 10,000 rows with a
limit of 10,000 and an offset of 10,000.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getLimit
Optional. The number of rows to return in the Report. If unspecified,
10,000 rows are returned. The API returns a maximum of 250,000 rows per
request, no matter how many you ask for. limit
must be positive.
The API can also return fewer rows than the requested limit
, if there
aren't as many dimension values as the limit
. For instance, there are
fewer than 300 possible values for the dimension country
, so when
reporting on only country
, you can't get more than 300 rows, even if
you set limit
to a higher value.
Returns | |
---|---|
Type | Description |
int|string |
setLimit
Optional. The number of rows to return in the Report. If unspecified,
10,000 rows are returned. The API returns a maximum of 250,000 rows per
request, no matter how many you ask for. limit
must be positive.
The API can also return fewer rows than the requested limit
, if there
aren't as many dimension values as the limit
. For instance, there are
fewer than 300 possible values for the dimension country
, so when
reporting on only country
, you can't get more than 300 rows, even if
you set limit
to a higher value.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getMetricAggregations
Optional. Aggregation of metrics. Aggregated metric values will be shown in rows where the dimension_values are set to "RESERVED_(MetricAggregation)".
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setMetricAggregations
Optional. Aggregation of metrics. Aggregated metric values will be shown in rows where the dimension_values are set to "RESERVED_(MetricAggregation)".
Parameter | |
---|---|
Name | Description |
var |
int[]
|
Returns | |
---|---|
Type | Description |
$this |
getOrderBys
Optional. Specifies how rows are ordered in the response.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setOrderBys
Optional. Specifies how rows are ordered in the response.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Analytics\Data\V1alpha\OrderBy>
|
Returns | |
---|---|
Type | Description |
$this |
getCurrencyCode
Optional. A currency code in ISO4217 format, such as "AED", "USD", "JPY".
If the field is empty, the report uses the property's default currency.
Returns | |
---|---|
Type | Description |
string |
setCurrencyCode
Optional. A currency code in ISO4217 format, such as "AED", "USD", "JPY".
If the field is empty, the report uses the property's default currency.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCohortSpec
Optional. Cohort group associated with this request. If there is a cohort group in the request the 'cohort' dimension must be present.
Returns | |
---|---|
Type | Description |
Google\Analytics\Data\V1alpha\CohortSpec|null |
hasCohortSpec
clearCohortSpec
setCohortSpec
Optional. Cohort group associated with this request. If there is a cohort group in the request the 'cohort' dimension must be present.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Data\V1alpha\CohortSpec
|
Returns | |
---|---|
Type | Description |
$this |
getKeepEmptyRows
Optional. If false or unspecified, each row with all metrics equal to 0 will not be returned. If true, these rows will be returned if they are not separately removed by a filter.
Regardless of this keep_empty_rows
setting, only data recorded by the
Google Analytics property can be displayed in a report.
For example if a property never logs a purchase
event, then a query for
the eventName
dimension and eventCount
metric will not have a row
containing eventName: "purchase" and eventCount: 0.
Returns | |
---|---|
Type | Description |
bool |
setKeepEmptyRows
Optional. If false or unspecified, each row with all metrics equal to 0 will not be returned. If true, these rows will be returned if they are not separately removed by a filter.
Regardless of this keep_empty_rows
setting, only data recorded by the
Google Analytics property can be displayed in a report.
For example if a property never logs a purchase
event, then a query for
the eventName
dimension and eventCount
metric will not have a row
containing eventName: "purchase" and eventCount: 0.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getSamplingLevel
Optional. The report's sampling level.
Returns | |
---|---|
Type | Description |
int |
hasSamplingLevel
clearSamplingLevel
setSamplingLevel
Optional. The report's sampling level.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |