Cookiebot automode skip specific script

1.6k Views Asked by At

i installed cookiebot via the wordpress plugin and it works great.

The problem i've is that i've one script i need cookiebot to skip, but i don't find any way to do it.

Does anyone know how to do it?

1

There are 1 best solutions below

0
On BEST ANSWER

there is an option to set cookiebot automode to skip scripts

You just need to include your script with this data att

data-cookieconsent="ignore"

like this

<script data-cookieconsent="ignore"></script>

hope this helps you!