LODY
LODY logotype

Lightweight Observability for Digital Journeys

Understand what people do, not just that a page loaded.

LODY collects page views and the product events that matter to your business. Add one small script, and let AI scan your website to discover and propose the meaningful actions worth tracking, building a clearer picture of the customer journey without writing a single tracking call.

From activity to insight

A straightforward view of the customer journey

LODY connects anonymous browsing activity with the events you choose to send, giving you useful behavioral context without a complicated client-side setup.

01

Install once

Add the LODY script to your site. A page view is recorded whenever the tracker loads.

02

Capture what matters

Track sign-ups, purchases, feature use, and other product actions with custom event properties.

03

Build context

Bring page and event activity together to understand journeys, engagement, and conversion.

New: AI-powered

Beyond page views and scroll depth.

Mature analytics platforms mostly offer generic events like "page scrolled." LODY's AI scans your site and proposes events that capture the specific thing that happened: not just that a product was opened, but which product, and not just that an article was read, but which one, and how many times, all without touching a single line of your code.

No code changes

LODY scans your public pages and proposes events as declarative matchers, not injected scripts, so there's nothing to deploy on your side.

You're always in control

Every proposed event is reviewed and approved by you before it ever starts recording. Nothing is tracked automatically.

Privacy by default

Sensitive fields (emails, names, phone numbers, tokens, addresses) are automatically detected and masked before a proposal is ever created.

Numbers, not a mouse trail

LODY isn't a session recorder watching where your cursor goes. It reports how many visitors, and what share of your audience, took an action, so you see the scale of a behavior, not a play-by-play of one visit.

Sliced by who, where, and how they arrived

Every captured event breaks down by country and region, traffic source, and cohort, so "which product was opened" becomes "which product, by what share of visitors from Singapore who came from a paid campaign."

What LODY actually captures

product_viewed

Not "a product was opened," but which one, and how many visitors:

  • Trail Running Shoes (Men's) 142 · 18%
  • Wireless Earbuds Pro 98 · 12%
  • Insulated Water Bottle 1L 76 · 9%

article_completed

Not "an article was read," but which one, and what share of readers finished it:

  • New products in 2027 2,315 · 34%
  • About us 235 · 4%

Newsletter form submitted

newsletter_signup

Awaiting review

Illustrative example. Real counts and percentages appear once you approve a proposal from the LODY console.

Event tracking

Your product defines the meaningful moments.

Send a clear event name and any useful, non-sensitive properties. LODY automatically attaches the current page path and tracker version.

window.lody.trackEvent(
  'order_completed',
  {
    orderId: 'ORDER-1234',
    value: 79.90,
    currency: 'SGD'
  }
)

Start collecting

One script tag is all it takes.

Place the tracker near the end of your page. No project key or separate initialization call is currently required.

<script type="text/javascript" src="https://lodycdp.com/app.js"></script>

Custom events can add business context such as order value, currency, or product identifiers.