Web analytics is launching, so it needs an email flow in the onboarding emails.
Pretty simple flow to add. If someone performs onboarding product selected and product_key = web analytics then we check if they've ingested 50 events after a 36 hour wait. If yes, we skip them to the next email. If no, they get a help email.
Elsewhere, we'll mention web analytics alongside product analytics. This'll help us extending the flow needlessly and making unsubs more attractive.
As per https://github.com/PostHog/meta/pull/179
Web analytics is launching, so it needs an email flow in the onboarding emails.
Pretty simple flow to add. If someone performs
onboarding product selected
andproduct_key
=web analytics
then we check if they've ingested 50 events after a 36 hour wait. If yes, we skip them to the next email. If no, they get a help email.Elsewhere, we'll mention web analytics alongside product analytics. This'll help us extending the flow needlessly and making unsubs more attractive.