Objects
/
FunnelComputeResponse

FunnelComputeResponse

Response for funnel compute operation. Contains complete funnel analysis results.

Fields

  • cached_response
    CachedResponse!
    Required
    Cache metadata for the response. Contains information about data freshness.
  • total_sessions
    Int!
    Required
    Total sessions in the funnel. Represents all sessions that entered the funnel.
  • total_visitors
    Int!
    Required
    Total unique visitors in the funnel. Represents all unique users who entered the funnel.
  • total_events
    Int!
    Required
    Total events tracked in the funnel. Represents all events across all steps.
  • conversion_value
    FunnelConversionValueResponse
    Value tracking results. Contains computed conversion values.
  • steps
    [FunnelStepCompute]!
    Required
    Results for each step in the funnel. Contains detailed analytics for each step.
Built with

Show your support! Star us on GitHub ⭐️