Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Saurabh Jain Posted May 8, 2016 Posted May 8, 2016 On my board it shows 500 guest online and when I see google analytic real time overview it shows below 100 in 80's How to identify the same and what to do? Thanks in advance Regards Saurabh
IveLeft... Posted May 9, 2016 Posted May 9, 2016 Take a look at the server logs if your running Apache then copy the access logs to a directory and name the file and run the following command from ssh $cat copied_apache_log_file.log | awk -F\" '{print $6}' | sort | uniq -c | sort -n
opentype Posted May 9, 2016 Posted May 9, 2016 The number shown on the site counts sessions, not visitors. A single visitor (or bot) might create many sessions. This can easily explain why you see different numbers. In addition, the results from server counts and external JavaScript-based trackers like Google Analytics will always differ, since the latter get blocked a lot. There isn’t really much to do about these things. Unless you have other problems with bots, I wouldn’t really worry about guest count numbers.
Saurabh Jain Posted May 9, 2016 Author Posted May 9, 2016 4 hours ago, opentype said: The number shown on the site counts sessions, not visitors. A single visitor (or bot) might create many sessions. This can easily explain why you see different numbers. In addition, the results from server counts and external JavaScript-based trackers like Google Analytics will always differ, since the latter get blocked a lot. There isn’t really much to do about these things. Unless you have other problems with bots, I wouldn’t really worry about guest count numbers. On IPS cloud its like moving from $70 per month to $330 per month
Rhett Posted May 11, 2016 Posted May 11, 2016 As mentioned in your ticket, so others can also see this info, google analytic does not count search engine traffic or other bots, so their numbers will never match up with any other stats program.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.