Google Tag Manager (GTM) allows you to track visitor behaviour on your booking pages without modifying code every time. By connecting GTM to NeetoCal, you can measure events like page views, conversions, or button clicks.
Once GTM is connected, you can track activity on:
Scheduling links
Intro pages
Get your Google Tag ID
Log in to your Google Tag Manager account.
Select your container.
Click Install Google Tag Manager.
You will see two code snippets:
One script that goes inside the
<head>sectionOne noscript iframe that goes inside the
<body>section
Copy your GTM tag ID (for example: GTM-XXXXXXX).
Add Google Tag Manager to your Intro Page
Go to NeetoCal dashboard.
Navigate to Intro Pages.
Open the intro page and click on Tracking tab.
Click on Connect Google Tag Manager.
Paste your GTM tag ID.
Click Save.
Once saved, NeetoCal will automatically add the required GTM scripts to the page.
Add Google Tag Manager to a Scheduling Link
You can also add GTM to individual scheduling links.
Go to Scheduling Links.
Open the scheduling link you want to track.
Click on Settings tab.
Navigate to other integrations and click on Google Tag Manager.
Click on Connect Google Tag Manager.
Paste your GTM tag ID.
Click Save.
The tracking code will now be added to that scheduling page.
Verify that Google Tag Manager is working
To confirm the integration:
Open your Intro Page or Scheduling Link in a browser.
Right-click and click Inspect.
Look inside the
<head>section.
You should see the Google Tag Manager script.
Then check the top of the <body> section, where you should see the noscript iframe.
If JavaScript is disabled in the browser, the iframe ensures GTM still loads correctly. Seeing it as a string in developer tools is expected behaviour.