Tracking
For properly integrating tracking scripts (and mainly all external scripts), we need to use our privacy manager. It is compliant to GDPR by design and makes working with tracking scripts fairly easy and straight-forward.
Please refer to the docs of the privacy manager for details.
Simple Analytics
Mayd 2 has native integration for tracking with Simple Analytics. It is used in all our projects and doesn’t need explicit GDPR consent, so we can just always enable it.
Please keep in mind:
- Tracking is always disabled in the
development
hosting tier. - Tracking is also always disabled for logged-in Mayd users (users with the role
ROLE_MAYD_USER
).
You can configure it in the mayd
namespace:
mayd:
simple_analytics: everywhere
Possible values are:
Value | Meaning |
---|---|
| Tracking is always disabled. |
| Only track in |
| Track in |
Table of Contents