Created
March 13, 2017 19:24
-
-
Save patkleef/b04793efd5706ba0f1cd522c123bd8b6 to your computer and use it in GitHub Desktop.
Application Insights Blog - ApplicationInsightsEventTracking.js
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
| $(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