WetSuit RoofingSurrey
← Back to Landing Page

Tracking & Tag Manager Settings

Manage your Google Tag Manager container ID and view the snippets that need to be in your page HTML.

GTM is currently active on this page

Container ID GTM-K4D7WRH7 is injected in the <head> and immediately after the opening <body> tag of client/index.html.

Update Container ID

Enter a new GTM container ID below. After saving, copy the updated snippets and paste them into client/index.html via the Code panel.

Important: This is a static site. Saving here only updates the snippets shown below for reference. To apply a new GTM ID to the live page, copy the snippets and paste them into client/index.html using the Code panel in the Manus Management UI, then publish.

HEAD Snippet

— paste inside <head>
<!-- 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-K4D7WRH7');</script>
<!-- End Google Tag Manager -->

BODY Snippet (noscript)

— paste immediately after <body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-K4D7WRH7"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

How to Verify GTM is Working

  1. 1Install the Google Tag Assistant Chrome extension.
  2. 2Visit the live landing page and click the Tag Assistant icon.
  3. 3Confirm container GTM-K4D7WRH7 shows as "Firing" with a green status.
  4. 4In GTM, use Preview mode to validate that your tags fire on form submissions and page views.
  5. 5Set up a Google Ads conversion action in GTM for form submissions (trigger: form submit on #hero-form or #bottom-form).
Open Google Tag Manager