Hi could we exclude a url from the consent banner activation please ? We are using a kind of webapp which does not work well because of the consent banner... Thank you for your help !
closed
M
Michael
closed
Hello there,
You can set up rules to hide the banner only on certain URLs or pages of your site. Here’s a step-by-step guide on how to configure it:
https://help.cookie-script.com/en/articles/35828-how-to-hide-cookie-banner-on-specific-web-page
Best regards,
Michael
Jānis Elmeris
You can hide the initial banner by
window.addEventListener('CookieScriptLoaded', function() {
CookieScript.instance.hide();
});
Or you can not place the Cookie-Script code in that page.
(I'm not from the support, just another user.)