Guest User

Untitled

a guest
Apr 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <script type="text/javascript" charset="utf-8">
  2. $(document).ready(function(){
  3. $("a[href^='http:']").click(function(){
  4. var dest = $(this).attr("href");
  5. var action = "unknown";
  6. if (dest.match(/ebox-platform.com/) || dest.match(/ebox-technologies.com/)) {
  7. action = "internal";
  8. } else {
  9. action = "external";
  10. }
  11. pageTracker._trackEvent("Exits", action, dest);
  12. });
  13. });
  14. </script>
Add Comment
Please, Sign In to add comment