-
Notifications
You must be signed in to change notification settings - Fork 11k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow disabling Google Analytics #217
Comments
You are right. I am building an ADMIN page, on /settings and that is one of the options we plan to have there. Not just to turn it off, but to add your own if you want. |
Awesome, looking forward to it :) |
Depends on #222 |
+1 |
How about "if undefined = disabled"? I think it's disabled when you don't have anything set, is a little bit strange. Just UX things, you know. |
Google Analytics is now configured via Admin interface and the ID is stored on the DB |
How do you enable Google Analytics from the Admin interface? Where do you put the code? |
Administration -> General -> Google Tag Manager Id |
The Google Tag Manager field should accept the following? Is that correct? |
Yes |
@engelgabriel Thank you very much. I was able to add it and I have verified that things are working. I notice that my analytics (real-time) don't update unless I refresh the pages with inside Rocket.Chat (I'm using the web version and hitting the refresh button to see real-time page views). If you have an idea, please let me know and thank you again for helping me. |
Fix Room Search Issue
I know it's very important during early stage of development to get deep insight into how your app gets used so it's understandable that Google Analytics is activated by default. But as I want to run Rocket Chat within my own intranet I want to avoid any user behavior tracking as it might reveal sensitive data.
Would it be possible to add an option to disable GA as page admin or to exclude it during build time?
The text was updated successfully, but these errors were encountered: