Hi Thomas. Do you have an example of that module?
Hi Donny,
the “module” is just a part of the plugin. You can enable it in Advanced Ads > Settings > Privacy.
You can find the docs for it on https://wpadvancedads.com/manual/ad-cookie-consent/.
Thanks,
Thomas
I’m sorry. I’m not gonna read the documentation. If you could tell me what things are done via the code or anything, I might take a look. Otherwise you’ll need to come up with a solution.
Hi Donny,
no problem. You asked about the module 😉
The check is simply based on a cookie and its value. It can work with any solution that sets a cookie when the user gave her consent.
So it comes down to the question, if WP GDPR Compliance sets a cookie when a user complied and if so, what is the name and the value of it.
Thanks,
Thomas
Ah, got you.
The plugin sets the following cookie:
Cookie name:
wpgdprc
Cookie value:
accept OR decline OR accepted consent ID’s separated by comma’s (e.g. 5,3,1)
“accept” means the user accepted ALL active consents (by clicking on the ‘Accept’ button or manually enabling all consents via the ‘My Settings’ modal)
“decline” means the user declined ALL active consents
Let me know if you need any further assistance.
Thank you, Donny.
That will be enough to add it to the list of supported plugins.
Thomas
Thanks, you too.
I added the information to https://wpadvancedads.com/manual/ad-cookie-consent/.
Enjoy your weekend!
Thomas