How to verify whether tracking is active or not
-
Hello and thank you for the nice plugin!
So basically my question is how to verify that tracking is active or not.
I am also using the Cookie Notice & Compliance for GDPR/CCPA plugin, which sets a cookie named
cookie_notice_accepted
with a value oftrue
when the user accepts.CAOS is set to allow tracking “When cookie has a value (exact match)”, I provide the name of the cookie and the value true.
I am also using the minimal version, so I would like to know what should change in the page/tracking when the cookie is set.I also tried with with the Asyncronous mode and I can see that the analytics js (
uploads/caos/[random].js?id=my_ga4_id
) is always loaded. Tried to change the cookie name in the CAOS settings with an invalid one, but still I see the .js file.My guess would have been that in async mode the .js would not load at all. Not sure if that is true and also have no idea what should happen in the minimal version since the code is inlined in the page.
Thank you!
PS: also noticed in the logs that there is a deprecation warning:
PHP Deprecated: Function utf8_encode() is deprecated in wp-content/plugins/host-analyticsjs-local/includes/admin/class-settings.php on line 456
- The topic ‘How to verify whether tracking is active or not’ is closed to new replies.