I’ve been looking into creating my own backend setup for an automated onboard sequence (see previous discussion). Currently the plan is to use labels on users to track where they are in the sequence, and create and send a duplicate of each email in the sequence to the labelled segment.
This will create a lot of duplicate posts, so I plan to have a cleanup that runs every X days, pulls the email statistics (eg number of opens) from the duplicate post to store somewhere and then deletes the duplicate.
I notice Ghost now tracks clicks and other things like conversions and feedback response (which is awesome, thank you so much) and offers CSV export of that. The page also states that you can see which post a member converted on in the Member management. However, this new data doesn’t seem to be reflected in the example post response in the Admin API, or in the Member or Subscription objects.
My plan is still very early stages, so I don’t have a Mailgun instance to test against. Is this new analytics information available in the Admin API? Thank you.
(Also FYI the link on setting a custom source in that Post analytics page 404’s)