Mutations
/funnelCompute
funnelCompute
Compute funnel analysis results based on current data. Returns the computed funnel analysis results.
Arguments
website_id
ID
Optional website identifier to scope the computation. If not provided, the computation will use the default website context. Example: "website_123"input
FunnelComputeInput!
Required
Configuration for the funnel computation. Contains all necessary settings to compute the funnel analysis, including date range, steps, and filters.
Returns
FunnelComputeResponse!
Required
Compute funnel analysis results based on current data. Returns the computed funnel analysis results.
mutation funnelCompute($input: FunnelComputeInput!) { funnelCompute(input: $input) { # funnelCompute fields } }
Built with
Show your support! Star us on GitHub ⭐️