I am using
https://docs.djangoproject.com/en/dev/ref/contrib/syndication/#a-complex-examplefor
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to