Back to Installation Guides

Add heatmapp to your Wix site

Follow these steps to integrate heatmapp analytics into your Wix site.

Add tracking script using Custom Code

Wix allows you to add custom code to your site through the Custom Code feature.


1. Open your Wix site editor

2. Click the Settings icon (gear)

3. Go to Custom Code

4. Click Add Custom Code

5. Paste your heatmapp tracking script in the Head section:

Code
<script  
  defer  
  data-website-id="YOUR_WEBSITE_ID"  
  data-domain="your_domain.com"  
  src="https://heatm.app/js/script.v2.min.js"  
></script>
!

Replace `YOUR_WEBSITE_ID` with your actual Website ID from heatmapp. Replace `your_domain.com` with your website's root domain. 6. Click Apply

Verify installation

After implementing:


  • Visit your live website
  • Check your heatmapp dashboard for incoming data
  • It might take a few minutes for the first pageviews to appear

For advanced configuration options like localhost tracking, custom API endpoints, or cross-domain setup, see the script configuration reference.