Adding script inside your code to customize the plugin as per development page
-
Hi,
I am trying to add this code
<script type=”text/javascript”>window.addEventListener(‘CookiebotOnAccept’, function (e) {
if (Cookiebot.consent.marketing)
{
//Execute code that sets marketing cookies
}
}, false);</script>
inside my code to customize the plugin and I am getting error saying “Cookiebot” is not defined and not able to go further. Please suggest me how to add the code inside our javascript fileThe page I need help with: [log in to see the link]
The topic ‘Adding script inside your code to customize the plugin as per development page’ is closed to new replies.