Auto-Tracked Events
What the Ghost Pixel captures automatically (no code required):
📡 Auto-Tracked Events
| Event | What's Captured | When |
|---|---|---|
| Pageviews | URL, title, referrer | Every page load + SPA navigation |
| Button Clicks | Button text, data attributes | Click on <button>, input[type=submit], [role=button] |
| Form Submissions | Field names, values (sensitive fields excluded), email auto-identification | Form submit event |
| Form Abandonment | Which form, how long they interacted, which fields were filled | Visitor leaves page without submitting (3+ seconds of interaction) |
| Outbound Links | Destination URL, link text | Click on link to external domain |
| Copy Events | Copied text (first 500 chars), source element | Ctrl+C / Cmd+C |
| JavaScript Errors | Error message, stack trace, file, line | Uncaught errors and unhandled promise rejections |
| Web Vitals | LCP, CLS, INP, FCP, TTFB | After page load metrics are collected |
🔒 Privacy Protections
Privacy protections (automatic):
💡
- Password fields are never captured
- Credit card, SSN, and other sensitive field patterns are excluded
- Input values in session replay are masked by default