From 87b29cf84025c423247a0f2e039083d6c478fa68 Mon Sep 17 00:00:00 2001 From: Kegan Maher Date: Tue, 24 Sep 2024 22:43:13 +0000 Subject: [PATCH] docs: correct event naming --- docs/product-and-design/analytics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/product-and-design/analytics.md b/docs/product-and-design/analytics.md index 6be856ebb0..6f4e440cc5 100644 --- a/docs/product-and-design/analytics.md +++ b/docs/product-and-design/analytics.md @@ -77,7 +77,7 @@ Read more on each of these events on the [Amplitude event documentation for Bene ### Eligibility events -These events track the progress of a user choosing an eligibility verifier and completing eligibility verification. +These events track the progress of a user choosing an enrollment flow and completing eligibility verification. - selected enrollment flow - started eligibility @@ -100,5 +100,5 @@ Read more on each of these events on the [Amplitude event documentation for Bene 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` +- **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`