[Mobile Payments] Track when Learn More is tapped on Set up Tap to Pay and Manage Card Reader screens #9820
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
We have a Learn More link in each of the card reader related screens from the Payment menu:
These screens are functionally equivalent – when there's no reader connected, they show and the user can learn more about getting started with IPP/TTP
Taps on these screens were not tracked, unlike other learn more links across the system.
From both screens, we now log the existing
in_person_payments_learn_more_tappedevent.From the Set up Tap to Pay on iPhone screen, we use the
source: tap_to_pay_summary– this is agreed to match and be suitable for both iOS and Android pdfdoF-2WK-p2From the Manage Card Reader screen, we use the
source: manage_card_reader.Testing instructions
Launch the app
Navigate to
Menu > Payments > Set up Tap to Pay on iPhoneTap
Learn MoreObserve that the
in_person_payments_learn_more_tappedevent is logged with thesource: tap_to_pay_summaryTap back
Tap
Manage card readerTap
Learn MoreObserve that the
in_person_payments_learn_more_tappedevent is logged with thesource: manage_card_readerScreenshots
RELEASE-NOTES.txtif necessary.