Algolia only stores a cookie if you use the Insights API client for JavaScript in the browser if you:
- use search-insights.js@v1, or
- use search-insights.js@v2 and manually pass the
useCookie: true
(this isfalse
by default) option when callinginit
.
This cookie is named _ALGOLIA
and identifies users for your Search Analytics and Personalization.
If you’d like to allow your users to opt out of analytics and personalization, refer to the guide on how the client handles user identifiers.