Page MenuHomePhabricator

Dashboard: Add Events to send to Firstparty API
Closed, ResolvedPublic5 Estimated Story Points

Description

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:

Event Timeline

creynolds renamed this task from Add Dashboard Events to send to Firstparty API to Dashboard: Add Events to send to Firstparty API.Oct 19 2022, 10:14 PM
Daria_Kevana changed the task status from Open to In Progress.Jan 26 2023, 12:57 PM

Added an event after user verification step.

First Request - is another complicated thing. For now lets move this one to the separate ticket.

@Alexander.lauie Can you link the ticket you have moved part of this task to?