Google Tag Manager

Connect your Web2App platform with Google Tag Manager for attribution and conversion tracking

Google Tag Manager Setup

Google Tag Manager (GTM) is the recommended way to manage all your tracking codes. It allows you to deploy and update tags without modifying your website code.

1

Access Google Tag Manager

Go to Google Tag Manager and sign in with your Google account.

Create Account and Container

  1. Click Create Account

  2. Enter your company name as Account Name

  3. Choose your country

  4. Enter your website domain as Container name

  5. Select Web as the target platform

  6. Click Create

Accept Terms of Service

Review and accept the Google Tag Manager Terms of Service.

2

Get GTM Container ID

After creating your container, you'll see the GTM Container ID:

<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-XXXXXXX');</script>
<!-- End Google Tag Manager -->

Copy the "GTM-XXXXXXX".

3

Connect to Zellify

Add GTM Container ID

Connect your GTM container to Zellify for automatic event tracking

  1. Go to Dashboard → Settings → Integrations

  2. Find Google Tag Manager section

  3. Enter your GTM Container ID (e.g., GTM-XXXXXXX)

  4. Click Save Changes

Troubleshooting Common Issues

Common Problems:

  1. GTM debugger not appearing - Check if GTM code is properly installed and published

  2. Tags not firing - Verify triggers are configured correctly in Preview mode

  3. Duplicate tracking - Remove any hard-coded tracking scripts when using GTM

  4. Slow page loading - Limit tags firing on page load, use event-based triggers instead

Last updated