betaacid / expo-analytics

Google Analytics integration for use with React Native apps built on Expo
MIT License
286 stars 64 forks source link

Adding ecommerce tracking support #39

Closed lucianfialho closed 4 years ago

lucianfialho commented 5 years ago

Ecommerce tracking allows you to measure the number of transactions and revenue that your website generates. On a typical ecommerce site, once a user clicks the "purchase" button in the browser, the user's purchase information is sent to the web server, which carries out the transaction.

ryanvanderpol commented 5 years ago

@lucianfialhobp thanks for this! This looks like a great addition. I don't have any experience working with e-commerce tracking so it's a bit hard for me to validate this change, but it seems completely additive, so should be backwards compatible. I'm going to give this a few more days to see if anyone else is willing to run this branch and verify before merging this in.