Ghost ID Docs
Product documentation
Back to Dashboard

Auto-Tracked Events

What the Ghost Pixel captures automatically (no code required):

📡 Auto-Tracked Events

EventWhat's CapturedWhen
PageviewsURL, title, referrerEvery page load + SPA navigation
Button ClicksButton text, data attributesClick on <button>, input[type=submit], [role=button]
Form SubmissionsField names, values (sensitive fields excluded), email auto-identificationForm submit event
Form AbandonmentWhich form, how long they interacted, which fields were filledVisitor leaves page without submitting (3+ seconds of interaction)
Outbound LinksDestination URL, link textClick on link to external domain
Copy EventsCopied text (first 500 chars), source elementCtrl+C / Cmd+C
JavaScript ErrorsError message, stack trace, file, lineUncaught errors and unhandled promise rejections
Web VitalsLCP, CLS, INP, FCP, TTFBAfter 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