spree-contrib / spree_paypal_express

allowing use of paypal express in spree, using (a modified version of) active merchant
BSD 3-Clause "New" or "Revised" License
113 stars 141 forks source link

Is this extension compatible with Google Ecommerce Analytics? #165

Open danielflopes opened 10 years ago

danielflopes commented 10 years ago

Spree has Google Ecommerce Analytics already implemented - it's only necessary to give your Google Analytics ID in the Admin panel.

Even though the page visits tracking is working ok, we aren't receiving any ecommerce info on the Google Analytics dashboard after purchasing items with a paypal sandbox account.

Can this be someway related to the fact of we are using Paypal and Spree Paypal Express extension for payments? i.e., Is Paypal + Spree Paypal Express extension NOT compatible with Spree's Google Ecommerce Analytics?

radar commented 10 years ago

@danielflopes I would expect this to work too. Could you try it out with my extension? https://github.com/radar/better_spree_paypal_express. It's a more modern version of this extension and has code that's easier to understand.