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.
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
- Open the funnel and click Settings (gear icon).
- Find Head tracking code (also called Custom Code > Head).
- Paste the snippet and click Update funnel.
ClickFunnels Classic
- Open the funnel and click Settings in the top menu.
- Scroll to Head Tracking Code.
- 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
Funnel-level code in Classic sometimes needs each page to be re-saved before it appears. Open a step, click Save, then reload the live page in a private window. Then refresh Settings > Install in Luria. Still nothing? See Snippet not firing.
Luria counts the first purchase on the confirmation step. Upsells taken on later steps are not added automatically; add a convert line with the upsell value on the step after each upsell if you want them counted.
Use the same Site ID in every funnel you want Luria on. One Luria account covers all of them.
No. Luria does not touch your Meta pixel, Hyros, or other tracking. It reads its own events only.