You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using CookieYes for consent. When checking in tag manager, I can see that for some reason WC trigger events before cookie_consent_update has even loaded. Is there a way to fix this?
The text was updated successfully, but these errors were encountered:
p.s. this is about the stable version and we're running the GTM from custom script. This is kind of serious situation because the woocommerce events happening before cookie_consent_update breaches GDPR.
Have you tried to use a trigger group to fire tracking after both begin_checkout an cookie_consent_update was fired?
If you are allowed to implement advanced consent mode that means cookieless pings can be send to GA4, they will be used to add modelled data into your reports
If you use the wait_for_update parameter in Consent Mode (also available with CookieYes as far as I know) your GA4 event hits will not be sent until an Consent Update command fires or until the specified time in ms passes. This can also solve your issue as with that, on page loads where consent is already present, CookieYes can load this stored consent, set CoMo flags and GA4 will only fire events after that update command
I can update the plugin to delay a but those events however this will be still a race condition as there will be no direct connection between firing the ecommerce event and CookieYes firing the CoMo update command
We're using CookieYes for consent. When checking in tag manager, I can see that for some reason WC trigger events before cookie_consent_update has even loaded. Is there a way to fix this?
The text was updated successfully, but these errors were encountered: