Google Analytics Data V1alpha Client - Class FunnelBreakdown (0.16.4)

Reference documentation and code samples for the Google Analytics Data V1alpha Client class FunnelBreakdown.

Breakdowns add a dimension to the funnel table sub report response.

Generated from protobuf message google.analytics.data.v1alpha.FunnelBreakdown

Namespace

Google \ Analytics \ Data \ V1alpha

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ breakdown_dimension Google\Analytics\Data\V1alpha\Dimension

The dimension column added to the funnel table sub report response. The breakdown dimension breaks down each funnel step. A valid breakdownDimension is required if funnelBreakdown is specified.

↳ limit int|string

The maximum number of distinct values of the breakdown dimension to return in the response. A limit of 5 is used if limit is not specified. Limit must exceed zero and cannot exceed 15.

getBreakdownDimension

The dimension column added to the funnel table sub report response. The breakdown dimension breaks down each funnel step. A valid breakdownDimension is required if funnelBreakdown is specified.

Returns
Type Description
Google\Analytics\Data\V1alpha\Dimension|null

hasBreakdownDimension

clearBreakdownDimension

setBreakdownDimension

The dimension column added to the funnel table sub report response. The breakdown dimension breaks down each funnel step. A valid breakdownDimension is required if funnelBreakdown is specified.

Parameter
Name Description
var Google\Analytics\Data\V1alpha\Dimension
Returns
Type Description
$this

getLimit

The maximum number of distinct values of the breakdown dimension to return in the response. A limit of 5 is used if limit is not specified. Limit must exceed zero and cannot exceed 15.

Returns
Type Description
int|string

hasLimit

clearLimit

setLimit

The maximum number of distinct values of the breakdown dimension to return in the response. A limit of 5 is used if limit is not specified. Limit must exceed zero and cannot exceed 15.

Parameter
Name Description
var int|string
Returns
Type Description
$this