Install on Kajabi
Add the Luria snippet to your Kajabi site's header tracking code and count purchases on your offer checkout thank-you page.
About 5 minutes
What you'll need
- Your Luria Site ID, copied from the Luria dashboard under Settings > Install
- Admin access to your Kajabi site
- Any Kajabi plan. Header tracking code is available on all plans.
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: Paste it into Kajabi's header tracking code
- In Kajabi, go to Settings > Site details.
- Scroll to Header tracking code.
- Paste the snippet and click Save.
This puts Luria on your website pages, landing pages, sales pages, and checkout pages. Kajabi applies it right away; there is no publish step.
Landing pages
Kajabi landing pages use the site-wide header code, so they are covered by this one paste. If a landing page uses its own custom code settings, check Landing page > Settings > Page tracking code and confirm the snippet is present.
Step 3: Set up conversion tracking
Automatic. If your post-purchase page URL contains /thank-you, /thank_you, or /orders/ followed by an ID, Luria counts the conversion on its own. Many Kajabi thank-you pages are landing pages you name yourself, so naming the page path thank-you is the simplest route.
Offer checkout thank-you page. Each Kajabi offer has its own thank-you page setting. To count purchases with value:
- Go to Sales > Offers and open the offer.
- Open Checkout settings > Thank you page.
- In the thank-you page's custom code field, paste:
<script>window.luria && window.luria.convert("purchase");</script>To pass the actual amount, Kajabi offers a checkout tracking code area that exposes the offer price. If that is not available on your plan, count the purchase without a value; Luria still measures lift on conversion rate.
Opt-in forms. Set the form's action to redirect to a page whose URL contains /thank-you, or add window.luria.convert("lead") to the page after the form.
Troubleshooting
Open your live site (your custom domain or mykajabi.com address) in a private window and load a couple of pages, then refresh Settings > Install in Luria. Still nothing after a few minutes? See Snippet not firing.
Check that the convert line is on the thank-you page, not the checkout page. If your thank-you URL already contains /thank-you, remove the manual line so you do not count twice.
Luria optimizes public pages: your homepage, sales pages, and landing pages. Logged-in member areas are not touched.
No. Luria reads its own events and never fires your other tools' conversions.
Next steps
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.
Install on a custom site (universal snippet)
One script tag in the head works on any stack, from Next.js and Rails to static HTML, Framer, or HubSpot CMS, plus how to report conversions Luria can't detect on its own.