Ticket is to add events that will fire off to Firstparty from our user app dashboard. We already have some of those for pageviews and when the signup form is successfully submitted - this is to expand upon that functionality.
Send Event 1
When: Fire when user verifies their email address which activates their account login
How: Fire Track Method (see ref below)
- event: "Email Verified"
- properties:
- properties.account_id: {user account id}
- properties.account_email: {user account email}
Send Event 2
When: Fire when user makes their first valid API request
How: Fire Track Method (see ref below)
- event: "First Request"
- properties:
- properties.account_id: {user account id}
- properties.account_email: {user account email}
Reference links: