Automattic / wp-calypso

The JavaScript and API powered WordPress.com
https://developer.wordpress.com
GNU General Public License v2.0
12.4k stars 1.98k forks source link

Focused Launch: fire Tracks events #46854

Open ciampo opened 3 years ago

ciampo commented 3 years ago

Focused Launch is currently disabled. See #53109

Add Tracks events to the launch flow without any props or with basic props that are already available (eg: hasPaidPlan).

Naming and event design convention: PCYsg-4S2-p2

Discussion to use or not existing events for start/complete flow: pbmFJ6-95-p2#comment-533

Good idea while developing:

While at developing, you may want to consider prepending a test or dev to the event name and delete it before merging – this may help you to iterate safely in your event & property names. For ex: calypso_test_homepage_view.

Follow up:

tjcafferkey commented 3 years ago

@razvanpapadopol do we have any further information around this issue to properly spec it?

razvanpapadopol commented 3 years ago

I'll start drafting this week a plan to track events during focused launch flow and then ask for a review. See previous example of such plan at pbAok1-Ao-p2.

tjcafferkey commented 3 years ago

@razvanpapadopol I might need your assistance with speccing this issue before I can move it to "Ready for development".

simison commented 3 years ago

Looks good!

Record checkout success with props with_domain, selected_plan: {plan_slug} and is_monthly_plan Record launch completed with prop has_completed_checkout

Are these not already in checkout related events?

How does it compare with current Calypso launch flow events? Will we be able to compare if customers get stuck to any specific decision?