Add FE tracking to subscription management pages
Problem
Currently we are tracking clicks on subscription card buttons. This shows a general interest on features but doesn't reflect that user wants to actually do this action.
The main goal of this iteration is to be get funnel data (Click on a link on the card -> Click on a purchase confirmation -> Transaction success/fail)
Proposal
Update the existing tracking for subscription card buttons and add tracking to the actual pages.
Attention: some tracking is already implemented, we would just need to update the event labels & actions.
Renew subscription
For all the tracking events set event_label as renew_subscription_sm / renew_subscription_saas
Add seats
For all the tracking events set event_label as add_seats_sm / add_seats_saas
Upgrade subscription
For all the tracking events set event_label as upgrade_subscription_sm / upgrade_subscription_saas
Change linked namespace
For all the tracking events set event_label as change_namespace (as this is only possible for SaaS)
Cancel subscription
For all the tracking events set event_label as cancel_subscription_sm / cancel_subscription_saas
Attention: The modal only exists for SaaS users
Resume subscription
For all the tracking events set event_label as resume_subscription_sm / resume_subscription_saas
Attention: There is extra confirmation, the click on the button on the card is the only FE event










