{"title":"App Sign Up","description":"Measures when a user creates a new account on your application.","_alerts":[{"variant":"note","message":"**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."}],"type":"object","allOf":[{"properties":{"event":{"title":"Event Name","const":"app_sign_up"},"method":{"title":"Method","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.","type":"string","example":"google"}},"required":["event"]}]}