
內容簡介
SteClick Counter 是一款輕量級的 WordPress 外掛,能夠輕鬆追蹤連結點擊數。只需在現有 URL 前添加簡單的前綴,即可開始追蹤,無需複雜設定或外部分析服務。
【主要功能】
• 簡單前綴系統:無需配置,立即開始追蹤
• 輕量快速:不使用外部庫,無性能影響
• 機器人與詐騙計數保護:過濾自動請求
• 資料庫精簡:使用檔案系統記錄
• 隱私優先:無 cookies,所有數據保留在伺服器上
外掛標籤
開發者團隊
原文外掛簡介
SteClick Counter is a lightweight WordPress plugin that lets you track link clicks by doing just one thing:
adding a simple prefix to your existing URLs.
No complex setup. No external analytics services. No external libraries.
To start tracking clicks, simply add the prefix /?tag=XXX&to= before the URL you want to track.
The plugin logs the click and immediately redirects the visitor to the destination.
This makes SteClick Counter ideal for tracking:
– Download buttons
– PDF links
– Embedded content
– External links and call-to-action buttons
Key Benefits:
* Simple Prefix System: No configuration required. Just add /?tag=XXX&to= to any link and start tracking instantly.
* Lightweight & Fast: No external libraries, no extra HTTP requests, and no performance impact on your site.
* Bot & fraudulent-count protection: Filters out bots and automated requests using UA signature matching, header mismatch detection, and JS-execution verification.
* Database Lean: Uses the file system for logging instead of creating database tables.
* Privacy-First: No cookies and no third-party services, all tracking data stays on your own server.
How It Works
To track a link, prepend the /?tag=XXX&to= prefix to the original URL.
Original URL:
https://example.com/document.pdf
Tracked URL:
/?tag=doc-01&to=https://example.com/document.pdf
Tracking a download link (HTML example)
You can also track download buttons or links by modifying the href attribute.
Original HTML:
Download ZIP file
Tracked HTML:
Download ZIP file
When a visitor clicks a tracked link, SteClick Counter records:
– The timestamp
– Your custom tag
– The destination URL
– The referrer (source page)
You can view all click statistics in Settings → SteClick Counter.
