AmazingDreams / vue-matomo

Vue plugin for Matomo Analytics
MIT License
274 stars 61 forks source link

How to get the consent value #123

Open augnustin opened 1 year ago

augnustin commented 1 year ago

So I created a cookie banner:

image

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...