Google Analytics Data V1beta Client - Class RunRealtimeReportResponse (0.21.1)

Reference documentation and code samples for the Google Analytics Data V1beta Client class RunRealtimeReportResponse.

The response realtime report table corresponding to a request.

Generated from protobuf message google.analytics.data.v1beta.RunRealtimeReportResponse

Namespace

Google \ Analytics \ Data \ V1beta

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ dimension_headers
array< DimensionHeader >

Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.

↳ metric_headers
array< MetricHeader >

Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.

↳ rows
array< Row >

Rows of dimension value combinations and metric values in the report.

↳ totals
array< Row >

If requested, the totaled values of metrics.

↳ maximums
array< Row >

If requested, the maximum values of metrics.

↳ minimums
array< Row >

If requested, the minimum values of metrics.

↳ row_count
int

The total number of rows in the query result. rowCount is independent of the number of rows returned in the response and the limit request parameter. For example if a query returns 175 rows and includes limit of 50 in the API request, the response will contain rowCount of 175 but only 50 rows.

↳ property_quota
PropertyQuota

This Google Analytics property's Realtime quota state including this request.

↳ kind
string

Identifies what kind of resource this message is. This kind is always the fixed string "analyticsData#runRealtimeReport". Useful to distinguish between response types in JSON.

getDimensionHeaders

Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.

Returns
Type
Description

setDimensionHeaders

Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.

Parameter
Name
Description
var
array< DimensionHeader >
Returns
Type
Description
$this

getMetricHeaders

Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.

Returns
Type
Description

setMetricHeaders

Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.

Parameter
Name
Description
var
array< MetricHeader >
Returns
Type
Description
$this

getRows

Rows of dimension value combinations and metric values in the report.

Returns
Type
Description

setRows

Rows of dimension value combinations and metric values in the report.

Parameter
Name
Description
var
array< Row >
Returns
Type
Description
$this

getTotals

If requested, the totaled values of metrics.

Returns
Type
Description

setTotals

If requested, the totaled values of metrics.

Parameter
Name
Description
var
array< Row >
Returns
Type
Description
$this

getMaximums

If requested, the maximum values of metrics.

Returns
Type
Description

setMaximums

If requested, the maximum values of metrics.

Parameter
Name
Description
var
array< Row >
Returns
Type
Description
$this

getMinimums

If requested, the minimum values of metrics.

Returns
Type
Description

setMinimums

If requested, the minimum values of metrics.

Parameter
Name
Description
var
array< Row >
Returns
Type
Description
$this

getRowCount

The total number of rows in the query result. rowCount is independent of the number of rows returned in the response and the limit request parameter. For example if a query returns 175 rows and includes limit of 50 in the API request, the response will contain rowCount of 175 but only 50 rows.

Returns
Type
Description
int

setRowCount

The total number of rows in the query result. rowCount is independent of the number of rows returned in the response and the limit request parameter. For example if a query returns 175 rows and includes limit of 50 in the API request, the response will contain rowCount of 175 but only 50 rows.

Parameter
Name
Description
var
int
Returns
Type
Description
$this

getPropertyQuota

This Google Analytics property's Realtime quota state including this request.

Returns
Type
Description

hasPropertyQuota

clearPropertyQuota

setPropertyQuota

This Google Analytics property's Realtime quota state including this request.

Parameter
Name
Description
Returns
Type
Description
$this

getKind

Identifies what kind of resource this message is. This kind is always the fixed string "analyticsData#runRealtimeReport". Useful to distinguish between response types in JSON.

Returns
Type
Description
string

setKind

Identifies what kind of resource this message is. This kind is always the fixed string "analyticsData#runRealtimeReport". Useful to distinguish between response types in JSON.

Parameter
Name
Description
var
string
Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: