Skip to content

Instantly share code, notes, and snippets.

@gamanox
Created May 24, 2013 17:30
Show Gist options
  • Save gamanox/5645123 to your computer and use it in GitHub Desktop.
Save gamanox/5645123 to your computer and use it in GitHub Desktop.
webtrends
var _tag=new WebTrends();
_tag.dcsGetId();
_tag.dcsCustom=function(){
// Add custom parameters here.
//_tag.DCSext.param_name=param_value;
}
$('#LoginButtonLoginButtonControl').live('click', function(e) {
dcsMultiTrack('DCS.dcssip', 'sportscommunity.powerade.com.mx',
'DCS.dcsuri', '/connect_fb',
'WT.ti', '/connect_fb');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment