Click Activity and Field Edit Tracking for Web Applications
This rule tracks user interactions in web-based enterprise applications, capturing click events and field edits while filtering unnecessary interactions. Tab switches within the same application are also recorded unless explicitly excluded.
Key Capabilities
Tracks all click interactions by default.
Customizable filtering for relevant UI elements.
Separate logging for field edits.
Configuration & Customization
Tracking All Clicks (Default)
Logs every UI element clicked under Activity Analysis.
Filtering Click Interactions (Customizable)
Users can specify which UI elements to track.
Only clicks on listed elements (
collect_only
context) are extracted.
Field Edits Extraction
Tracks interactions with fields (e.g., form inputs, selection lists) under Field Edits.
JSON Code
Explanation
Click Tracking & Activity Analysis
UI element clicks are extracted under
click_action
.Users can filter which elements to include using
collect_only
.Logged interactions appear in Activity Analysis.
Field Edits & Process Analysis
Clicking an editable field triggers a separate
field_edit
extraction.These interactions are categorized under Field Edits.
URL-Based Matching
Ensures tracking applies only when the active page matches specified URLs.
User Benefits
Improved Interaction Analysis: Logs all interactions for process efficiency insights.
Customization for Precision: Allows refining tracking to focus on meaningful interactions.
Field Edit Visibility: Categorizes user edits separately for tracking.
Expected Outcome
Activity Analysis View: Displays all tracked interactions.
Field Edits View: Captures user-modified fields separately.
Process Optimization: Helps teams refine workflows based on real user interactions.
Last updated