Closed
Bug 746092
Opened 13 years ago
Closed 13 years ago
Implement DNT
Categories
(Mozilla Reps Graveyard :: reps.mozilla.org, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: giorgos, Assigned: giorgos)
Details
Since webtrends doesn't honor the DNT header, we should detect it ourselves and skip the call to webtrends if it is enabled.
Assignee | ||
Updated•13 years ago
|
Version: unspecified → 0.3 - Sarek
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → giorgos
Status: NEW → ASSIGNED
Comment 1•13 years ago
|
||
Commit pushed to master at https://github.com/mozilla/remo
https://github.com/mozilla/remo/commit/1c286d8cf7b57ee556ccac792631d75ca8d401b4
[fix bug 746092] Implement DNT.
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 2•13 years ago
|
||
According to the Data Governance & Privacy group DNT should not affect analytics data collection.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 3•13 years ago
|
||
Good news!
Ben, are we waiting something more? otherwise can I close the bug?
Comment 4•13 years ago
|
||
The implementation on ReMo is not correct.
A user setting DNT should not turn off webtrends or other internal analytic tools.
Assignee | ||
Comment 5•13 years ago
|
||
I would argue that webtrends it's third party, despite the fact that mozilla is using the collected data. I as a user want to visit mozilla properties and no third party should know about it, given that I have DNT on.
I would love to hear more opinions on this.
Comment 6•13 years ago
|
||
Asking Alina for expanded clarification on this. Will post response.
Assignee | ||
Comment 7•13 years ago
|
||
We will keep the DNT implementation in reps.m.o
Thanks Ben for contacting Metrics.
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Comment 8•13 years ago
|
||
Just adding a note here so we have the record outside of the email discussion.
Quoted from sid/stacy from privacy:
"Mozilla sites implementing DNT may continue to load/use webtrends regardless of DNT setting."
My Two cents:
"Webtrends does not re-sell our data or share with any 3rd parties (makes sense as we pay them) according to the privacy legal webtrends folks.
So for ReMo I think ultimately it's your team's call (or whomever consumes the metric reports) and is dependent on how important the analytics/traffic data is for you (for example on mozilla.org the analytics data is hugely important)."
Comment 9•13 years ago
|
||
would this be a [qa-] ?
Assignee | ||
Comment 10•13 years ago
|
||
To verify this please:
1. Set DNT to 0 (off) on your browser
2. Visit reps-dev.m.o
3. The file tracker-full-min.js should be loaded
Second run
1. Set DNT to 1 (on) on your browser
2. Visit reps-dev.m.o
3. The file tracker-full-min.js should not be loaded
Thanks
Comment 11•13 years ago
|
||
Verified, and file does not load during DNT = 1
Status: RESOLVED → VERIFIED
Updated•4 years ago
|
Product: Mozilla Reps → Mozilla Reps Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•