I'm currently using google_analytics-7.x-2.x and I came across your module. I was wondering if you are currently working on an updates to handle the new Google Universal Analytics? I have briefly looked through the changes: https://developers.google.com/analytics/devguides/collection/analyticsjs... and https://developers.google.com/analytics/devguides/collection/gajs/eventT... and I thought I might create a patch that would handle both or maybe just roll it into a 2.x for google_analytics_et. Just wanted your thoughts on the direction and to not duplicate efforts that may be going on. Let me know your thoughts.
Thanks - Scott
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | google_analytics_et-handle-universal-analytics-2098993-3.patch | 1.34 KB | jonhines |
Issue fork google_analytics_et-2098993
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #1
frobThat shouldn't warrant a 2.0 because the api should remain the same. Go ahead and roll the patch. I am in the middle of a couple other projects at the moment, but I would like to see what you have in mind.
Comment #2
frobAfter reading some of the features for Universal Analytics This will definitely be in the scope coming up.
At first it will not require a 2.0 branch but it will spearhead the features I have in mind for 2.0
Comment #3
jonhines commentedgoogle_analytics-7.x-2.0 was released a week ago and I was looking at upgrading to it but thought it might break my events stuff. Here is a patch that I believe will do the trick to support universal analytics without breaking existing functionality.
Comment #4
jonhines commentedComment #5
frobThat looks good. I will have to review with a universal code before I commit.
Comment #6
kurtismccartney commentedDid the update to the main GA module.
After having all of the jQuery quit working on the frontend this module was the source.
Thanks. Works great again with the patch.
Comment #7
sk33lz commentedPatch in #3 is tested with Google Analytics 2.x module. Initially ran into the same issue with JS not loading properly today after updating google_analytics and found this issue.
Looks ready for commit.
Comment #9
frobI have commit this to dev and pushed up a new release.
Comment #10
hass commentedPlease note that there will be a D6 version with analytics.js next week.
Comment #12
Anonymous (not verified) commentedOfficiallyM made their first commit to this issue’s fork.