vote up 1 vote down star

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.

flag

3 Answers

vote up 1 vote down check

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)

link|flag
vote up 0 vote down

you mean something like this

http://forums.asp.net/p/1136014/1814412.aspx

link|flag
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.