Trying to define specific logic and coding requirements need to give to the development team to implement. The overall process involves a consumer coming to the website, purchasing a product, being directed to PayPal, and then auto-returned to a receipt page that gathers the values and passes them to Google servers to be tracked as a successful transaction. I've referenced two Code Project solutions:
- http://www.codeproject.com/Articles/42894/Introduction-to-PayPal-for-C-ASP-NET-developers
- http://www.codeproject.com/Articles/493455/Server-side-Google-Analytics-Transactions
Is it necessary to utilize both PayPal PDT and Google Analytics E-Commerce tracking in a C#.net environment to properly gather the information from PayPal and fire the transaction in GA?
Furthermore, if it is necessary to use both solutions, can only the PDT portion of the solution be implemented or does the entire source need to be implemented and only the PDT and config files are altered as needed.