Head code

Add heatmaps and session recording

PodView's built-in analytics tell you how many visits you get; heatmaps and session replays show you why — where people click, how far they scroll and what makes them leave.

Heatmaps of clicks and scroll depth Session recordings of real visits Find where listeners abandon your pages

Already built into PodView

PodView has built-in traffic analytics and one-click GA4 on the Analytics page — start there for counts. This recipe adds a different layer: qualitative heatmaps and session replay, which the built-in analytics do not do.

The snippet

<script>
  (function(c,l,a,r,i,t,y){
    c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
    t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
    y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
  })(window, document, "clarity", "script", "YOUR-CLARITY-ID");
</script>

This is Microsoft Clarity (free) — swap YOUR-CLARITY-ID for your project ID and paste it into the Head slot. Hotjar and PostHog give you a similar one-tag setup.

No coding? Ask an AI

Give me the install snippet for [Microsoft Clarity / Hotjar / PostHog] session recording and heatmaps, as a single <script> tag for the page head, with a placeholder for my site/project ID.

How to add it

  1. 1 Copy the snippet above and adjust the placeholder values.
  2. 2 In your PodView Control Panel, open Advanced (Creator plan).
  3. 3 Paste it into the Head code field and turn its toggle on.
  4. 4 Save, then reload your public site to confirm it works.

PodView renders custom code exactly as written. Only paste snippets from sources you trust, and add one at a time so you can spot any that misbehaves.

Advanced Customization is a Creator feature

Paste this snippet and go live in minutes once you're on Creator.

See Creator pricing