Cart Abandonment: Add event for DAP monthly commit checkout
What does this MR do and why?
Add product interaction event for DAP monthly commit cart abandonment on Gitlab.com
References
Screenshots or screen recordings
![]() |
How to set up and validate locally
rails console
> Feature.enable(:enable_free_purchase_dap_monthly_commit)
> Feature.enable(:dap_free_tier_gitlab_credits)
- Setup gdk to simulate SaaS - https://docs.gitlab.com/ee/development/ee_features.html#simulate-a-saas-instance and restart GDK
- Sign in as root. Visit
/groups/gnuwget/-/billings. - Click
Purchase credits. - Verify a POST request is made to
/-/gitlab_subscriptions/hand_raise_leads/track_cart_abandonment.
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #591667
Edited by Serhii Yarynovskyi
