ZenphotoCMS Forum
Matomo Consent - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html)
+--- Thread: Matomo Consent (/thread-13111.html)



Matomo Consent - Ralf - 15-07-2018

Hi,
the matomo plugin offers the option to ask the user for consent.

Any ideas how to display such a message when somebody visits the site?
I have simply no idea where the user have to give his consent.

Cheers
Ralf




Matomo Consent - acrylian - 15-07-2018

There is the optin check box you should insert into your site's privacy page.
https://matomo.org/docs/privacy/#step-3-include-a-web-analytics-opt-out-feature-on-your-site-using-an-iframe
There is a content macro available.
Then you can use the cookieconsent plugin to link to/notify to that page. That's what we use here (and we follow if someone's browser says "don't track") and which to my knowledge already complies with GDPR requirements.

There is also another consent which might not directly work out of the box:
https://developer.matomo.org/guides/tracking-javascript-guide#asking-for-consent
Probably the option text is not complete that there is some extra js required…




Matomo Consent - Ralf - 15-07-2018

Hi Acrylian,
the iframe feature is what i have implemented on my site.

But with this solution at least two pages are tracked before the visitor can disable tracking:

  1. the homepage
  2. the privacy page

Thats why I am looking for the "asking for consent" solution:
https://developer.matomo.org/guides/tracking-javascript-guide#asking-for-consent

But cant get it to work.

Ralf




Matomo Consent - acrylian - 15-07-2018

We actually followed those instruction (I think) but maybe something is missing. But the opt out iframe should be sufficient by the GDPR especially if you generally followed this guide: https://matomo.org/blog/2018/04/how-to-make-matomo-gdpr-compliant-in-12-steps/




Matomo Consent - Ralf - 15-07-2018

Yes I did :-)