
Live activity stream
Quantely Activity is a lightweight, privacy-conscious plugin that records visitor activity (pageviews and interactions).
It helps site owners understand what is happening on their website for monitoring, diagnostics, performance checks, and analytics validation. It also makes this data available to downstream analytics tools.
Quantely Activity runs fully on-site, uses no external services, stores data only briefly, supports cookie-free operation, does not depend on JavaScript, and does not store plain IP addresses.
Quantely Activity captures activity reliably under imperfect conditions.
pv_idEach hit is enriched with context for interpretation and downstream use.
utm_source, utm_medium, etc.)gclid, fbclid)Engagement is captured efficiently using milestone-based signals.
2–89 seconds)Internal or irrelevant traffic can be excluded without losing visibility.
is_excluded)Automated traffic is detected and classified at capture time.
is_nonhuman, bot_label, bot_reasonDesigned to minimize data exposure and keep control local.
Captured data is structured so other tools can use it.
Quantely Activity exposes a small developer API for integrations and downstream processing.
qmon_hit_before_insert — Filter a normalized hit array before it is stored.qmon_hit_recorded — Action fired after a hit has been stored. This is the main integration point for forwarding or persisting captured records.qmon_event_normalize — Filter a normalized event payload before it is finalized.qmon_event_db_dedupe_window_sec — Filter the database deduplication window for events.qmon_bot_verdict — Filter the bot-classification verdict before it is finalized.