diff --git a/docs/development/application-logic.md b/docs/development/application-logic.md index b9bc441fd..9c469e51c 100644 --- a/docs/development/application-logic.md +++ b/docs/development/application-logic.md @@ -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 diff --git a/docs/product-and-design/analytics.md b/docs/product-and-design/analytics.md index 6f4e440cc..df62f44c5 100644 --- a/docs/product-and-design/analytics.md +++ b/docs/product-and-design/analytics.md @@ -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 @@ -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`