Skip to content

Instantly share code, notes, and snippets.

@patkleef
Created March 13, 2017 19:24
Show Gist options
  • Select an option

  • Save patkleef/b04793efd5706ba0f1cd522c123bd8b6 to your computer and use it in GitHub Desktop.

Select an option

Save patkleef/b04793efd5706ba0f1cd522c123bd8b6 to your computer and use it in GitHub Desktop.
Application Insights Blog - ApplicationInsightsEventTracking.js
$(document).ready(function() {
$(".home-page-link").click(function() {
window.appInsights.trackEvent("homePageLinkClicked", $(this).text());
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment