When using easy GA config, does it respect user opt-out? #4413
Answered
by
squidfunk
StarfallProjects
asked this question in
Q&A
-
Can I confirm whether, when using the easy GA setup (adding tracking code to mkdocs.yml), it respects the user choice to opt out? I can't see anything in the generated tracking code that checks for user options before sending data? Edit to add: config is here https://github.com/n8n-io/n8n-docs/blob/restore-GA/mkdocs.yml |
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Sep 27, 2022
Replies: 1 comment 1 reply
-
That's exactly what the cookie consent is for. If you enable it, the user will be asked prior to sending requests to Google Analytics (= opt-in) and can change settings after-wards. She can also opt-out again afterward. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
StarfallProjects
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's exactly what the cookie consent is for. If you enable it, the user will be asked prior to sending requests to Google Analytics (= opt-in) and can change settings after-wards. She can also opt-out again afterward.