Quantely Activity

plugin banner

See what is really happening on your WordPress website.

Author:erravi (profile at wordpress.org)
WordPress version required:6.2
WordPress version tested:6.9.4
Plugin version:1.1.0
Added to WordPress repository:05-04-2026
Last updated:05-04-2026
Rating, %:100
Rated by:1
Plugin URI:https://www.erravi.com/plugins/quantely-activ...
Total downloads:37
plugin download
Click to start download

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:

  • Monitoring site behavior
  • Reviewing traffic patterns
  • Performance diagnostics
  • Security and bot analysis
  • Feeding downstream analytics layers

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.

What Quantely Activity is

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.

Hybrid capture engine

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.

Event correlation and deduplication

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.

Fully on-site

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.

Privacy-aware design

The plugin is designed with privacy-conscious principles in mind:

  • No plain IP addresses stored
  • Short configurable retention window
  • Optional honoring of GPC / DNT signals
  • No external tracking services
  • Data remains on your own site

This gives site owners visibility into activity while keeping capture local and controlled.

Hooks

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.

Screenshots
FAQ
ChangeLog