📄️ First steps
The cookie banner is a feature that will provide you with a tool that blocks third-party scripts until you receive explicit consent from your users.
📄️ Updating the banner through API
Friendly reminder that you have to have an api key provided by us to access the endpoints
📄️ Configuration in site
To configure the banner on your site, we provide the possibility of specifying the parameters per site where the script will be running.
📄️ Updating the banner after load
In order to change the customization of the banner at runtime, we provide you with the method illow.refreshCustomization() following the next snippet.
📄️ Opening the banner programmatically
If you want to open the banner programmatically, i.e. through a JS function, you can do it by calling illow.showBanner() once the script has already loaded. Here is an example: