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

Wrong ecomm_totalvalue implementation #96

Closed mikebranderhorst closed 6 years ago

mikebranderhorst commented 7 years ago

The ecomm_totalvalue value is now an array, it should be the total value.

Example for multiple products: ecomm_prodid: ['123', '456'], // sku ecomm_pname: ['ABC','DEF'], // product name ecomm_pvalue: [99, 19.99], // product value ecomm_totalvalue: 118.99 // total value

The use of ecomm_pvalue is questionable. The parameter is not listed here: https://developers.google.com/adwords-remarketing-tag/parameters

fooman commented 7 years ago

Looks like Google has changed around their params yet again. Will take a look when we are able to devote some time to this extension.

fooman commented 6 years ago

Should be fixed in last release 0.18.3