Push the limits of your Adobe Commerce store with MagePal Extension

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.

Integrate BounceX with Google Tag Manager

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.

Purchase
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 bouncexFormat = {
        renameFieldTo: {id: 'sku', product_id: 'product_id' quantity: 'quantity', price: 'price'}
    }; 
    
    var bouncexItems = purchase.getItems(bouncexFormat);
    
    <!-- Start BounceX Conversion MultiPixel. Deploy at the beginning of document head. -->
    top.bouncex = top.bouncex || [];
    top.bouncex.push(["conversion", {
        "order_id": purchase.getOrderId(),
        "email": purchase.getEmail(),
        "phone":"",
        "goal":"purchase",
        "transaction_origin": "website",
        "currency": purchase.getCurrencyCode(),
        "coupon": purchase.getOrder('coupon').split(','),
        "total_discount":purchase.getOrder('coupon'),
        "tax":purchase.getOrderTax(),
        "shipping":purchase.getOrderShipping(),
        "amount":purchase.getOrderTotal(),
        "pay_method":purchase.getPaymetMethod('title'),
        "item":bouncexItems
    }]);
    <!-- End BounceX Conversion MultiPixel. -->
    
    var queryParms = {
        website_id: 'Add your Container Tag Id here',
        order_id: purchase.getOrderId(),
        email: purchase.getEmail(),
        amount: purchase.getOrderTotal(),
        goal: 'purchase'
    };
    
    purchase.setUrlDomain('//api.bounceexchange.com/capture/convert2.gif');
    purchase.addUrlParams(queryParms);
        
    var url = purchase.buildUrl();
    purchase.addImage(url);  
});
</script>
0

Total Downloads

11

years experience with Magento

30+

Magento / Adobe Commerce Extensions

Shop with confidence

With millions of downloads worldwide, install with confidence knowing that our extensions will just work.

Learn More About MagePal Extension

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.

GA4 Extension

Related

Related Extensions

Elevate your e-commerce game with MagePal Magento 2 extensions - More power, More features, More sales!

Order Shipment Tracking

Providing your customer with a beautiful and functional order package tracking without leaving your site.

Catalog Hover Image for Magento

Quickly previewing alternative product images on your category list page.

DataLayer for Tag Manager

Whether you are integrating Bing, Facebook, SnapChat, Pinterest, or any other services our extension make it easy.