Follow these steps to integrate heatmapp analytics through Google Tag Manager. Important: You must use Custom HTML tag type and include the data-website-id attribute.
Add heatmapp tracking through Google Tag Manager:
<script
defer
data-website-id="YOUR_WEBSITE_ID"
data-domain="your_domain.com"
src="https://heatm.app/js/script.v2.min.js"
></script>Critical: Replace `YOUR_WEBSITE_ID` with your actual Website ID from heatmapp. Replace `your_domain.com` with your website's root domain. 5. Set trigger to All Pages 6. Click Save 7. IMPORTANT: Click Submit and Publish your container (Preview mode is not enough - you must publish for tracking to work)
DO NOT use these methods - they will NOT work:
The script tag MUST include both `data-website-id` and `data-domain` attributes for tracking to work.
After publishing your GTM container, verify the installation:
If you see no events in your dashboard:
Still having issues? Contact support@heatm.app with:
For advanced configuration options like localhost tracking, custom API endpoints, or cross-domain setup, see the script configuration reference.