Closed
Bug 669689
Opened 13 years ago
Closed 13 years ago
[WT] Expand newsletter subscription metric to include registrants from footer
Categories
(www.mozilla.org :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
4.1
People
(Reporter: lforrest, Assigned: jlong)
Details
Currently I believe it only is tracking the /newsletter page source rather than every signup from the footer. Make sure that the footer is being counted as well, and if not, apply the same tagging on the newsletter page, to the field within the universal footer.
Reporter | ||
Updated•13 years ago
|
Assignee: nobody → lforrest
Target Milestone: --- → 3.1
Reporter | ||
Updated•13 years ago
|
Target Milestone: 3.1 → 3.2
Reporter | ||
Comment 1•13 years ago
|
||
Hey James - Can you take a look at this? I'm not 100% clear what the technical direction is here but have a look and let me know if you have questions.
Assignee: lforrest → jlong
Reporter | ||
Updated•13 years ago
|
Target Milestone: 3.2 → 3.3
Reporter | ||
Updated•13 years ago
|
Target Milestone: 3.3 → 3.4
Assignee | ||
Comment 2•13 years ago
|
||
I'll take a look at this soon, sorry for the delay. Been pushed on a few other projects recently. I'll try to get this done and pushed out this week (before 3.5 officially goes out).
Target Milestone: 3.4 → 3.5
Reporter | ||
Updated•13 years ago
|
Target Milestone: 3.5 → 3.7
Reporter | ||
Comment 3•13 years ago
|
||
James - Note that within this release we're adding several other ways to subscribe to the newsletter from moz.com (mainly promotional content) so let's be sure to add this tracking to those as well.
Reporter | ||
Updated•13 years ago
|
Target Milestone: 3.7 → 3.9
Reporter | ||
Comment 4•13 years ago
|
||
James - Do you think this can make it into the 3.9 milestone?
Reporter | ||
Updated•13 years ago
|
Target Milestone: 3.9 → 3.10
Assignee | ||
Updated•13 years ago
|
Target Milestone: 3.10 → 3.12
Reporter | ||
Updated•13 years ago
|
Target Milestone: 3.12 → 4.0
Assignee | ||
Comment 5•13 years ago
|
||
Hey Laura, finally getting caught up with my bugs.
This is the submit button with the tracking code in the footer:
<input name="submit" type="submit" value="Sign me up!" class="subscribe"
onclick="dcsMultiTrack('DCS.dcssip', 'www.mozilla.org',
'DCS.dcsuri', '/mainstream_newsletter/signup',
'WT.ti', 'Link: Sign me up - Second Step',
'WT.dl', 99,
'WT.nv', 'Content',
'WT.ac', 'Newsletter');">
Is that not working?
Comment 6•13 years ago
|
||
Please use the following dcsMultiTrack call:
dcsMultiTrack(
'DCS.dcssip', 'www.mozilla.org',
'DCS.dcsuri', '/mainstream_newsletter/signup',
'WT.ti', 'Link: Mozilla Newsletter',
'WT.dl', 99,
'WT.z_convert', 'newsletter',
'WT.z_page_location', 'footer',
'WT.nv', 'Content',
'WT.ac', 'Newsletter'
);"
Assignee | ||
Comment 7•13 years ago
|
||
Ok, done in r95618.
Status: NEW → RESOLVED
Closed: 13 years ago
Keywords: qawanted
Resolution: --- → FIXED
Whiteboard: r=95618
Comment 9•13 years ago
|
||
qa-verified-trunk http://www-dev.allizom.org/en-US/newsletter/#subscribe-form
Keywords: qawanted
Assignee | ||
Comment 10•13 years ago
|
||
pushed to production r96263
Assignee | ||
Updated•13 years ago
|
Whiteboard: r=95618
Assignee | ||
Updated•13 years ago
|
Whiteboard: r=96263
Assignee | ||
Updated•13 years ago
|
Whiteboard: r=96263
Assignee | ||
Comment 11•13 years ago
|
||
Sorry about the above spam.
Comment 12•13 years ago
|
||
verified fixed http://www.mozilla.org/en-US/newsletter/#subscribe-form
onclick="dcsMultiTrack('DCS.dcssip', 'www.mozilla.org',
'DCS.dcsuri', '/mainstream_newsletter/signup',
'WT.ti', 'Link: Mozilla Newsletter',
'WT.dl', 99,
'WT.z_convert', 'newsletter',
'WT.z_page_location', 'footer'
'WT.nv', 'Content',
'WT.ac', 'Newsletter');"
Status: RESOLVED → VERIFIED
Updated•13 years ago
|
Component: www.mozilla.org/firefox → www.mozilla.org
Updated•12 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
•