Hi there.
On our solution, we have to display the amount of comments, of a given article in the news module, on the frontend list.
We havent been able to figure a programatically way of doing this through the template tags, therefor we are fetching them through ajax, from the actual article page.
This gives quiet a back-hit since the analytics module (DW analytics) Seems to count ajax loaded pages as a pageview aswell, without filtering the request out, this means that the statistics are useless.
Are there any way for us to fetch the comments with template tags? If not, is it possible for you to implement a analytics-block if the request is an ajax call, into the analytics part? Which would be logical.
Best regards
Jonas