Closed
Bug 1139689
Opened 11 years ago
Closed 11 years ago
Replace Treejack Snippet on Thunderbird Product Page
Categories
(support.mozilla.org :: Knowledge Base Software, task)
support.mozilla.org
Knowledge Base Software
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jsavage, Assigned: safwan)
Details
Please replace the snippet from bug 1133165 with the following on the Thunderbird product page (https://support.mozilla.org/en-US/products/thunderbird - en-us only)
<!-- BEGIN Optimal Workshop Intercept Snippet --><div id='owInviteSnippet' style='position:fixed;right:20px;bottom:20px;width:280px;padding:20px;margin:0;border-radius:6px;background:#333333;color:#EEEEEE;text-align:left;z-index:2200000000;opacity:0;transition:opacity 500ms;-webkit-transition:opacity 500ms;display:none;'><div id='owInviteMessage' style='padding:0;margin:0 0 20px 0;font-size:16px;'>Got a spare 5 minutes to help us improve our website?</div><a id='owInviteOk' href='https://d7771tp6.optimalworkshop.com/treejack/223270c6-0?tag=intercept&utm_medium=intercept' target='_blank' style='color:#7DB6EE;font-size:16px;font-weight:bold;text-decoration:underline;'>I'll do it</a><a id='owInviteCancel' href='javascript:void(0)' onclick='this.parentNode.style.display="none";' style='color:#EEEEEE;font-size:14px;text-decoration:underline;float:right;'>No thanks</a></div><script>var owOldOnload=window.onload;window.onload=function(){if(owOldOnload){owOldOnload();}if (document.cookie.indexOf('owInvite') == -1){document.cookie='owInvite=Done';var e = document.getElementById('owInviteSnippet');setTimeout(function(){e.style.display = 'block';e.style.opacity = 1;},2000);}};</script><!-- END Optimal Workshop snippet -->
This test is set to 300 users.
Comment 1•11 years ago
|
||
Pushed this to prod.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•