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
Can you try this again with the latest commit 7dc7b29?
This release also changes the behavior to only send analytics when the cookie is set to true (as opposed to disabling analytics when the cookie is set to false, as it was previously), which is more in line with privacy expectations and avoids the need to set cookie_consent=false when the page is initially loaded entirely.
How can I use this with CookieConsent?
The cookies are sent as soon as the page loads and the consent popup is up.
I've tried doing this to set cookie_consent to false when the page loads:
then set it to true once the consent is granted:
But the analytics are send no matter if cookie_consent is true or false, or even if it exists:
The text was updated successfully, but these errors were encountered: