Skip to content

Commit

Permalink
docs: rename finished card tokenization event
Browse files Browse the repository at this point in the history
aligns with other start/finish events like for sign in
  • Loading branch information
thekaveman committed Oct 10, 2024
1 parent 3161acd commit 289957a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/development/application-logic.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ user-->>user: display Littlepay overlay
user-->>analytics: started card tokenization
user->>littlepay: provides debit or credit card details
littlepay-->>user: card token
user-->>analytics: ended card tokenization
user-->>analytics: finished card tokenization
user->>benefits: POST back card token
deactivate user
activate benefits
Expand Down
4 changes: 2 additions & 2 deletions docs/product-and-design/analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ 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.

- ended card tokenization
- finished card tokenization
- returned enrollment
- started card tokenization

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 enrollment flow`, `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 card tokenization`, `ended card tokenization` 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`, `finished card tokenization` and `returned enrollment` with a status of `success`

0 comments on commit 289957a

Please sign in to comment.