Ghost/core
Kevin Ansfield 717543835c
Added email analytics service (#12393)
no issue

- added `EmailAnalyticsService`
  - `.fetchAll()` grabs and processes all available events
  - `.fetchLatest()` grabs and processes all events since the last seen event timestamp
  - `EventProcessor` passed event objects and updates `email_recipients` or `members` records depending on the event being analytics or list hygiene
    - always returns a `EventProcessingResult` instance so that progress can be tracked and merged across individual events, batches (pages of events), and total runs
    - adds email_id and member_id to the returned result where appropriate so that the stats aggregator can limit processing to data that has changed
    - sets `email_recipients.{delivered_at, opened_at, failed_at}` for analytics events
    - sets `members.subscribed = false` for permanent failure/unsubscribed/complained list hygiene events
  - `StatsAggregator` takes an `EventProcessingResult`-like object containing arrays of email ids and member ids on which to aggregate statistics.
  - jobs for `fetch-latest` and `fetch-all` ready for use with the JobsService
- added `initialiseRecurringJobs()` function to Ghost bootup procedure that schedules the email analytics "fetch latest" job to run every minute
2020-11-26 13:09:38 +00:00
..
client@ad3460a4e8 Updated Ghost-Admin to v3.38.3 2020-11-23 17:34:33 +00:00
frontend Included all subscriptions in stripeSubscriptions (#12414) 2020-11-25 10:39:07 +00:00
server Added email analytics service (#12393) 2020-11-26 13:09:38 +00:00
shared Updated default config for newsletter badge 2020-11-17 16:06:31 +05:30
index.js Refactored server announce functions to be clearer 2020-08-09 17:25:15 +01:00