Take your Adobe Commerce store to new heights with the power of MagePal extensions. Our expertly crafted code and rigorous testing ensure seamless integration with Adobe Commerce, giving you the freedom to focus on growing your business, not debugging. Upgrade your store's potential with MagePal.
Please Note: The settings below require our Datalayer for Google Tag Manager for Magento and some features also require our Enhanced Ecommerce or Google Analytics 4 extensions.
Tag Configuration
Tag type : Custom Html
Trigger Configuration
Trigger: All Page
HTML
<script>
require(['DataLayerCustomerApi'], function (dataLayerCustomerApi) {
var customer = dataLayerCustomerApi();
var email_hash = customer.getEmailSha1('');
var customer_id = customer.getId('');
ire('identify', {customerId: customer_id, customerEmail: email_hash});
});
</script>
Tag Configuration
Tag type : Custom Html
Trigger Configuration
Trigger: All Custom Events
Event Name : purchase
HTML
<script>
require(['DataLayerPurchaseApi'], function (dataLayerPurchaseApi) {
var purchase = dataLayerPurchaseApi();
var impactFormat = {
renameFieldTo: {id:'sku', quantity:'quantity', price:'subTotal', name:'name', category:''},
appendIndex: false
};
var trackConversionId = 'Add ID here (eg 174xx)';
ire('trackConversion', trackConversionId, {
orderId: purchase.getOrderId(),
customerId: purchase.getOrder('customer_id', ''),
customerEmail: purchase.getOrder('email_sha1'),
customerStatus: "",
currencyCode: purchase.getCurrencyCode(),
orderDiscount: purchase.getOrder('discount'),
orderPromoCode: purchase.getOrderCouponCode(),
items: purchase.getItems(impactFormat)
}, {verifySiteDefinitionMatch:true});
});
</script>
Total Downloads
years experience with Magento
Magento / Adobe Commerce Extensions
With millions of downloads worldwide, install with confidence knowing that our extensions will just work.
Is your Magento store ready for the future? Say hello to the new Google Analytics 4, which is built from the ground up with all-new features and advanced machine learning technology.
Whether you are integrating Bing, Facebook, SnapChat, Pinterest, or any other services our extension make it easy.
Minification is the process of removing all unnecessary characters and spacing from your source code without changing its functionality.
If your are using Magento + Google Analytics, then you need Enhanced E-commerce for Google Tag Manager.