jazzband / django-analytical

Analytics services for Django projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I fetch and Display Analytic reports?

dontknowwat opened this issue · comments

commented

I want to fetch the top posts on my blog based on monthly views and display them on the sidebar, I am not sure if I can do that using django-analytical, can someone confirm?

If I read your question right I'm afraid this is not what you get from django-analytical. This package is about integrating analytics services cleanly, and this typically refers to the data collection feature of those services.

That said, if "fetch the top posts on my blog based on monthly views" is supported by any service you know you may be able to use that with this package. The "display them on the sidebar" is more what you wouldn't get out-of-the-box.

That said, this doesn't stop you from making a pull request to add a new template tag to an analytics service that supports that kind of feature. As long as this all is in line with "keeping your template clean" there should be room for that code in this project.

Feel free to reopen this issue for further clarification or place a pull request for feature enhancements!