MAU Limit Reached
How to know the MAU limit was reached
1. Listen for the jimo:mau-limit-reached event (recommended)
window.addEventListener('jimo:mau-limit-reached', () => {
// e.g. show in-app notice, redirect to upgrade, track a product event
});2. Read the JIMO_MAU_LIMIT_REACHED flag
3. Call jimoIsMauLimitReached()
4. Browser console
What to do next
Summary
Signal
Use case
Last updated