"}]},{"@type":"HowToStep","position":4,"name":"Save and redeploy","text":"Save. Most hosts redeploy automatically within 30 seconds."},{"@type":"HowToStep","position":5,"name":"Verify the install","text":"Load any public page on your site in a fresh browser tab. Within a few seconds, the Admaxxer dashboard realtime view should show the event. If nothing lands after 2 minutes, re-check the snippet is actually in the rendered HTML <head> (View Source, not just DevTools)."}]}
Install guide · no-code · ~3 min
Paste into your Notion-site host's custom code.
Notion itself does not host public websites with custom JS. To add Admaxxer, you must use a Notion-site service like Super.so, Potion, or Feather — each exposes a custom head-code field.
Log into Super.so, Potion, Feather, or whichever service renders your Notion site publicly.
Super.so: Settings → Code Injection → Head. Potion: Customize → Code Injection → Head. Feather: Blog settings → Custom code → Head.
In your Notion host, navigate to the head-code text area. Paste the snippet below and save. It must be in the site-wide <head> so it fires on every page.
<script defer
data-website-id="YOUR_WEBSITE_ID"
data-domain="yourdomain.com"
src="https://cdn.admaxxer.com/js/script.js"></script>
Save. Most hosts redeploy automatically within 30 seconds.
Load any public page on your site in a fresh browser tab. Within a few seconds, the Admaxxer dashboard realtime view should show the event. If nothing lands after 2 minutes, re-check the snippet is actually in the rendered HTML <head> (View Source, not just DevTools).