Skip to content

Instantly share code, notes, and snippets.

@philhawksworth
Created January 15, 2010 16:29
Show Gist options
  • Save philhawksworth/278176 to your computer and use it in GitHub Desktop.
Save philhawksworth/278176 to your computer and use it in GitHub Desktop.
function registerPageChange(eventDescription, eventValue){
// sample code from WebTrends documentation....
// Register Event with WebTrends
dcsMultiTrack(
'DCS.dcsuri', eventValue, // name/value pair for URL
'WT.ti', 'FlashEvent:' + eventDescription // name/value pair for page title
);
// Go to URL
document.location.href = eventValue;
//...end of sample Webtrends code,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment