LuriaDocs
Install

Install on ClickFunnels

Add the Luria snippet to a ClickFunnels funnel's head tracking code and count conversions on your order confirmation or thank-you step.

plain textupdated 2026-08-19

About 5 minutes

What you'll need

  • Your Luria Site ID, copied from the Luria dashboard under Settings > Install
  • Edit access to the funnel in ClickFunnels
  • To know whether you are on ClickFunnels 2.0 or ClickFunnels Classic (the menus differ; both are covered below)

Step 1: Copy your snippet

Sign in at luriart.com/app, open Settings > Install , and copy the snippet:

<script async src="https://luriart.com/snippet.js" data-luria-site="YOUR_SITE_ID"></script>

Your real Site ID is filled in when you copy from the dashboard.

Step 2: Add it to the funnel's head tracking code

Adding it at the funnel level puts Luria on every step at once. That is what you want, since Luria needs to see the full path from landing page to purchase.

ClickFunnels 2.0

  1. Open the funnel and click Settings (gear icon).
  2. Find Head tracking code (also called Custom Code > Head).
  3. Paste the snippet and click Update funnel.

ClickFunnels Classic

  1. Open the funnel and click Settings in the top menu.
  2. Scroll to Head Tracking Code.
  3. Paste the snippet and click Save and Update Settings.

Per-page instead?

You can also add the snippet to a single step. In the page editor open Settings > Tracking Code > Header and paste it there. Only do this if you want Luria on one step only; funnel-level is simpler and catches the whole journey.

Step 3: Set up conversion tracking

Automatic. If the URL of your order confirmation or thank-you step contains /thank-you, /thank_you, or /orders/ followed by an ID, Luria counts it without extra steps. Check the step's path in your funnel; renaming it to thank-you is often the quickest fix.

Manual. Otherwise, open the confirmation step in the page editor, go to Settings > Tracking Code > Footer , and paste:

<script>window.luria && window.luria.convert("purchase");</script>

For opt-in funnels, use window.luria.convert("lead") on the step after the form.

To pass the order value, ClickFunnels 2.0 exposes the order total on the order confirmation page through a merge tag. If you are unsure, skip the value; counting the purchase alone still lets Luria measure lift on conversion rate.

Troubleshooting

Next steps

On this page