Closed
Bug 664791
Opened 14 years ago
Closed 14 years ago
[WT][Rapid Release] Implement conversion tracking on the Aurora/Beta builds
Categories
(www.mozilla.org :: General, defect, P1)
www.mozilla.org
General
Tracking
(Not tracked)
VERIFIED
FIXED
2.10
People
(Reporter: gjimenez, Assigned: jlong)
References
Details
Attachments
(1 file)
83.89 KB,
text/plain
|
Details |
Hi Laura,
Just a follow up from our conversation, we would like to be able to track the conversion rate from about:home snippets promoting Aurora to Firefox 4.0 b1-b12 users.
Let me know what we need to set up in order to this. Thanks!662
Comment 1•14 years ago
|
||
Please file a new bug under the www.mozilla.com component within "Websites".
Comment 2•14 years ago
|
||
Hey Brad - We'd like to tag each button click event with conversion codes, so that we can track the amount of downloads, and eventually create a "Campaign Conversion" report for the marketing programs we direct to this channel page.
URL: http://www.mozilla.com/en-US/firefox/channel/
Please provide the three different tags to apply to the three different buttons which we can call: "Aurora" "Beta" and "Mobile Beta." Thanks!
Assignee: lforrest → brad.gross
Summary: [Rapid Release] Implement conversion tracking on the Aurora/Beta builds → [WT][Rapid Release] Implement conversion tracking on the Aurora/Beta builds
Comment 3•14 years ago
|
||
The following the code additions required for both conversion and scenario event tracking. I attached the updated script for the page under channel.html.
<meta name="WT.si_n" content="Mozilla Firefox Aurora;Mozilla Firefox Beta;Mozilla Firefox Beta for Mobile">
<meta name="WT.si_x" content="1;1;1">
dcsMultiTrack('DCS.dcssip', 'www.mozilla.com','DCS.dcsuri', '/en-US/firefox/channel/','WT.ti', 'Link: Mozilla Firefox Aurora','WT.dl', 99,'WT.z_convert', 'Mozilla Firefox Aurora','WT.si_n', 'Mozilla Firefox Aurora','WT.si_x', '2');
dcsMultiTrack('DCS.dcssip', 'www.mozilla.com','DCS.dcsuri', '/en-US/firefox/channel/','WT.ti', 'Link: Mozilla Firefox Beta','WT.dl', 99,'WT.z_convert', 'Mozilla Firefox Beta','WT.si_n', 'Mozilla Firefox Beta','WT.si_x', '2');
dcsMultiTrack('DCS.dcssip', 'www.mozilla.com','DCS.dcsuri', '/en-US/firefox/channel/','WT.ti', 'Link: Mozilla Firefox Beta for Mobile','WT.dl', 99,'WT.z_convert', 'Mozilla Firefox Beta for Mobile','WT.si_n', 'Mozilla Firefox Beta for Mobile','WT.si_x', '2');
Comment 4•14 years ago
|
||
Updated•14 years ago
|
Assignee: brad.gross → nobody
Component: General → www.mozilla.com
Product: Marketing → Websites
QA Contact: general → www-mozilla-com
Target Milestone: --- → 2.10
Comment 5•14 years ago
|
||
James - can you help out here? Simple tags to implement on the channel page. Thanks!
Assignee: nobody → jlong
Updated•14 years ago
|
Priority: -- → P1
Comment 8•14 years ago
|
||
verified fixed http://www.mozilla.com/en-US/firefox/channel/index.html
Keywords: qawanted
Updated•14 years ago
|
Status: RESOLVED → VERIFIED
Comment 9•14 years ago
|
||
Hey Brad - Has a report been created to track the number of clicks/etc, here? If so, what's the name of it? Thanks!
Comment 10•14 years ago
|
||
(In reply to comment #9)
> Hey Brad - Has a report been created to track the number of clicks/etc,
> here? If so, what's the name of it? Thanks!
Nevermind - I found the reporting. For the record it is: "Scenario Analysis" and then there's two: one for Aurora and one for Beta "Download Mozilla Firefox Aurora" and one for mobile.
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
•