Prevent high MAU, anonymous users & Duplicated users
Combine manual initialization and users identifications to prevent anonymous or duplicate users.
About high MAU
Each time Jimo is loaded on a new browser, it creates a new profile. This behavior sometime causes high MAU. In order to prevent Jimo to be loaded automatically, you can setup Jimo to be loaded only when you want by using the Manual Initialization. For example, loading Jimo only after a user has logged in on your application which can reduce a lot your MAU.
About anonymous and duplicated users
Since Jimo doesn't require any identification in order to work, all users are by default, considered anonymous. You can change this behavior by identifying users in your app. To do so, please take a look at our Identify users guide.
Last updated
Was this helpful?