Title: Quantely Activity
Author: erravi
Published: <strong>5 Tháng 4, 2026</strong>
Last modified: 22 Tháng 5, 2026

---

Tìm kiếm plugin

![](https://ps.w.org/quantely-activity/assets/banner-772x250.jpg?rev=3504450)

![](https://ps.w.org/quantely-activity/assets/icon-256x256.gif?rev=3499301)

# Quantely Activity

 Bởi [erravi](https://profiles.wordpress.org/erravi/)

[Tải về](https://downloads.wordpress.org/plugin/quantely-activity.1.1.5.zip)

 * [Chi tiết](https://vi.wordpress.org/plugins/quantely-activity/#description)
 * [Đánh giá](https://vi.wordpress.org/plugins/quantely-activity/#reviews)
 *  [Cài đặt](https://vi.wordpress.org/plugins/quantely-activity/#installation)
 * [Nhà phát triển](https://vi.wordpress.org/plugins/quantely-activity/#developers)

 [Hỗ trợ](https://wordpress.org/support/plugin/quantely-activity/)

## Mô tả

Quantely Activity is a WordPress capture layer that records pageviews and events.
It helps site owners understand what is happening on 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.

## Ảnh màn hình

 * [[
 * Live activity stream
 * [[
 * Simple counters
 * [[
 * Settings and privacy controls
 * [[
 * Exclusions and bot handling
 * [[

## Cài đặt

 1. Upload the plugin ZIP via **WordPress Admin  Plugins  Add New  Upload Plugin**
 2. Activate the plugin
 3. Open **Quantely  Activity** to confirm that hits are being recorded
 4. Adjust settings if needed

## Hỏi đáp

### What does Quantely Activity record?

It records pageviews and interaction events as individual hits.

### Does it replace analytics tools?

No. Quantely Activity is a capture and monitoring layer. It is not a marketing analytics
suite and does not aim to replace long-term analytics reporting.

### Is JavaScript required?

No. Server-side capture records pageviews without JavaScript. Browser-side JavaScript
extends capture with interaction events and engagement pings.

### How long is data stored?

Raw hits are stored only for a short configurable period, typically between 6 and
48 hours. The plugin is intended for monitoring and diagnostics rather than long-
term data warehousing.

### Does it store IP addresses?

No. Plain IP addresses are not stored. The plugin uses derived or hashed values 
where needed for classification and exclusion logic.

### Does it send data to external services?

No. Captured activity is stored locally in the WordPress database.

## Đánh giá

![](https://secure.gravatar.com/avatar/d9c50e3fb8518bca8f0a9abf0c40765086bd501ed55f3e27fbe5bc1d783d3deb?
s=60&d=retro&r=g)

### 󠀁[Simple yet valuable](https://wordpress.org/support/topic/simple-yet-valuable-2/)󠁿

 [ruuddekeijzer](https://profiles.wordpress.org/ruuddekeijzer/) 5 Tháng 4, 2026

I’ve been using Quantely Activity and really like how straightforward it is. It 
shows what’s happening on my site without loads of clutter or vague marketing stats.
What I find especially useful is that it helps spot real visitor activity as well
as bot noise. It feels lightweight, clear, and focused on what matters. For me, 
it’s one of those plugins that is simply handy to have.

 [ Đọc tất cả 1 đánh giá ](https://wordpress.org/support/plugin/quantely-activity/reviews/)

## Người đóng góp & Lập trình viên

“Quantely Activity” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

 *   [ erravi ](https://profiles.wordpress.org/erravi/)

[Dịch “Quantely Activity” sang ngôn ngữ của bạn.](https://translate.wordpress.org/projects/wp-plugins/quantely-activity)

### Muốn tham gia phát triển?

[Duyệt code](https://plugins.trac.wordpress.org/browser/quantely-activity/), check
out [SVN repository](https://plugins.svn.wordpress.org/quantely-activity/), hoặc
theo dõi [nhật ký phát triển](https://plugins.trac.wordpress.org/log/quantely-activity/)
qua [RSS](https://plugins.trac.wordpress.org/log/quantely-activity/?limit=100&mode=stop_on_copy&format=rss).

## Nhật ký thay đổi

#### 1.1.5

 * Confirmed compatibility with WordPress 7.0.
 * Updated plugin metadata for WordPress 7.0 testing.

#### 1.0.4

 * Review hardening for WordPress.org submission
 * Improved sanitization, validation, escaping, and internationalization coverage
 * Improved REST input sanitization and related code quality refinements

#### 1.0.3

 * Improved event correlation and deduplication behavior
 * Expanded diagnostics and integration-related improvements

#### 1.0.2

 * Refinements to monitoring, exclusions, and settings behavior
 * Stability and compatibility improvements

#### 1.0.1

 * Minor fixes and internal improvements

#### 1.0.0

 * Initial version prepared during pre-release review.

## Meta

 *  Phiên bản **1.1.5**
 *  Cập nhật lần cuối **3 ngày trước**
 *  Số lượt cài đặt **10+**
 *  Phiên bản WordPress ** 6.2 hoặc cao hơn **
 *  Đã kiểm tra lên đến **7.0**
 *  Phiên bản PHP ** 7.4 hoặc cao hơn **
 *  Ngôn ngữ
 * [English (US)](https://wordpress.org/plugins/quantely-activity/)
 * Thẻ
 * [Activity Log](https://vi.wordpress.org/plugins/tags/activity-log/)[diagnostics](https://vi.wordpress.org/plugins/tags/diagnostics/)
   [events](https://vi.wordpress.org/plugins/tags/events/)[monitoring](https://vi.wordpress.org/plugins/tags/monitoring/)
   [pageviews](https://vi.wordpress.org/plugins/tags/pageviews/)
 *  [Nâng cao](https://vi.wordpress.org/plugins/quantely-activity/advanced/)

## Đánh giá

 5 trên 5 sao.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/quantely-activity/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/quantely-activity/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/quantely-activity/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/quantely-activity/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/quantely-activity/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/quantely-activity/reviews/#new-post)

[Xem tất cả đánh giá](https://wordpress.org/support/plugin/quantely-activity/reviews/)

## Những người đóng góp

 *   [ erravi ](https://profiles.wordpress.org/erravi/)

## Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

 [Xem diễn đàn hỗ trợ](https://wordpress.org/support/plugin/quantely-activity/)