fooman / googleanalyticsplus

Magento Extension to add extra features to the default GoogleAnalytics module.
http://store.fooman.co.nz/extensions/magento-extension-googleanalyticsplus.html
100 stars 53 forks source link

allowLinker option #102

Closed cmaysles closed 7 years ago

cmaysles commented 7 years ago

In some cases we need to add the following param to the ga(create) line and it would be great if you could add an additional parameter to the configuration to allow this: {'allowLinker': true});

ga('create', 'UA-XXXXXX', 'auto', {'allowLinker': true});

andreasemer commented 7 years ago

I have add this feature for you here https://github.com/fooman/googleanalyticsplus/pull/104/commits/20c8d03274e3e172dfc626ebe6b44f2bc6415008

Merry Christmas :-)

cmaysles commented 7 years ago

Thanks. Keep up the great work!

andreasemer commented 7 years ago

@fooman @cmaysles This issue is resolved, the code is merged, can you please close this ticket?