Tuesday, August 2, 2011

Tracking RSS feeds usage

I am using https://docs.djangoproject.com/en/dev/ref/contrib/syndication/#a-complex-example for my project.

Since the feed is essentially presented in XML to user, I have no way to track the access with Google Analytics.
But I am thinking to register that access by sending Django request object to Google Analytics when I call Feed's items() method.

Has anyone done this before? Or does it even make sense?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment