Closed
Bug 637930
Opened 14 years ago
Closed 14 years ago
web trends tracking code leaks demo names when view source
Categories
(Websites :: demos.mozilla.org, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ozten, Unassigned)
Details
We should comment out phase II and higher from the Web Trends tracking codes.
| Reporter | ||
Comment 1•14 years ago
|
||
Fixed on prod and master branches.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 2•14 years ago
|
||
verified fixed for phase 1
$('#remixingreality .experience-it, #londonproject .demo-image a').bind('mousedown',
function (e) { dcsMultiTrack('DCS.dcsuri',
'/button/webofwonder/remixingreality.html', 'WT.ti', 'Remixing%20Reality');
});
$('#londonproject .experience-it, #londonproject .demo-image a').bind('mousedown',
function (e) { dcsMultiTrack('DCS.dcsuri', '/button/webofwonder/londonproject.html', 'WT.ti', 'London%20Project');
});
$('#dashboard .experience-it, #dashboard .demo-image a').bind('mousedown',
function (e) { dcsMultiTrack('DCS.dcsuri',
'/button/webofwonder/dashboard.html', 'WT.ti', 'Dashboard');
});
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•