Understanding Signal Groups

What Signal Groups Are

Signal groups are automatic collections of staged signals that share common characteristics. Instead of browsing thousands of individual signals, the Signal Queue tab groups similar signals together by source, event type, URL path, form data, and content type.

Accessing Signal Groups

Navigate to Signal Mapping > Signal Queue tab.

Trailspark Signal Mapping Queue

Group List View

Each group row shows:

ElementDescription
Expand arrowClick to see a sample payload
Group titlePattern descriptor: [EventType] - [ContentDescriptor] ([Path]) [ContentType]
Source badgeSignal source system
Count badgeNumber of signals in the group
ActionsView Details and Create Rule buttons

Groups are sorted by signal count (highest first), then alphabetically by event type.

Title Examples

  • form_submit - ContactForm (pricing_page) [action]
  • page_view (dashboard) [webpage]
  • download - Whitepaper [asset]
  • identify [action]

Expanding a Group

Click the expand arrow or group title to see:

  • Sample payload -- JSON preview of a representative signal (prioritizes signals with email addresses)
  • Signal count -- Total matching signals
  • Quick actions -- Link to view all signals in the group

Group Details Page

Click View Details to see full group information:

Characteristics displayed:

FieldDescription
SourceSignal source system
Event TypeType of event
PathURL path (if applicable)
Form Type / Form IDForm details (if form-related)
Page / Asset / ActionContent identifiers
WebinarWebinar name (if applicable)
Content TypeCategory: asset, webinar, webpage, action

All Signals table lists every signal in the group with columns for Signal ID, Created At, Differences (unique values like User ID, Email), and a Create Rule button per signal.

Creating Rules from Groups

From the group list: Click Create Rule on any group. The rule creation form opens with the sample signal pre-loaded.

From group details: Click Create Rule From Sample for the group's representative signal, or click Create Rule on any individual signal in the table.

Start with your highest-count groups to cover the most signals with each rule.

How Grouping Works

TrailSpark extracts a fingerprint from each signal based on:

  • Signal source and event type
  • URL path and page URL
  • Form ID and form type
  • Page name, asset identifier, action type, webinar data
  • Content type category

Signals with identical fingerprints are grouped together.

Searching

Use the search box to filter groups. Search is case-insensitive and matches against event type, signal source, page path, form type, asset name, action type, and webinar name.

Click Refresh to reload signals from the server and update group counts.

Next Steps