Google Analytics not reporting paygate sales.
christiaan_ - June 24, 2009 - 11:54
| Project: | UC PayGate |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
Hi, thanks for a great module.
For some reason my google analytics is not reporting paygate sales. I am using other payment methods as well and they all report to Google Analytics correctly. The uc_googleanalytics module is not called or not getting the order information it seems. The code is added to the checkout/complete page - but no order information. Does the hook_ucga_display() need to be called from the paygate module ?
Any assistance will be greatly appreciated.

#1
I would have thought this would be a feature of Ubercart as in the end, that is what is controlling the payments. The payment modules call Ubercart functions to complete payments.
http://www.ubercart.org/issue/7522/doesnt_ubercart_google_anayltics_requ... says that hook_ucga_display is only needed if the checkout does not end at cart/checkout/complete, which the paygate module do as default. Did you change the default link in the settings to something else?