veritrans / Veritrans-ios-sdk

The new iOS SDK
MIT License
14 stars 33 forks source link

Implement Google Analytic 4 #566

Closed Rostadhi closed 5 months ago

Rostadhi commented 2 years ago

Dear Midtrans Team.

Can i implement Google Analytic 4 for tracking the price etc.. from order/transaction detail but skipping the backend process and with custom success transaction page ?

Thankyou

uziwuzzy commented 2 years ago

you can hide the transaction status page by calling something likethis MidtransUIConfiguration.shared.hideStatusPage , and implement your own. However for analytics, you can only implement it inside the code that you can control.