Event Reference (v1) / App Events
App Sign Up / app_sign_up
Measures when a user creates a new account on your application.
We break our own rules here by using "app" in instead of "application". The word "application" can be confusing for certain industries like recruitment where an "application" carries much different meaning (e.g. job application) than a software application. The term "App" is more commonly used in the context of software applications which is what this event is meant to measure.
-
- Name
- Event Name Required
- Value
- event: app_sign_up
-
- Name
- Method Optional
- Type
- method: string
- Description
The authentication method the user chose to sign up. For example, if your application offers sign up via username/password (e.g. basic auth), Google SSO, and Microsoft SSO you would pass an appropriate value depending on what method was used.
- E.g.
google