LuriaDocs
Install

Install on Webflow

Add the Luria snippet to your Webflow site's head code, publish, and set up conversion tracking for Webflow Ecommerce.

plain textupdated 2026-08-19

About 5 minutes

What you'll need

  • Your Luria Site ID, copied from the Luria dashboard under Settings > Install
  • Webflow access to the site's settings (site owner, or a workspace member with design and publish rights)
  • A paid Webflow site plan. Webflow only allows custom code in the head on paid site plans, not on the free Starter plan.

Step 1: Copy your snippet

Sign in at luriart.com/app and open Settings > Install. Copy the snippet shown there. It looks like this, with your own Site ID in place of YOUR_SITE_ID:

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

Step 2: Paste it into Webflow's head code

  1. Open your site in Webflow and go to Site settings.
  2. Click the Custom code tab.
  3. Paste the snippet into the Head code box.
  4. Click Save changes.

Locked box?

If the Head code box is greyed out, your site is on the free plan. Upgrade to any paid site plan (Basic or higher) and the box unlocks.

Step 3: Publish

Custom code only goes live after you publish. Click Publish in the top right of the Designer (or from Site settings) and publish to your live domain. Luria starts collecting data from the next page load.

Step 4: Set up conversion tracking

Luria needs to know when a visitor converts. On Webflow you have two options.

Automatic. If your confirmation page URL contains /thank-you, /thank_you, or /orders/ followed by an ID, Luria counts the conversion on its own. No extra steps.

Manual. For any other setup, add one line on the page a visitor sees after converting. Paste it into that page's Page settings > Custom code > Before </body> tag box:

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

For purchases, pass the order value in your store's currency:

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

Webflow Ecommerce. The order confirmation page lives under Pages > Ecommerce pages > Order Confirmation. Open its page settings and paste the purchase line there. To pass the real order total instead of a fixed number, bind the value to the order total field in the page's custom code.

Troubleshooting

Next steps

On this page