const script = document.createElement('script'); script.setAttribute('src', 'https://www.googletagmanager.com/gtag/js?id=AW-16857284232'); script.setAttribute('async', ''); document.head.appendChild(script); window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-16857284232'); analytics.subscribe("checkout_completed", (event) => { gtag('set', 'user_data', { "email": event.data.checkout.email, "phone_number": event.data.checkout.phone }); gtag('event', 'conversion', { 'send_to': 'AW-16857284232/oI6ECNulpKcaEIj9luY-', 'value': event.data.checkout.totalPrice.amount, 'transaction_id': event.data.checkout.order.id, 'currency': event.data.checkout.currencyCode }); });
top of page
bottom of page