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

Added 2 option to allow shipping and tax to be excluded from conversion total revenue in UA #60

Closed rancey closed 9 years ago

rancey commented 9 years ago

At our business we had a requirement to exclude shipping and tax from the conversion total revenue in Google Universal Analytics.

This change add 2 options to the Google Universal Analytics section to allow tax and revenue to be excluded from the total revenue.

It's a simple change affecting only 3 files - please feel free to include back into the master if you think its a useful addition.

fooman commented 9 years ago

Thanks for your contribution. Looks like something others could find useful as well.

fooman commented 9 years ago

Just a quick note that I have slightly altered the naming of the methods to stay consistent excludeShipping -> shouldExcludeShipping and the same for the tax.

Thanks again for the pull request.