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 378B

12345678910
  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.