Skip to content

Commit 14b3f38

Browse files
authored
Update data-policy.md
1 parent 82fab9a commit 14b3f38

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

data-policy.md

+26-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,27 @@
11
# Data Policy
2-
Tldr; we currently collect data on which shortcuts are used to inform our product decisions. We don't collect any personal info.
2+
3+
## How we collect data
4+
We’re use Google Analytics - out of the box without any major customization. To learn more about Google Analytics read this: https://developers.google.com/analytics/resources/concepts/gaConceptsTrackingOverview#howAnalyticsGetsData
5+
6+
We use Google Analytics to track data when users install the Macro Chrome Extension, when users visit our website (https://usemacro.github.io/) or when users visit our page on the Chrome store (https://chrome.google.com/webstore/detail/macro/pgffhcglkcdpalkgpkkghpofcoibodak)
7+
8+
Our code is open source, you can see how we collect data here: https://github.com/UseMacro/macro-chrome-extension/blob/master/chrome-extension/js/analytics.js
9+
10+
## What data we collect
11+
We collect metadata that’s collected by default in Google Analytics, such as device and geolocation information. In addition, we track events including when shortcut data is loaded, which shortcuts are used and when the legend is rendered.
12+
13+
Our code is open source, you can see which events we track by searching for “logEvent” in these files:
14+
https://github.com/UseMacro/macro-chrome-extension/blob/master/chrome-extension/plugin/pluginbuilder.ts
15+
https://github.com/UseMacro/macro-chrome-extension/blob/master/chrome-extension/js/background.js
16+
17+
## What we don’t collect
18+
Google Analytics strictly prohibits sending Personally Identifiable Information (PII). We don’t read any of your cookies. We don’t know your usage or installs of other Chrome extensions or other competing products.
19+
20+
## How we use your data
21+
The data will only be analyzed post-aggregation. We will use the data to better understand user behavior and improve the product. We will use the data to fix issues that occur in our product. The data will be used to help prioritize future product decisions. We will use data to find which channels drive the most traffic.
22+
23+
## How we will not use your data
24+
We respect all our user’s privacy. We don’t intend to sell the data for any purposes including marketing or advertising purposes. We will not use data for any marketing or advertising purposes. It is not a concerted effort by us to examine the data of any particular customer.
25+
26+
## Who has access to the data
27+
Only the creators of Macro - Andy Zhang, Calvin Nhieu, Christopher Luc.

0 commit comments

Comments
 (0)