How to track leads and sales from ClickFunnels
ClickFunnels funnels with leads and sales attributed.
AT A GLANCE
| What NEMO tracks | Leads · Sales |
|---|---|
| Connection | Guided — step by step, no server code involved |
| Method | “The script on your site” · Server-side · highest reliability |
| Steps | 7 in total, with a one-minute check at the end |
| Worth knowing | MailerLite? ClickFunnels doesn't integrate it natively — use the confirmation-page notice (the optional step) or Zapier. |
With ClickFunnels, NEMO tracks which link brings each lead and which link brings each sale with no pixels and no Google Analytics. Know which link, video or ad feeds each of your ClickFunnels funnels — leads and purchases included. The NEMO script at funnel level runs on every step: the source is saved on landing and the lead is recorded on the page right after the form. The method is “The script on your site” (server-side · highest reliability): Paste one line (nemo.js) once on your site. From then on, when someone arrives through one of your links, NEMO remembers their source for 90 days and fills in the hidden field of your forms automatically. MailerLite? ClickFunnels doesn't integrate it natively — use the confirmation-page notice (the optional step) or Zapier. The full connection is 7 steps and you verify it with a single test click.
How does each ClickFunnels lead arrive with its source?
The script on your site · Server-side · highest reliability
The NEMO script at funnel level runs on every step: the source is saved on landing and the lead is recorded on the page right after the form.
- In ClickFunnels: Funnels → your funnel → Settings → paste the NEMO script into “Head Code” (it applies to every page of the funnel): Open ClickFunnels
<script src="https://nemolink.app/nemo.js" defer></script> - Point your NEMO link at the first page of the funnel.
- On the page people see AFTER leaving their email (step 2 of the funnel), add the lead notice in that page's Settings → Tracking Code:
<script> document.addEventListener("DOMContentLoaded", function () { if (window.nemo) window.nemo.track("lead", { event_name: "Registration" }); }); </script>
How is each ClickFunnels sale attributed?
The purchase tag · Tag-based · high reliability
The robust route in ClickFunnels is its own workflow: every purchase tags the buyer in your email platform, and NEMO counts the sale, attributed.
- Connect your Kit or ActiveCampaign to ClickFunnels: Workspace Settings → Integrations.
- Create a workflow: trigger “Order - Successful Purchase” (you can filter by product) → step “3rd Party Integration” → an action that adds your purchase tag in Kit or ActiveCampaign.
- In NEMO, save that same tag under “Conversion attribution” → sales. Done: purchase → tag → attributed sale.
- (Optional — if your product has a fixed price or you use MailerLite): on the order confirmation page, paste the sale notice with the price in amount_cents into its Tracking Code:
<script> document.addEventListener("DOMContentLoaded", function () { if (window.nemo) window.nemo.track("sale", { event_name: "Purchase", amount_cents: 4900 // €49.00 — change it or remove the line }); }); </script>
Note: MailerLite? ClickFunnels doesn't integrate it natively — use the confirmation-page notice (the optional step) or Zapier.
Check it in one minute
- Click your own NEMO link and leave a test email in the funnel.
- The lead shows up in your NEMO dashboard with its source when you land on step 2.
- For sales: tag that test subscriber (or make a test purchase) and the sale shows up attributed.
Frequently asked questions
- What do I do if no lead gets recorded?
- Is the Head Code at FUNNEL level (not just on one page)? Is the lead notice on the page after the form (not on the first one)?
- What do I do if purchases don't come through as sales?
- Check that the workflow is active, that the action adds the EXACT tag saved in NEMO, and that your email platform is connected to NEMO.
- What do I do if the lead arrives as “no source”?
- That person entered the funnel without going through your NEMO link. Always share the NEMO link, not the funnel URL.
OFFICIAL SOURCES
- ClickFunnels · Adding JavaScript and tracking code
- ClickFunnels · Triggering a workflow (Order - Successful Purchase)
- ClickFunnels · Integrating Kit (ConvertKit)
Guide verified against the official documentation on 2026-07-21.
ALSO INTEGRATES WITH
Track ClickFunnels from your very first link.
Free during early access. Early users get special terms when paid plans launch.