Websites/Affiliates/Meetings/2012-03-15

From MozillaWiki
Jump to: navigation, search

Affiliates Statistics Dashboard Brainstorming

Attendees

  • cmore
  • mkelly

Agenda

Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=713040 Requirements:

  • Clicks - Total, Year, Month, Week, Day
  • Buttons saved - Total, Year, Month, Week, Day
  • Graphs of data over time
  • Filter: by locale
  • Technology and data store?
  • Processing of raw data?
  • Graphing library?

Notes

  • We can only collect at a minimal by month because that is as granular as the app is storing
  • Database will only store aggregated data
  • Cron job runs nightly
  • Library: https://github.com/uiteoi/ico
  • Will add the leaderboard view directly within Django admin (filter by locale is out of scope now)
  • Server side process of filtering data down to a period of time. (example: create report from start date to an end date aggregated by month)
  • Clicks will be by month (for now)
  • Banners will be by day
  • Exporting data as a PDF will only be handled by the browser (print to PDF)

Action Items

  • Mkelly will work on the dashboard without delaying the upcoming flicks release.
  • Estimate is April 6th.