Forum Moderators: open
To see whether an article has a "view" or not, our idea was to count the clicks on the "Read More" links, but as no page load is involved, being Ajax, I suspect it may not be possible to track the click throughs. Is that true?
...but as no page load is involved, being Ajax, I suspect it may not be possible to track the click throughs.
But presumabley you are making an HTTP request and performing some kind of server-side processing (being Ajax) in order to return the appropriate content - I would have thought that at this point you would need to record in your database, "yes, content XYZ has been requested"? Perhaps not quite the same as if you were monitoring click throughs by analysing the server logs?