Clarification on funnel analytics limits

This page states both the overall funnel name limit and the funnel step limit as being 100:
https://create.roblox.com/docs/reference/engine/classes/AnalyticsService#LogFunnelStepEvent


But this page apparently contradicts it by saying the name (?) limit is 10 and the step limit is 100:
https://create.roblox.com/docs/production/analytics/event-types#event-tracking-limitations

Also, it’s unclear what exactly will happen when the funnel (name) limit is reached. I guess either the log function will throw an error, or maybe it will succeed but the data will be discarded on the backend.?

And how can unused funnels be deleted so they no longer contribute to the limit? Do they expire automatically after 90 days, after which it would be safe to use new ones?

Page URL: https://create.roblox.com/docs/reference/engine/classes/AnalyticsService#LogFunnelStepEvent
https://create.roblox.com/docs/production/analytics/event-types#event-tracking-limitations

2 Likes

Hi! Thanks for reporting this issue! The limit is 10 unique funnels, and each funnel can have up to 100 steps. We’re updating the documentation to reflect this.

Also, it’s unclear what exactly will happen when the funnel (name) limit is reached

The event will succeed but those that exceed the limit will be dropped and will not be shown.

And how can unused funnels be deleted so they no longer contribute to the limit? Do they expire automatically after 90 days, after which it would be safe to use new ones?

The cardinality limit is calculated daily - so you technically can send a different set of 10 funnels today vs yesterday. The UI limit is 90 days so you will only see funnels for which you have sent data within the last 90 days. (So you could see more than 10 funnels in the UI if you send different funnels each day).

2 Likes

The documentation has been updated! Thanks for reporting this and let us know if you have any questions.

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.