Setup

Install the tracker

The tracker is a small (~13 KB) JavaScript file that loads asynchronously and never blocks rendering. Pick the method that matches your stack.

SetupInstall the trackerConnect your CRM

Plain HTML — any site

Paste this line as high as possible inside the <head> of your site:

HTML
<script async
  src="https://nalloo.com/nalloo.min.js"
  data-site-key="YOUR_SITE_KEY"></script>

Swap YOUR_SITE_KEY for your site’s key — you generate it in your dashboard, under Installation.

WordPress · Shopify · Webflow

WordPress — use a header-snippet plugin such as “Insert Headers and Footers” or “WPCode”. Paste the snippet into the Header field and save.

Shopify — Online Store → Themes → Edit code → open theme.liquid and paste the snippet right before </head>.

Webflow — Project Settings → Custom Code → paste the snippet into Head Code → Save & Publish.

Google Tag Manager

  1. GTM → TagsNew → name it “Nalloo tracker”.
  2. Tag Configuration → type Custom HTML → paste the snippet above.
  3. (Optional · GDPR) Advanced Settings → firing priority = 1, fire only after analytics consent.
  4. Triggering → All Pages.
  5. SubmitPublish.

Verify it is alive

Three ways to confirm, most reliable first:

Continue

Connect your CRM →

Send every identified company into HubSpot, Salesforce or Pipedrive.

Help

Stuck on installation?