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
I can see as per #367 you have enabled a consent API - there are no docs on your implementation of this.
Is this a function I can call from other code or am I supposed to use cookies? And if it is the latter - I assume that the basic way of implementing would be:
If GA cookies do not exist, deny by default (as per GDPR)
If user consents (or cookies are already set to allow) set GA cookies to allow
nextjs-google-analytics then automatically picks that up and starts sending data back to Google.
I don't mind writing the docs if you can let me know how this works!
The text was updated successfully, but these errors were encountered:
Hi there!
I can see as per #367 you have enabled a consent API - there are no docs on your implementation of this.
Is this a function I can call from other code or am I supposed to use cookies? And if it is the latter - I assume that the basic way of implementing would be:
nextjs-google-analytics
then automatically picks that up and starts sending data back to Google.I don't mind writing the docs if you can let me know how this works!
The text was updated successfully, but these errors were encountered: