Closed Bug 649064 Opened 13 years ago Closed 13 years ago

[WT] Webtrends tracking for Influencer landing page

Categories

(www.mozilla.org :: General, defect, P2)

defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: malexis, Assigned: jlong)

References

()

Details

We need Webtrends for the Influencer landing page. 

Can we implement tracking on the PDF downloads?

There is no dl fx button on the page but is there anything else we should be tracking?

Since we're targeting to deploy tomorrow 4/12, this isn't launch blocker. but let me know the feasibility of implementing this today.
Every new page should have webtrends tracking in the code by default. Please use the code at the bottom of every other page on the site (mozilla.com) or see this for more info: https://intranet.mozilla.org/Webanalytics#Tracking_a_New_Page


As this is a technical task assigning to Ryan. Can't track PDF.
Assignee: lforrest → ryansnyder.me+bugs
Target Milestone: 2.0 → 2.1
Assignee: ryansnyder.me+bugs → jlong
The webhero page doesn't use the standard footer, so I added the tracking code to it in r87453.

Can't we track the click to the PDF with the dcsMultiTrack function, like we do with other links?
(In reply to comment #2)
> The webhero page doesn't use the standard footer, so I added the tracking code
> to it in r87453.
> 
> Can't we track the click to the PDF with the dcsMultiTrack function, like we do
> with other links?

I suggested that to M. Alexis
(In reply to comment #3)
> (In reply to comment #2)
> > The webhero page doesn't use the standard footer, so I added the tracking code
> > to it in r87453.
> > 
> > Can't we track the click to the PDF with the dcsMultiTrack function, like we do
> > with other links?
> 
> I suggested that to M. Alexis

OK, let's do it. James let us know if there are and details you still need to add this function to the PDF link.
Target Milestone: 2.1 → 2.2
Assignee: jlong → lforrest
Summary: Webtrends tracking for Influencer landing page → [WT] Webtrends tracking for Influencer landing page
(In reply to comment #2)
> The webhero page doesn't use the standard footer, so I added the tracking code
> to it in r87453.
> 
> Can't we track the click to the PDF with the dcsMultiTrack function, like we do
> with other links?

I think that we can. Brad - can you provide the tagging syntax we should use here?
Assignee: lforrest → brad.gross
Ideally, in order to determine the tagging syntax I would need access to view the page itself (it's asking me for an LDAP login).  In addition, I would also need to know what profiles/report would this information would populate in order to determine what parameters to pass in the dcsMultiTrack call.
(In reply to comment #6)
> Ideally, in order to determine the tagging syntax I would need access to view
> the page itself (it's asking me for an LDAP login).
Try this: https://www.mozilla.com/en-US/firefox/webhero/

The PDF links (2) are on the second checkmark list. Two different calls will be needed so we can track mac vs. PC. Note: one you provide this syntax once, I can apply to other offsite links in the future. 

  In addition, I would also
> need to know what profiles/report would this information would populate in
> order to determine what parameters to pass in the dcsMultiTrack call.
All pages on the "mozilla.com" domain go into the "Mozilla.com 50% Sample" profile.
Assigning to James to deploy the page tracking code he added in comment 2.

Getting the dcs for the PDF download is much lower priority. We're currently flying blind and don't know how many people are even seeing this page. Let's not wait for the dcs code to start tracking the rest of the page. Please deploy as soon as possible.
Assignee: brad.gross → jlong
Priority: -- → P2
(In reply to comment #8)
 
> Let's not wait for the dcs code to start tracking the rest of the page. Please deploy as soon as possible.

Here, here -- yes please!
In order to track this page, it must be tagged with the following Webtrends data collection inline JavaScript (be sure to set the sampling rate appropriately by changing the "rate":50 to the sampling rate you wish):

<script type="text/javascript" src="http://mozcom-cdn.mozilla.net/includes/min/min.js?g=js_stats"></script>
<script type="text/javascript">
//<![CDATA[
var _tag=new WebTrends({"dcsid":"dcsf9nqmj10000clgc14f05rf_2u7t","rate":50,"fpcdom":"mozilla.com"});
_tag.dcsGetId();
//]]>
</script>
<script>
//<![CDATA[
_tag.dcsCollect();
//]]>
</script>
<noscript>
<div><img alt="DCSIMG" id="DCSIMG" width="1" height="1" src="//statse.webtrendslive.com/dcso6de4r0000082npfcmh4rf_4b1e/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=8.6.2"/></div>
</noscript>

The Mozilla-com (50% sample) profile is already configured to track anything from the www.mozilla.com domain, so as soon it's tagged, the profile will start tracking those pages.

Please let me know if you have any questions.
Target Milestone: 2.2 → 2.3
(In reply to comment #10)
> In order to track this page, it must be tagged with the following Webtrends
> data collection inline JavaScript (be sure to set the sampling rate
> appropriately by changing the "rate":50 to the sampling rate you wish):
> 
> <script type="text/javascript"
> src="http://mozcom-cdn.mozilla.net/includes/min/min.js?g=js_stats"></script>
> <script type="text/javascript">
> //<![CDATA[
> var _tag=new
> WebTrends({"dcsid":"dcsf9nqmj10000clgc14f05rf_2u7t","rate":50,"fpcdom":"mozilla.com"});
> _tag.dcsGetId();
> //]]>
> </script>
> <script>
> //<![CDATA[
> _tag.dcsCollect();
> //]]>
> </script>
> <noscript>
> <div><img alt="DCSIMG" id="DCSIMG" width="1" height="1"
> src="//statse.webtrendslive.com/dcso6de4r0000082npfcmh4rf_4b1e/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=8.6.2"/></div>
> </noscript>
> 
> The Mozilla-com (50% sample) profile is already configured to track anything
> from the www.mozilla.com domain, so as soon it's tagged, the profile will start
> tracking those pages.
> 
> Please let me know if you have any questions.

That looks like the basic page tag. What should the dcsMultiTrack on the two different PDFs be? Do we need the inline data collection JavaScript like we do in this bug? 
https://bugzilla.mozilla.org/show_bug.cgi?id=651606#c2

Please provide specifics so dev can implement. 

James - Echoing from above - the most important piece is to get the page tag implemented since we're still flying blind.
Guys - sorry to jump on this some more. We actually have a promo for this page going live today with the 4.0.1 update -- would be a terrible shame not to have tracking. thank you and please yell how we can help.

http://www-trunk.stage.mozilla.com/en-US/firefox/4.0/whatsnew/
The pdf downloads will automatically be tracked in the 'Downloaded files' report as long as the page is tagged as specified above.

Please let me know if you have any questions.
pushed to production r88049
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Component: www.mozilla.org/firefox → www.mozilla.org
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in before you can comment on or make changes to this bug.