You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

analytics.rst 497B

12345678910111213141516171819202122
  1. =========
  2. Analytics
  3. =========
  4. The ``oscar.analytics`` module provides a few simple models for gathering analytics data
  5. on products and users. It listens for signals from other apps, and creates/updates simple
  6. models which aggregate this data.
  7. Such data is useful for auto-merchandising, calculating product scores for search and
  8. for personalised marketing for customers.
  9. Abstract models
  10. ---------------
  11. .. automodule:: oscar.apps.analytics.abstract_models
  12. :members:
  13. Views
  14. -----
  15. None.