Install once
Add the LODY script to your site. A page view is recorded whenever the tracker loads.
Lightweight Observability for Digital Journeys
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
LODY connects anonymous browsing activity with the events you choose to send, giving you useful behavioral context without a complicated client-side setup.
Add the LODY script to your site. A page view is recorded whenever the tracker loads.
Track sign-ups, purchases, feature use, and other product actions with custom event properties.
Bring page and event activity together to understand journeys, engagement, and conversion.
Event tracking
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
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.