Get funnel analysis
GET /v1/projects/{id}/funnels
Performs funnel analysis on a sequence of events. Returns step-by-step conversion rates showing how many unique players completed each step within the specified time window.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Project UUID.
Query Parameters
Section titled “Query Parameters ”Comma-separated list of event names defining funnel steps (2-8 steps).
Example
player.spawn,player.death,player.respawnMaximum time in seconds between first and last step for a player to count.
Time period in days.
Responses
Section titled “ Responses ”Array of funnel steps with conversion rates.
object
object
1-indexed step number in the funnel.
Event name for this step.
Number of unique players who reached this step.
Percentage of step-1 players who reached this step.
Drop-off percentage from the previous step.
Headers
Section titled “Headers ”Maximum number of requests allowed per hour.
Number of requests remaining in the current window.
Unix timestamp when the rate limit window resets.
Invalid request parameters or body.
object
Human-readable error message.
Missing or invalid API key.
object
Human-readable error message.
Resource not found.
object
Human-readable error message.
Rate limit exceeded.
object
Human-readable error message.
Headers
Section titled “Headers ”Maximum number of requests allowed per hour.
Number of requests remaining in the current window.
Unix timestamp when the rate limit window resets.