Setup GA4 eCommerce Analytics
This guide will walk you through the steps to add the required code to your Pixfizz CMS in order to track valuable eCommerce-related events.
Useful Tools to Test
Before you begin: Add your Google Tag
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=TAG_ID"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'TAG_ID');
</script>
</head>Last updated