public interface FunnelNextActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getLimit()
The maximum number of distinct values of the breakdown dimension to return
in the response.
|
Dimension |
getNextActionDimension()
The dimension column added to the funnel visualization sub report response.
|
DimensionOrBuilder |
getNextActionDimensionOrBuilder()
The dimension column added to the funnel visualization sub report response.
|
boolean |
hasLimit()
The maximum number of distinct values of the breakdown dimension to return
in the response.
|
boolean |
hasNextActionDimension()
The dimension column added to the funnel visualization sub report response.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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 `i`th 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;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 `i`th 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;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 `i`th 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;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;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;Copyright © 2023 Google LLC. All rights reserved.