okfn / measure

Measure is scripts and conventions to build KPI dashboards for projects.
MIT License
17 stars 5 forks source link

Mailchimp processor #41

Closed brew closed 7 years ago

brew commented 7 years ago

This pull request fixes #6.

Adds a mailchimp processor and email pipeline. For each day, tracks data for the provided list_id:

Processor collects data from the latest entry date to today, or if there's no latest entry, from the beginning of the creation of the list.

Partial historical subscriptions data is collected by querying the growth-history API endpoint, that returns a single data point for the last day of the month.