-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: [IOBP-1101] Add missing Mixpanel
events/properties
#6581
base: master
Are you sure you want to change the base?
Conversation
ref to IOBP-1104 task
ref to IOBP-1105 task
ref to IOBP-1110 task
ref to IOBP-1109 task
ref to IOBP-1108 task
ref to IOBP-1107 task
ref to IOBP-1106 task
Jira Pull Request LinkThis Pull Request refers to the following Jira issue IOBP-1101 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6581 +/- ##
==========================================
- Coverage 49.30% 49.29% -0.01%
==========================================
Files 1565 1565
Lines 32223 32235 +12
Branches 7288 7338 +50
==========================================
+ Hits 15887 15890 +3
+ Misses 16298 16295 -3
- Partials 38 50 +12
... and 12 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Short description
This PR focus on enhancing the tracking of payment methods, receipt details, and user interactions adding missing events/properties to
Mixpanel
.List of changes proposed in this pull request
trackPaymentWalletMethodDetail
function to track details of payment methodshandleOnMethodPress
function to include tracking of payment method selection and statusorganization_fiscal_code
andpayment_status
to thetrackPaymentsOpenReceipt
functiontrackPaymentsSaveAndShareReceipt
to include additional receipt detailstrackReceiptFilterUsage
function to track the usage of receipt category filtersReceiptListScreen
ReceiptDetailsScreen
andReceiptPreviewScreen
to include more comprehensive analytics tracking when downloading and sharing receiptsHow to test
Verify with
Proxyman
that all data is being transmitted as specified in the open task description