Created
October 25, 2011 06:45
-
-
Save elbpdx/1311609 to your computer and use it in GitHub Desktop.
Webtrends Analytics v10 js script block and Reinvigorate script block for Connect
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
window.webtrendsAsyncLoad = function(dcs){ | |
dcs.addTransform(function(dcs,opt){ | |
// add/edit/remove tags or cancel call with opt.prevent | |
dcs.site="Connect"; | |
},'all'); | |
}; | |
// Async Init/Config function, called by webtrends.js after load | |
window.webtrendsAsyncInit = function() { | |
var dcs=new Webtrends.dcs().init({ | |
dcsid:"dcs30wdvevz5bdng8d59hin02_6d3m", | |
domain:"statse.webtrendslive.com", | |
timezone:-8 | |
}).track(); | |
}; | |
(function() { | |
var s = document.createElement('script'); s.async = true;s.type="text/javascript"; | |
s.src = 'https://s.webtrends.com/js/webtrends.js'; | |
var s2=document.getElementsByTagName("script")[0];s2.parentNode.insertBefore(s,s2); | |
}()); | |
</script> | |
<script type="text/javascript" src="http://include.reinvigorate.net/re_.js"></script> | |
<script type="text/javascript"> | |
try { | |
reinvigorate.track("6yom1-3764t5j825"); | |
} catch(err) {} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment