To get the most value out of LinkBridge, it’s important to track more than just a single event. By sending separate custom events, you can later filter and segment your users in the dashboard — making it easier to understand which actions drive growth and revenue.
Custom events are your main tool for building rich, filterable datasets. Always prefix them with custom_
.
// Track a signup action
LinkBridge.sendEvent('custom_signup', { plan: 'free' });
// Track a button click
LinkBridge.sendEvent('custom_cta_click', { label: 'Upgrade Now' });
// Track when a user views a key feature
LinkBridge.sendEvent('custom_feature_view', { feature: 'Analytics Dashboard' });
custom_
consistently for all non-sales events.custom_signup_free
).dataObject
(e.g. plan, label, feature).Copyright © 2025 - All rights reserved