The loopfuse module makes calls to Google Analytics
paul.lovvik - November 5, 2008 - 20:16
| Project: | Loopfuse Integration |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
In the lf_statistics module there are calls to Google's pageTracker._trackPageview function. It caught my attention because we are using the Google legacy API and these calls were resulting in JavaScript errors.
Additionally we are using the google_analytics module and this results in 2 calls to ga rather than the one that is expected.
Here is a patch that fixes the problem.
| Attachment | Size |
|---|---|
| loopfuse_0.patch | 2.17 KB |
