-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: [IOBP-1101] Add missing
Mixpanel
events/properties (#6581)
## 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 - Added `trackPaymentWalletMethodDetail` function to track details of payment methods - Updated `handleOnMethodPress` function to include tracking of payment method selection and status - Added `organization_fiscal_code` and `payment_status` to the `trackPaymentsOpenReceipt` function - `trackPaymentsSaveAndShareReceipt` to include additional receipt details - Added `trackReceiptFilterUsage` function to track the usage of receipt category filters - Added tracking for receipt filter usage in `ReceiptListScreen` - Updated `ReceiptDetailsScreen` and `ReceiptPreviewScreen` to include more comprehensive analytics tracking when downloading and sharing receipts ## How to test Verify with `Proxyman` that all data is being transmitted as specified in the open task description --------- Co-authored-by: Alessandro <[email protected]>
- Loading branch information
1 parent
b03d94e
commit ea95f85
Showing
8 changed files
with
69 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters