mirror of https://github.com/zulip/zulip.git
37431cf0b5
Since we want to use `accounts/new/send_confirm` to know how many users actually register after visiting the register page, we added it to Google Tag Manager, but GTM tracks every user registration separately due <email> in the URL making it harder to track. To solve this, we want to pass <email> as a GET parameter which can be easily filtered inside GTM using a RegEx and all the registrations can be tracked as one. |
||
---|---|---|
.. | ||
admin.ts | ||
compose.ts | ||
copy-and-paste.ts | ||
custom-profile.ts | ||
delete-message.ts | ||
drafts.ts | ||
edit.ts | ||
mention.ts | ||
message-basics.ts | ||
navigation.ts | ||
realm-creation.ts | ||
realm-linkifier.ts | ||
realm-playground.ts | ||
settings.ts | ||
stars.ts | ||
stream_create.ts | ||
subscribe_toggle.ts | ||
user-deactivation.ts | ||
user-status.ts |