thunderbird / thunderbird-website

Build code for the websites on thunderbird.net and start.thunderbird.net
https://www.thunderbird.net
148 stars 77 forks source link

Track donation start/completed events (Fixes #426) #427

Closed MelissaAutumn closed 1 year ago

MelissaAutumn commented 1 year ago

Add donation tracking events to checkoutOpen and donationComplete. donationComplete also gets a trackGoal, we can see which one is more useful then axe the other later.

Since checkoutOpen fires whenever the donation form is opened it can be a little spammy if someone closes and re-opens it a bunch. We could also use checkoutClosed, but that is still called after donationComplete.