Google Analytics Data V1alpha Client - Class FunnelNextAction (0.16.3)

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

Next actions state the value for a dimension after the user has achieved a step but before the same user has achieved the next step. For example if the nextActionDimension is eventName, then nextActionDimension in the ith funnel step row will return first event after the event that qualified the user into the ith funnel step but before the user achieved the i+1th funnel step.

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

Namespace

Google \ Analytics \ Data \ V1alpha

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ next_action_dimension Google\Analytics\Data\V1alpha\Dimension

The dimension column added to the funnel visualization sub report response. The next action dimension returns the next dimension value of this dimension after the user has attained the ith funnel step. nextActionDimension currently only supports eventName and most Page / Screen dimensions like pageTitle and pagePath. nextActionDimension cannot be a dimension expression.

↳ 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 5.

getNextActionDimension

The dimension column added to the funnel visualization sub report response.

The next action dimension returns the next dimension value of this dimension after the user has attained the ith funnel step. nextActionDimension currently only supports eventName and most Page / Screen dimensions like pageTitle and pagePath. nextActionDimension cannot be a dimension expression.

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

hasNextActionDimension

clearNextActionDimension

setNextActionDimension

The dimension column added to the funnel visualization sub report response.

The next action dimension returns the next dimension value of this dimension after the user has attained the ith funnel step. nextActionDimension currently only supports eventName and most Page / Screen dimensions like pageTitle and pagePath. nextActionDimension cannot be a dimension expression.

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 5.

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 5.

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