language agnostic - Logging viewing time on website -


Is there any way to log in to how long a visitor resides on my website?

Write some junk ping function to send heartbeat requests every few seconds.

That's it, if you want to manually do it manually, use some statistics software Many hosters have used something for you or simply add Google Analytics to your site.


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -