LODY
LODY logotype

Lightweight Observability for Digital Journeys

Understand what people do, not just where they click.

LODY collects page views and the product events that matter to your business. Add one small script, describe meaningful actions in your product, and build a clearer picture of the customer journey.

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.

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.