Struct google_api_proto::google::analytics::data::v1alpha::FunnelNextAction
source · pub struct FunnelNextAction {
pub next_action_dimension: Option<Dimension>,
pub limit: Option<i64>,
}Expand description
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.
Fields§
§next_action_dimension: Option<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: Option<i64>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.
Implementations§
Trait Implementations§
source§impl Clone for FunnelNextAction
impl Clone for FunnelNextAction
source§fn clone(&self) -> FunnelNextAction
fn clone(&self) -> FunnelNextAction
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for FunnelNextAction
impl Debug for FunnelNextAction
source§impl Default for FunnelNextAction
impl Default for FunnelNextAction
source§impl Message for FunnelNextAction
impl Message for FunnelNextAction
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self.source§impl PartialEq for FunnelNextAction
impl PartialEq for FunnelNextAction
source§fn eq(&self, other: &FunnelNextAction) -> bool
fn eq(&self, other: &FunnelNextAction) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for FunnelNextAction
Auto Trait Implementations§
impl Freeze for FunnelNextAction
impl RefUnwindSafe for FunnelNextAction
impl Send for FunnelNextAction
impl Sync for FunnelNextAction
impl Unpin for FunnelNextAction
impl UnwindSafe for FunnelNextAction
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T in a tonic::Request