Disabling Google Analytics
We are collecting some analytics information to understand how features of our app are used. We are not collecting any customer data. We mainly collect, how many times each feature of app is used, how long a function is executing. Using this information, we can better focus our development effort to the most used features, spot performance issues. Here is a few example of analytics event we send to Google Analytis Reports:
Client Id | Function Name | Invocation Time | Count |
|---|---|---|---|
3234-28a1-313-a57a-231231 | sendReminder | 245ms | 4 |
3234-28a1-313-a57a-231231 | saveReminder | 414ms | - |
You can turn off analytics collection entirely anytime using admin.atlassian.com without lossing any app feature.
Navigate to https://admin.atlassian.com
Select your organization
Click on “Apps” from the top navigation bar
Select your site from “Sites” section on the left navigation
Click on “Connected apps” from the left navigation to see a list of all apps installed
Locate the row for “Reminders” app and click on “View app details” link
Scroll to the bottom of the page and click on “Disable analytics access”.