Closed
Bug 649064
Opened 14 years ago
Closed 14 years ago
[WT] Webtrends tracking for Influencer landing page
Categories
(www.mozilla.org :: General, defect, P2)
www.mozilla.org
General
Tracking
(Not tracked)
VERIFIED
FIXED
2.3
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.
Reporter | ||
Updated•14 years ago
|
Comment 1•14 years ago
|
||
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
Updated•14 years ago
|
Target Milestone: 2.0 → 2.1
Assignee | ||
Updated•14 years ago
|
Assignee: ryansnyder.me+bugs → jlong
Assignee | ||
Comment 2•14 years ago
|
||
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?
Comment 3•14 years ago
|
||
(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
Reporter | ||
Comment 4•14 years ago
|
||
(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.
Updated•14 years ago
|
Target Milestone: 2.1 → 2.2
Updated•14 years ago
|
Assignee: jlong → lforrest
Updated•14 years ago
|
Summary: Webtrends tracking for Influencer landing page → [WT] Webtrends tracking for Influencer landing page
Comment 5•14 years ago
|
||
(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
Comment 6•14 years ago
|
||
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.
Comment 7•14 years ago
|
||
(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.
Comment 8•14 years ago
|
||
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
Comment 9•14 years ago
|
||
(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!
Comment 10•14 years ago
|
||
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&WT.js=No&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.
Assignee | ||
Updated•14 years ago
|
Target Milestone: 2.2 → 2.3
Comment 11•14 years ago
|
||
(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&WT.js=No&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.
Comment 12•14 years ago
|
||
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/
Comment 13•14 years ago
|
||
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.
Assignee | ||
Comment 14•14 years ago
|
||
pushed to production r88049
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 15•14 years ago
|
||
verified fixed http://www.mozilla.com/en-US/firefox/webhero/index.html
Status: RESOLVED → VERIFIED
Updated•13 years ago
|
Component: www.mozilla.org/firefox → www.mozilla.org
Updated•13 years ago
|
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.
Description
•