#Installation

The Engage.js script is a hosted script that will be used to display elements inside your page. You may add elements anywhere in your page, all you have to know is the containers ids or classes (selectors).
Once your html is ready to receive elements, you can add the script. Like any script out there, the Engage.js script can be loaded in a lot of different ways.

ℹ️ If you are using Content Security Policies on your site, make sure to add https://*.poool.fr (or the api, assets and cdn subdomains if you are not comfortable with wildcards) to your whitelist in order for engage to operate normally.

While sync mode is easier to read and use, we recommend using async mode to avoid any unwanted side effects to your browser when the script is loading.

#Privacy concerns

Engage does not use cookies to identify users nor stores any personal data. It only uses localStorage to store basic information about the user's behavior (the number of visits, the number of times they have seen an element, ...) to condition the display of certain elements, and these datas are never shared with any third party nor sent to our servers.