How-To: Integrate Google Tag Manager

How-To: Integrate Google Tag Manager
Written by Jonathan Diaz
Updated 3 years ago

How To Integrate Google Tag Manager

You can now use your Google Tag Manager account with Funnel Buildr!

  1. Create your tag manager account for your store's URL (see the link above).
  2. Once created, you'll see a code block similar to this:
    <!-- 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','TAG-MANAGER-CODE');</script>
    <!-- End Google Tag Manager -->
  3. Note down the code just before the );</script> section (noted by TAG-MANAGER-CODE above)
  4. Go into the Funnel Buildr app for your store.
  5. Click Settings
  6. Click General Settings
  7. Enter in your tag manager code in the Google Tag Manager box:
  8. Click Update to save your settings.

This will set Google Tag Manager to monitor your funnel pages for that store's URL.  You can find out more information from the Google Tag Manager help system.

Did this answer your question?