datarightsfinder / website

Find, understand and use information from privacy notices
https://datarightsfinder.org
MIT License
2 stars 4 forks source link

Wrong tracking link on mailto clicks #26

Closed edjw closed 6 years ago

edjw commented 6 years ago

So we can monitor how many people use the site to send an email to organisations, we track clicks on mailto links on organisation pages. We don't collect any analytics on browsers with Do Not Track enabled.

The URL in the linking tracking is incorrect. It should be /organisation/ not /organisations/

onclick="_paq.push(['trackLink', 'https://datarightsfinder.org/organisations/gb/03849958/access/email', 'link']);"

This is fixed by this pull request.