Skip to content

Rename tracking method to be more accurate and explicit

What does this MR do and why?

Rename tracking method for sing in / sing up pages to be more accurate and explicit.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

  • Setup GDK to simulate SaaS.
  • Sign out. Visit /users/sign_up.
  • Click Register button.
  • Click Sign in link.
  • Click Register now link.
  • Mare sure frontend events are generated.
  • Visit /-/trial_registrations/new.
  • Click Continue button.
  • Click Sign in link.
  • Mare sure frontend events are generated.
  • Visit /-/subscriptions/new?plan_id=2c92a00d76f0d5060176f2fb0a5029ff.
  • Click Register button.
  • Click Sign in link.
  • Click Register now link.
  • Mare sure frontend events are generated.
context action label
submit on registration clicked register free_registration / subscription_registration / invite_registration / trial_registration
Already have an account? on registration page click_sign_in_from_registration_page free_registration / subscription_registration / invite_registration / trial_registration
Register now link on sign in page click_register_from_sign_in_page free_registration / subscription_registration / invite_registration

Related to #457934 (closed)

Edited by Serhii Yarynovskyi

Merge request reports