Skip to content

Commit

Permalink
refactor(docs): rename the analytics enrollment events
Browse files Browse the repository at this point in the history
  • Loading branch information
lalver1 committed Sep 20, 2024
1 parent a8b8e9b commit aa83625
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/development/application-logic.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,10 +271,10 @@ benefits-->>user: access token
activate user
user->>user: click to initiate payment card collection
user-->>user: display Littlepay overlay
user-->>analytics: started payment connection
user-->>analytics: started card tokenization
user->>littlepay: provides debit or credit card details
littlepay-->>user: card token
user-->>analytics: closed payment connection
user-->>analytics: ended card tokenization
user->>benefits: POST back card token
deactivate user
activate benefits
Expand Down
6 changes: 3 additions & 3 deletions docs/product-and-design/analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ Read more on each of these events on the [Amplitude event documentation for Bene

These events track the progress of a user who has successfully verified their eligibility and is enrolling their payment card with the system.

- closed payment connection
- ended card tokenization
- returned enrollment
- started payment connection
- started card tokenization

Read more on each of these events on the [Amplitude event documentation for Benefits, filtered by Enrollment](https://data.amplitude.com/public-doc/hdhfmlby2e?categories=id%3D1702329910563%26group%3Dcategories%26type%3DString%26operator%3Dis%26values%255B0%255D%3Denrollment%26dateValue%255Btype%255D%3DSINCE).

Expand All @@ -101,4 +101,4 @@ Various key metrics are collected and analyzed, including:

- **Number of users who successfully completed authentication**: Users who `started sign in`, `finished sign in`
- **Number of users who successfully verified eligibility**: Users who completed the above and `selected eligibility verifier`, `started eligibility`, `returned eligibility` with a status of `True`
- **Numbers of users who successfully completed enrollment**: Users who completed all of the above and `started payment connection`, `closed payment connection` and `returned enrollment` with a status of `Success`
- **Numbers of users who successfully completed enrollment**: Users who completed all of the above and `started card tokenization`, `ended card tokenization` and `returned enrollment` with a status of `Success`

0 comments on commit aa83625

Please sign in to comment.