ServerSideGoogleAnalytics (optional)
https://github.com/magesuite/server-side-google-analytics
Â
The module adds Google Analytics Server Side Integration.
By default, Magento sends order information to Google Analytics using javascript on the checkout success page. Modern browsers introduce a cookie policy, which causes additional problems like redirection to an empty cart instead of the success page. As a result, we can’t track all orders. Reports in Google Analytics are incomplete.
To avoid situations like that, we can send order information using API. This operation is asynchronous, so it won’t cause any problems with checkout.
The module is not compatible with GA4
see: https://developers.google.com/analytics/devguides/collection/protocol/v1
Â
Installation
This module is optional.
composer require "creativestyle/magesuite-server-side-google-analytics" ^1.0.0
Admin settings
Admin settings are located in Stores > Configuration > Magesuite > Server Side Google Analytics
Field | Description |
---|---|
Enabled | If disabled, we will track order information using javascript. |
Account Number | You can find in in GA control panel. |
Sandbox | If enabled, data will be send to sandbox API and you can’t see results on the real account |
Debug Mode | If enabled, communication between Magento and Google API will be logged into file on the websever. |
Brand Attribute | Select which attribute storage information about product brand. |
Custom Dimension | You can send additional information about order using Custom Dimensions. Read more info. |
Â
Backend
In progress
Â
Frontend
There is no frontend functionality for this module.
How to check the results?
Navigate to Google Analytics
In the left bar move to Conversions > E-commerce > Sales Performance
How to track custom dimensions?
Read more about custom dimension Scope: https://support.google.com/analytics/answer/2709828#example&zippy=%2Cin-this-article
How to see the Custom Dimension value for an order?
Â
Â