-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesnt block Google Adsense #62
Comments
some issue. could you fix it please. thanks |
u have to change the type to: script-tag |
finally we have blocked the gtm script with script-tag type. |
Hi all, The following scripts are used to generate this cookie:
Does anyone might have an idea what I am doing wrong? |
I created a new issue: #94. |
We are trying to block the google adsense cookie
_gcl_au
:adsense: { category: "marketing", type: "dynamic-script", search: "adsense", cookies: [ {name: "_gcl_au", domain: `.${window.location.hostname}`} ], language: {locale: {es: {name: "Google Adsense"}}} },
Other Google cookies as
_ga
are blocked correctly.The text was updated successfully, but these errors were encountered: