Skip to content

Instantly share code, notes, and snippets.

@Pacoup
Created February 14, 2013 21:38
Show Gist options
  • Save Pacoup/4956640 to your computer and use it in GitHub Desktop.
Save Pacoup/4956640 to your computer and use it in GitHub Desktop.
WebTrends Integration Code
<!-- START OF SmartSource Data Collector TAG -->
<!-- Copyright (c) 1996-2012 Webtrends Inc. All rights reserved. -->
<!-- Version: 9.4.0 -->
<!-- Tag Builder Version: 4.1 -->
<!-- Created: 12/7/2012 7:41:22 PM -->
<script src="../webtrends.js" type="text/javascript"></script>
<!-- Warning: The two script blocks below must remain inline. Moving them to an external -->
<!-- JavaScript include file can cause serious problems with cross-domain tracking. -->
<script type="text/javascript">
//<![CDATA[
var _tag=new WebTrends();
_tag.dcsGetId();
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
_tag.dcsCustom=function(){
// Add custom parameters here.
//_tag.DCSext.param_name=param_value;
}
_tag.dcsCollect();
//]]>
</script>
<noscript>
<div><img alt="DCSIMG" id="DCSIMG" width="1" height="1" src="//sdc.cihr-irsc.gc.ca/dcs9oagngp493wiu3xe3vxxau_9x9w/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.banting.fellowships-bourses.gc.ca"/></div>
</noscript>
<!-- END OF SmartSource Data Collector TAG -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment