Closed
Bug 564113
Opened 15 years ago
Closed 15 years ago
Webtrends: Deploy webtrends tracking code in two separate script tags
Categories
(www.mozilla.org :: General, defect, P1)
www.mozilla.org
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: wenzel, Assigned: wenzel)
References
()
Details
Webtrends writes:
"The inline HTML (attached) was modified and the dcsGetID / dcsCollect functions have been included within the same <SCRIPT> block. This breaks our [code]. Please review the recommended inline HTML deployment and update this."
Apparently, this is not a joke.
Assignee | ||
Comment 1•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 2•15 years ago
|
||
Verified FIXED:
<script type="text/javascript">
//<![CDATA[
var _tag=new WebTrends({"dcsid":"dcsf9nqmj10000clgc14f05rf_2u7t","rate":50,"fpcdom":"mozilla.com"});
_tag.dcsGetId();
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
_tag.dcsCollect();
//]]>
</script>
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
•