-
Notifications
You must be signed in to change notification settings - Fork 9.4k
No multi currency support in google analytics module #7471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@sam-g-roberts thank you for your feedback. |
Magento version is github develop version You haven't included the google analytics multi currency paramater when sending off a conversion to google analytics. In this file https://github.com/magento/magento2/blob/develop/app/code/Magento/GoogleAnalytics/Block/Ga.php lines 130-143 need to be replaced with the below code
This means when orders in different currencies go through to google analytics they will not get put in as those different currencies |
@sam-g-roberts thank you for update.
Actual result:
Expected Result:
|
closed as we don't receive update more than 2 week, @sam-g-roberts please feel free to write here/reopen or to open new issue |
Internal ticket to track issue progress: MAGETWO-71539 |
There is currently no support for multi currency in the magento google analytics module. It's a 1 minute change and should really be included as default as most stores will use Google analytics and if they have multiple currencies not having multicurrency support will skew their data.
In the google analytics module block Ga.php the below needs to be changed from
to
The text was updated successfully, but these errors were encountered: