Mobile app version of vmapp.org
Login or Join
Vandalay111

: When in doubt, parse your server logs for stats. Using a 3rd pary javascript embedded is prone to the following issues : Browser/plugin/user prevents loading of the script. Corrupted/broken script

@Vandalay111

When in doubt, parse your server logs for stats.

Using a 3rd pary javascript embedded is prone to the following issues :


Browser/plugin/user prevents loading of the script.
Corrupted/broken script in transit.
Script server goes down or is slow.


Your web server knows who has accessed what resource, when, where, and even where from. The server logs have insights into the data that 3rd party hosted trackers just can not gage. What the 3rd party tracker gets out of it, is to be able to freely monitor and try and assess / guess the users desires who happened to come on your page, based on the combined logged interests of what they clicked on or browsed to. For example, the content of your page a user browsed to, is in googles search database even if not public, and the data is used in conjunction with other sites data, and the vector selected (in google analytics backend) of what your site targets, the area, product offering, etc.

My suggestion, stop giving out more data than you are getting back. You have logs, parse them. Webalizer / AWstats / etc, are quite old, so would be nice to see some new development in this area for faster, more modern, and more thorough automatic log parsing.

Oh, and if you wish to track what keyword a user clicked on to come to your site, Google passes a bunch of data along in the redirect which you can capture if the link is clicked from google search results.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Vandalay111

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme