GDPR, analytics & caching
-
Caching plugins (e.g. WP Super Cache) in general conflict with GDPR settings in SEOPress.
Since entire HTML page is cached, analytics tracking script will run (or not) if it has been included in the latest cache (or not) – regardless of wether user accepted the terms (or not).
Thus we get problematic situations such as these:
- user did not accept the terms, but was served the page with analytics tracking code (because it was cached as such)
- user did accept the terms, but was served the page with no analytics tracking code (because it was cached as such)
To go around this problem, SEOPress plugin should load/run tracking codes using javascript, as opposed to including it server side (as it does now).
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘GDPR, analytics & caching’ is closed to new replies.