Closed
Bug 729682
Opened 13 years ago
Closed 12 years ago
Turn on Automatic link tracking by default on every new page
Categories
(www.mozilla.org :: Analytics, defect)
www.mozilla.org
Analytics
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: lforrest, Unassigned)
Details
For all new pages it would be great if automatic link tracking were on by default.
Brad - can you provide what Dev needs in order to do this? I imagine it's some sort of change to the page template with that value set to "true"
Comment 1•13 years ago
|
||
In order to turn automatic link tracking on for every page please ensure _tag.trackevents=true is set in the inline webtrends javascript like so:
<script type="text/javascript" src="/includes/min/min.js?g=js_stats"></script>
<script type="text/javascript">
//<![CDATA[
var _tag=new WebTrends({"dcsid":"dcsf9nqmj10000clgc14f05rf_2u7t","rate":50,"fpcdom":"mozilla.org"});
_tag.dcsGetId();
//]]>
</script>
<script>
//<![CDATA[
_tag.trackevents=true; <---------------
_tag.dcsCollect();
//]]>
</script>
Reporter | ||
Comment 2•13 years ago
|
||
Thanks Brad.
James - can you apply this to the Mozilla.org and Mozilla.org/firefox templates so that the value above is applied to all new pages going forward?
Assignee: brad.gross → nobody
Component: Webtrends → www.mozilla.org/firefox
QA Contact: webtrends → www-mozilla-com
Target Milestone: --- → 1.10
Reporter | ||
Updated•13 years ago
|
Target Milestone: 1.10 → 2.0
Assignee | ||
Updated•13 years ago
|
Component: www.mozilla.org/firefox → www.mozilla.org
Assignee | ||
Updated•13 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
Webtrends analytics is gone.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•