Non-Linear Task Analytics

Currently there’s not a good way to track non-linear tasks that users are completing in their play sessions. Funnels are designed to track only linear task lines like A-B-C… but what if each task could be completed at different times regardless of the others? We can’t make a separate funnel per task, because usually it’s only one item we’re tracking, AND it doesn’t reflect the play session as a whole.

As a developer I’d really like a good way to track something like this:

In a single given session:

  • Did the user complete A
  • Did the user complete B
  • Did the user complete C
  • How many times did the user do D

There isn’t currently a reliable way to do this and Roblox’s analytics suite has no support for this kind of tracking.

3 Likes

Would Custom Events work for your use case? It’s designed for non-linear events and can be aggregated.

No because what I’m really looking for is per-session insight into what players are doing.

Custom Events can track individual moments, but it doesn’t show me what has or hasn’t happened in a single session, per session.

1 Like