LuriaDocs
Install

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.

plain textupdated 2026-08-19

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

  1. In Kajabi, go to Settings > Site details.
  2. Scroll to Header tracking code.
  3. 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:

  1. Go to Sales > Offers and open the offer.
  2. Open Checkout settings > Thank you page.
  3. 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

Next steps

On this page