I am trying to collect some statistics about some events happening on my web page.
I assumed that I would add the onmouse event to the links I want to track and call ajax for my php tracking script.
What would be the most effective way to do this, knowing that I do not expect anything in return, and that everything should continue normally, even if it fails?
I know that there are some special HTTP calls when you do not expect the data to return. What it is? Does jQuery support? How about my php script, should it return a special HTTP header?
Any advice to make this effective is welcome.
thanks
Nathan
source share