Implement Google Universal Analytics in ConvertPlus and InLine Checkout (without GTM)
Overview
Availability
Implement Google Universal Analytics in ConvertPlus and InLine Checkout
2
3
Cross-domain tracking settings (gtag.js example)
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gta...MEASUREMENT_ID"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'GA_MEASUREMENT_ID', {
'linker': {
'domains': ['secure.2checkout.com', 'tracking.avangate.net']
}
});
</script>Merchant Control Panel Settings
PreviousImplement Google Analytics 4 in ConvertPlus and InLine Checkout (without GTM)NextGoogle Tag Manager Code Integration for Default Flows – Google Analytics 4
Last updated
Was this helpful?






