Overview
Event Management lets you define and track actions that happen after a lead is submitted — things like a sale closing, a user completing a signup, or a lead being qualified by your team. These events give you a full picture of the lead lifecycle, not just the moment of submission. Events configured here are available across all campaigns in your organization and can be customized per campaign as needed.What Are Events?
An event represents a meaningful action that occurs after the initial lead submission. Unlike a lead submission (which is captured automatically), events are triggered by external systems, your team, or automated postback URLs. Common examples:Creating a Custom Event
- Navigate to Settings > Event Management.
- Click + New Event.
- Enter a unique event name (e.g.,
sale,qualified_lead). - Optionally add a description to help your team understand the event’s purpose.
- Configure conversion tracking options (see below).
- Click Save.
Tip: Use short, lowercase, underscore-separated names for event identifiers. These names are used in API calls and postback URLs, so consistency matters.
Conversion Tracking
Each event can be marked as a conversion event. When enabled, the platform will count that event toward your conversion metrics in reports.
Enable these options when creating or editing an event to start tracking conversions automatically.
Configuring Event Postback URLs
Postback URLs let you notify external systems in real time when an event fires. This is useful for syncing data with CRMs, affiliate platforms, or analytics tools.- Open the event you want to configure.
- Click Add Postback URL.
- Enter the destination URL. You can use dynamic macros like
{transaction_id},{lead_id},{event_name}in the URL. - Set the HTTP method (
GETorPOST). - Save the postback configuration.
Tip: Test your postback URL using the Send Test option before going live. This sends a sample payload to verify the connection is working.
Triggering Events Manually
For offline conversions — where the sale or action happens outside your digital funnel — you can trigger events manually from the platform.- Go to the lead record you want to update.
- Click Trigger Event.
- Select the event from the dropdown.
- Confirm the action.
Custom Event Fields per Campaign
Some campaigns may need additional data captured with an event. You can define custom fields that must be submitted alongside the event.- Open a campaign and go to Settings > Event Manager.
- Select the event you want to customize.
- Click Add Custom Field.
- Define the field name, type (text, number, date), and whether it is required.
Event Lists
Event Lists let you group related events together and assign them to campaigns in bulk. Instead of assigning individual events to each campaign, you create a list once and reuse it.Tip: If your organization runs multiple campaigns in the same vertical (e.g., auto insurance), create a shared event list so all those campaigns track the same events consistently.
Viewing Event History and Logs
Every event that fires is logged with a timestamp, the associated lead, and the event payload. To view event logs:- Go to Settings > Event Management.
- Click View Logs next to the event you want to inspect.
- Use the date range filter to narrow results.
- Click any log entry to see the full payload and postback response.