AnalyticsService too many events for multiple funnels?

AnalyticsService: You have sent too many events.
this is what I see in the error report.
I’m not sure which category it is going into.
If the question is ‘How many is too many?’, then this should go into Documentation Features.
However, I think I know why I am getting this and I’ll try to address this as the engine features.

As a Roblox developer, it is currently too hard to set up multiple funnels where their first steps are ‘Joined Game’. The funnels involved are structured like so:

  1. Joined Game
  2. Feature used: Step 1
  3. Feature used: Step 2
    etc.
    Because multiple of these funnels are having Joined Game as the first step and they are logging this at the same time, I guess the system deemed it is too many.

If Roblox is able to address this issue, it would improve my development experience because currently if without the ‘Joined Game’ step, I would not know how many players are coming in and use the said feature.
For example, we see that the funnel recorded 15000 player has ‘Claimed Daily Reward (Day 1)’. But we don’t know for sure how many player in total.
Joined Game > Claimed Daily Reward (Day 1) would show the actual conversion rate of using the feature.

If the question is ‘How many is too many?’, then this should go into Documentation Features.

Limits are in the documentation:

1 Like

thank you very much . it was an overlook from me.
Then I guess it is another event (map votes) that is the main culprit rather than the funnel events.