I can’t seem to find the url to use on my site for users who wants to revisit their cookie consent choices?
It is quite common for sites to have such a link the footer, so I’m surprised there is no documentation on this?
I can’t seem to find the url to use on my site for users who wants to revisit their cookie consent choices?
It is quite common for sites to have such a link the footer, so I’m surprised there is no documentation on this?
For example CookieBot uses this way of linking:
a href=“#” onclick=“Cookiebot.renew()”
You could use a JS command (JavaScript API — Piwik PRO Analytics Suite 17.7 documentation) or go to “Consent Manager - Privacy policy - Privacy settings on your page”, edit the form there to look like links in your footer and copy & paste.
best,
Markus
Thanks. Works like a charm
Used:
a href=“#” onclick=“ppms.cm.api(‘openConsentForm’)”