Events are the building blocks of your analytics. Each time a user takes an action—whether it’s signing up, clicking a button, or making a purchase— an event is recorded. These events form the raw data that LinkBridge uses to generate metrics and insights about your users.
There are two main types of events you can track:
LinkBridge.sendEvent()
. These let you track business-specific actions like custom_signup
or custom_upgrade
.// Example: Tracking a user completing onboarding
LinkBridge.sendEvent('custom_onboarding_complete', { stepCount: 5 });
// Example: Tracking a user clicking upgrade
LinkBridge.sendEvent('custom_upgrade_click', { plan: 'Pro' });
LinkBridge combines these events into metrics that reveal how users behave in your app or website. For example:
win_...
) automatically tracked from your backend.By combining both predefined and custom events, LinkBridge builds a map of your users’ journey—from their first click to their first purchase and beyond. This makes it easy to answer questions like:
Metrics show you the bigger picture, while events provide the details.
Copyright © 2025 - All rights reserved