Click Logging with JavaScript

后端 未结 5 563
挽巷
挽巷 2021-01-03 01:55

I want to log all clicks on a link.

I\'ve written a little logger, which can be called by an url (returns an empty page). This url is called with a jquery-ajax-metho

5条回答
  •  时光取名叫无心
    2021-01-03 02:44

    A second more server side approach that you may not have thought of would be to have a page that handles your redirects and logs the data then.

    For example:

    Click
    

提交回复
热议问题