Closed Bug 717241 Opened 12 years ago Closed 12 years ago

Add Tracking to 3.6 Upgrade Billboard

Categories

(Websites :: Web Analytics, task)

task
Not set
critical

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: lmesa, Assigned: akeybl)

References

Details

Need to add tracking of upgrade billboards for the following URLs:

https://www.mozilla.org/firefox/latest/details/from-3.6.html for all locales.  

Do you need me to add them separately, or will adding tracking to this URL allow for us to see it by locale in Webtrends?
Assignee: brad.gross → lforrest
1. On each link going to our website add the following campaign tracking parameters. This will enable us to see how many downloads we get from the billboard and the data will flow into the "Campaign Conversion" report within the "Product Pages" profile within Webtrends:

www.mozilla.com/firefox/?WT.mc_id=3.6billboard

2. To add the default Webtrends tracking please add the following onto the source code of each URL in question. This is the code we use to track the pages generated from within the product; it samples at a 5% rate and the info will flow into the "Product Pages" profile within Webtrends:

<script type="text/javascript">
//<![CDATA[
var _tag=new WebTrends({"dcsid":"dcst2y3n900000gohmphe66rf_3o6x","rate":5,"fpcdom":"mozilla.org"});
_tag.dcsGetId();
//]]>
</script>
<script>
//<![CDATA[
_tag.trackevents=true;
_tag.dcsCollect();
//]]>
</script>
Assignee: lforrest → akeybl
Blocks: 718089
Should be fixed in http://viewvc.svn.mozilla.org/vc?view=revision&revision=100161
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
It's kind of odd having the link in the billboard. That will take users to a page where they have to save a download and then find and run it, whereas if they just kept going with the wizard the update will happen automatically for them.
Agreed, we're updating the billboard for the next push now with new messaging and removing that link in 718090.
Component: Webtrends → Web Analytics
You need to log in before you can comment on or make changes to this bug.