Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit fb6f105

Browse files
author
Leo Gallucci
committed
ending GA tracking due to German BGH law [ci skip]
1 parent e2accc8 commit fb6f105

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

Analytics.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Docker-selenium's Anonymous Aggregate User Behaviour Analytics
2-
Docker-selenium has begun gathering anonymous aggregate user behaviour analytics and reporting these to Google Analytics. You are notified about this when you start and stop Docker-selenium.
2+
Docker-selenium no longer gathers anonymous aggregate user behaviour analytics and reporting to Google Analytics.
3+
4+
We are stopping GA tracking due to:
5+
https://www.allenovery.com/en-gb/global/news-and-insights/publications/werbe-cookies-erfordern-die-aktive-einwilligung-des-nutzers
6+
7+
> a statement or clear affirmative action by the user is required
8+
> website operators can no longer rely on an opt-out procedure.
39
410
## Why?
511
Docker-selenium is provided free of charge and we don't have direct communication with its users nor time resources to ask directly for their feedback. As a result, we now use anonymous aggregate user analytics to help us understand how Docker-selenium is being used, the most common used features based on how, where and when people use it. With this information we can prioritize some features over other ones, understand better which Selenium or Docker versions we should support depending on the usage, and get execution exceptions to identify bugs.

bin/entry.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,8 @@ env > env
538538
#------
539539
# export NORMAL_USER_UID="$(id -u seluser)"
540540
# export NORMAL_USER_GID="$(id -g seluser)"
541-
ga_track_start
541+
# no longer tracking due to German law
542+
# ga_track_start
542543

543544
if [ "${DEBUG}" == "bash" ]; then
544545
run-supervisord.sh &

supervisor/bin/run-supervisord.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ ga_track_shutdown () {
4040
# Exit all child processes properly
4141
shutdown () {
4242
echo "Trapped SIGTERM/SIGINT/x so shutting down supervisord gracefully..."
43-
ga_track_shutdown
43+
# no longer tracking due to German law
44+
# ga_track_shutdown
4445
stop
4546
wait
4647

0 commit comments

Comments
 (0)