This module is only working with ga.js and not with analytics.js
File: ga_push_browser.js
_gaq.push(['_trackEvent', value['push'][0], value['push'][1], value['push'][2] , value['push'][3]]);
It should be checked, which version is used.
This module is only working with ga.js and not with analytics.js
File: ga_push_browser.js
_gaq.push(['_trackEvent', value['push'][0], value['push'][1], value['push'][2] , value['push'][3]]);
It should be checked, which version is used.
Comments
Comment #2
gedur commentedFixed on dev branch, thanks for your report!