-
Notifications
You must be signed in to change notification settings - Fork 107
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
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.33% 49.32% -0.01%
==========================================
Files 1565 1565
Lines 32239 32251 +12
Branches 7337 7339 +2
==========================================
+ Hits 15906 15909 +3
- Misses 16283 16292 +9
Partials 50 50
Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
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