VisitorLeadVisitorLead
Common Platforms

Shopify

Install VisitorLead by adding the snippet to theme.liquid.

Shopify logo

VisitorLead is built for B2B sites. Shopify stores are typically B2C and may not see meaningful identification — install only if your store has business buyers.

Steps

  1. In your Shopify admin, go to Online Store → Themes.

  2. On your current theme, click ... → Edit code.

  3. Under Layout, open theme.liquid.

  4. Find {{ content_for_header }} in the <head> section.

  5. Immediately after that line, paste:

    <script id="visitorleadjs" async src="https://ingest.visitorlead.tech/vl.js" data-code="YOUR_SITE_CODE"></script>
  6. Click Save.

Caveats

  • If you switch or duplicate the theme, you must re-add the snippet.
  • Do not install via the deprecated Script Tag API — it is being shut off across 2025–2026.

Official references

On this page