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
Copy file name to clipboardExpand all lines: Analytics.md
-18Lines changed: 0 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,24 +10,6 @@ communication with its users nor time resources to ask directly for
10
10
their feedback. As result, we now use anonymous aggregate user
11
11
analytics to help us understand how Allure Report is being used.
12
12
13
-
### What?
14
-
15
-
Allure's analytics record some shared information for
16
-
every event:
17
-
18
-
- The Google Analytics version i.e. `1` (https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#v)
19
-
- The Allure report analytics tracking ID e.g. `UA-88115679-3` (https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#tid)
20
-
- The Allure report version e.g. `2.2.1` (https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#av)
21
-
- The type of CI system used e.g. `Jenkins` (https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#cd_)
22
-
- The Google Analytics anonymous IP setting is enabled i.e. `1` (https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#aip)
23
-
- The count of test results e.g `21` (https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#cm_)
24
-
- The count of plugins used e.g. `11` (https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#cm_)
25
-
- The test framework used e.g. `TestNG` (https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#cm_)
26
-
- The language used e.g. `Java` (https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#cm_)
27
-
- The Allure report analytics hit type is event (https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#t)
28
-
29
-
With the recorded information, it is not possible for us to match any particular real user with the anonymized user ID.
30
-
31
13
### When/Where?
32
14
33
15
Allure's analytics are sent throughout Allure report's plugins to Google Analytics over HTTPS.
0 commit comments