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
Great plugin. But when dynamically loading Google Analytics, the user_cookie_already_accepted can be triggered early.
My work-around was to add an additional public function, so you can check cookie acceptance at any time:
alreadyAccepted : function() {
// No need to display this if user already accepted the policy
return userAlreadyAcceptedCookies();
}
The text was updated successfully, but these errors were encountered:
Great plugin. But when dynamically loading Google Analytics, the user_cookie_already_accepted can be triggered early.
My work-around was to add an additional public function, so you can check cookie acceptance at any time:
alreadyAccepted : function() {
// No need to display this if user already accepted the policy
return userAlreadyAcceptedCookies();
}
The text was updated successfully, but these errors were encountered: