Quantely Activity is a lightweight capture layer that records pageviews and events. It helps site owners understand how visitors use their website.
It can be used for:
Whether JavaScript is blocked, networks are unreliable, redirects interfere, or traffic includes bots, scanners, and logged-in admins, Quantely Activity is built to capture activity reliably under imperfect conditions.
Quantely Activity is turn-key: install it, and pageviews and events should begin appearing shortly after.
Raw activity data is stored only briefly, helping keep the plugin lightweight and privacy-conscious.
Quantely Activity is a capture and monitoring layer. It is designed to record activity on your site in a structured and reliable way, with a strong focus on signal capture and data integrity.
Unlike many analytics tools, it does not focus on marketing analytics, attribution modelling, or behavioral profiling. It also does not rely solely on browser JavaScript. A server-side baseline helps ensure pageviews are still captured when scripts or beacons fail.
The plugin combines server-side pageview capture with optional browser-side signals.
Typical flow:
Browser request
Server pageview baseline
Browser attach (Beacon)
– engagement pings
– interaction events
Correlation via pageview identifiers
Bot classification and exclusions
Deduplication and storage
This architecture helps keep capture reliable under real-world conditions where browser-only tracking can miss signals.
Quantely Activity links browser-side signals back to the pageview where they occurred.
Engagement pings, clicks, form submissions, and similar events can be correlated to their originating pageview. Built-in deduplication helps avoid duplicate records when similar signals are captured from both browser and server-side sources.
This keeps the activity stream more accurate and easier to interpret.
All captured activity is stored in your own WordPress database.
Quantely Activity does not send captured activity data to external services. IP addresses are never stored in plain form, and the plugin does not perform cross-site tracking.
The plugin is designed with privacy-conscious principles in mind:
This gives site owners visibility into activity while keeping capture local and controlled.
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.