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
If the user clicks on "Accept", I'm calling this.$matomo.rememberConsentGiven();, this is clear. But I want to conditionally display the cookie banner on whether the user clicked on Accept/Decline. Is there any method for this? Do I need to use my own storage technique? The document is not clear about this...
The text was updated successfully, but these errors were encountered:
So I created a cookie banner:
If the user clicks on "Accept", I'm calling
this.$matomo.rememberConsentGiven();
, this is clear. But I want to conditionally display the cookie banner on whether the user clicked on Accept/Decline. Is there any method for this? Do I need to use my own storage technique? The document is not clear about this...The text was updated successfully, but these errors were encountered: