Question

I am implementing slideshow. I have two options for paging between images: 1) to implement javascript page reload which definitely counts towards unique page view. 2) to implement ajax light box control which i am not sure is unique page view for each image.

I need more information for the second scenario.

Was it helpful?

Solution

How Your ajax request is interpreted by your statistics depends on the configuration of your webserver and / or statistic script installed.

An ajax call is simply a http request, so You can count it or not, depending on the source IP of the request and maybe the user agent (for IP's behind a NAT)

OTHER TIPS

How are you counting pageviews? Google Analytics, for instance, counts page views via JavaScript, so if you don't retrieve and interpret (display to the browser) the GA JavaScript, the load wouldn't be counted.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top