Tag Managers
How to install Lead Recorder via Google Tag Manager
Add Lead Recorder to any website through Google Tag Manager without editing code.
If GTM is already installed on your site, you can deploy Lead Recorder through it without touching any code.
Before you start
Google Tag Manager needs to be installed on your website first. If it isn't, set that up before following these steps.
Step 1: Copy your snippet
Copy your Lead Recorder snippet from the dashboard.
<script src="https://leadrecorder.com/api/script/YOUR_KEY" defer></script>
Step 2: Create a new tag in GTM
- 1Log in to Google Tag Manager and open your container.
- 2Go to Tags > New.
- 3Click Tag Configuration and choose Custom HTML.
- 4Paste your Lead Recorder snippet into the HTML field.
Step 3: Set the trigger
- 1Click Triggering and select All Pages.
- 2Give the tag a name: Lead Recorder.
- 3Click Save.
Step 4: Preview and publish
- 1Click Preview in GTM to test the tag on your live site.
- 2Confirm the Lead Recorder tag fires on page load.
- 3Click Submit to publish the container.
Tip: The defer attribute on the script means it loads without blocking the page, the same as adding it directly to the HTML.
Note: If you use a cookie consent platform, GTM tags may be blocked until the visitor accepts. Whitelist the Lead Recorder script in your consent configuration.