By default, search-insights.js doesn’t store cookies.
For search-insights version 2.0.0 or later, useCookie defaults to false. For versions 1.7.0 or later and earlier than 2.0.0, you can set useCookie: false to prevent cookies.
If you enable cookies with useCookie: true, search-insights.js stores the userToken in the _ALGOLIA cookie. The userToken must not include personally identifiable information.
Using useCookie: true may require user consent before storing cookies. Make sure your implementation complies with the privacy and consent requirements that apply to your site or app.