Interface FunnelNextActionOrBuilder (0.52.0)

public interface FunnelNextActionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLimit()

public abstract long 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.

optional int64 limit = 2;

Returns
TypeDescription
long

The limit.

getNextActionDimension()

public abstract Dimension 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.

.google.analytics.data.v1alpha.Dimension next_action_dimension = 1;

Returns
TypeDescription
Dimension

The nextActionDimension.

getNextActionDimensionOrBuilder()

public abstract DimensionOrBuilder getNextActionDimensionOrBuilder()

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.

.google.analytics.data.v1alpha.Dimension next_action_dimension = 1;

Returns
TypeDescription
DimensionOrBuilder

hasLimit()

public abstract boolean hasLimit()

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.

optional int64 limit = 2;

Returns
TypeDescription
boolean

Whether the limit field is set.

hasNextActionDimension()

public abstract boolean hasNextActionDimension()

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.

.google.analytics.data.v1alpha.Dimension next_action_dimension = 1;

Returns
TypeDescription
boolean

Whether the nextActionDimension field is set.