gtag('set', 'linker', {'accept_incoming': true}); function checkForConversion() { if (window.location.pathname.indexOf('/products/checkout/order-confirmation') !== -1) { if (!window._conversionFired) { window._conversionFired = true; gtag('config', 'AW-11551838456'); gtag('event', 'conversion', { 'send_to': 'AW-11551838456/rI2HCPze1pIcEPihrIQr', 'value': 1.0, 'currency': 'CAD', 'transaction_id': new URLSearchParams(window.location.search).get('orderId') }); } } } window.addEventListener('popstate', checkForConversion); window.addEventListener('hashchange', checkForConversion); var _pushState = history.pushState; history.pushState = function() { _pushState.apply(history, arguments); checkForConversion(); };