Title: Kansoku Lab Tracker
Author: Kansoku Lab
Published: <strong>13 ਮਈ 2026</strong>
Last modified: 13 ਮਈ 2026

---

ਪਲੱਗਇਨਾਂ ਖੋਜੋ

![](https://ps.w.org/kansoku-lab-tracker/assets/banner-772x250.png?rev=3530491)

![](https://ps.w.org/kansoku-lab-tracker/assets/icon-128x128.png?rev=3530494)

# Kansoku Lab Tracker

 [Kansoku Lab](https://profiles.wordpress.org/aikansokulab/) ਵੱਲੋਂ

[ਡਾਊਨਲੋਡ ਕਰੋ](https://downloads.wordpress.org/plugin/kansoku-lab-tracker.1.0.6.zip)

 * [ਵੇਰਵਾ](https://pan.wordpress.org/plugins/kansoku-lab-tracker/#description)
 * [ਸਮੀਖਿਆਵਾਂ](https://pan.wordpress.org/plugins/kansoku-lab-tracker/#reviews)
 *  [ਸਥਾਪਤੀਕਰਨ](https://pan.wordpress.org/plugins/kansoku-lab-tracker/#installation)
 * [ਵਿਕਾਸ](https://pan.wordpress.org/plugins/kansoku-lab-tracker/#developers)

 [ਸਹਿਯੋਗ](https://wordpress.org/support/plugin/kansoku-lab-tracker/)

## ਵੇਰਵਾ

**AI Kansoku Lab Tracker** detects visits from AI crawlers such as GPTBot, ClaudeBot,
and PerplexityBot using PHP server-side detection. Because AI crawlers do not execute
JavaScript, traditional analytics tools like GA4 cannot capture these visits. This
plugin solves that problem.

#### Features

 * **Server-side detection** – Captures AI crawlers that do not run JavaScript
 * **14 crawler patterns** – GPTBot, ChatGPT-User, ClaudeBot, PerplexityBot, ByteSpider,
   Meta-ExternalAgent, Google-Extended, Grok, AppleBot, DeepSeek, and more
 * **Explicit opt-in** – External tracking only activates when you enable it via
   checkbox
 * **Zero performance impact** – Uses non-blocking POST requests (blocking: false)
 * **Simple setup** – Just paste your Site ID, enable tracking, and save
 * **WordPress standards** – Uses wp_remote_post, register_setting, nonce verification,
   and proper escaping throughout
 * **Front-end only** – Does not fire on admin, cron, AJAX, or REST API requests

#### How It Works

When a front-end page is requested, the plugin checks the User-Agent string against
known AI crawler patterns. If a match is found — and you have explicitly enabled
external tracking — it sends an asynchronous POST request to the AI Kansoku Lab 
API to log the visit. The site visitor experiences no delay.

#### External Service

This plugin connects to an external API: **AI Kansoku Lab** (https://www.ai-kansoku.
com).

External tracking is **opt-in only**. Data is only transmitted after you explicitly
enable it in the settings page.

When an AI crawler is detected, the following metadata is sent:
 * User-Agent string
of the detected AI crawler * URL path of the visited page * Your Site ID (configured
in plugin settings)

This plugin does not intentionally collect cookies, account credentials, or form
contents.

 * Service URL: https://www.ai-kansoku.com
 * Privacy Policy: https://www.ai-kansoku.com/privacy
 * Terms of Service: https://www.blog.ai-kansoku.com/terms

#### Requirements

 * A free account at AI Kansoku Lab (https://www.ai-kansoku.com)
 * Your Site ID from the dashboard

### Privacy Policy

This plugin connects to an external service to log AI crawler visits.

External tracking is opt-in only and only activates after explicit user consent 
via the settings page.

Data transmitted to AI Kansoku Lab (https://www.ai-kansoku.com) when tracking is
enabled:
 * User-Agent string of the detected AI crawler * URL path of the visited
page * Site ID configured in plugin settings

This plugin does not intentionally collect cookies, account credentials, or form
contents.

Full privacy policy: https://www.ai-kansoku.com/privacy

## ਸਥਾਪਤੀਕਰਨ

 1. Upload the plugin ZIP via Plugins > Add New > Upload Plugin
 2. Activate the plugin
 3. Go to Settings > AI Kansoku Lab
 4. Enter your Site ID from https://www.ai-kansoku.com/dashboard
 5. Check “Enable external tracking to AI Kansoku Lab”
 6. Click Save Settings

## ਅਕਸਰ ਪੁੱਛੇ ਜਾਂਦੇ ਸਵਾਲ

### Where do I find my Site ID?

Log in to AI Kansoku Lab (https://www.ai-kansoku.com), register your site, and copy
the Site ID shown in the Tracking Code section of your dashboard.

### Will this slow down my site?

No. The plugin uses `wp_remote_post` with `blocking: false`, so the HTTP request
is fired asynchronously and does not delay page rendering.

### Does it run on every request?

No. The plugin only fires on front-end page requests when both a Site ID is set 
and external tracking is explicitly enabled. Admin pages, AJAX calls, REST API requests,
and WP-Cron jobs are excluded.

### Can it detect crawlers that do not run JavaScript?

Yes. That is the main purpose of this plugin. GA4 and other JavaScript-based tools
miss AI crawlers entirely. This plugin detects them at the PHP level using the HTTP_USER_AGENT
server variable.

### Which AI crawlers are supported?

GPTBot, ChatGPT-User, OAI-SearchBot, ClaudeBot, Anthropic-AI, ByteSpider, Meta-ExternalAgent,
Google-Extended, Grok, xAI, AppleBot, DeepSeek, CopilotBot, PerplexityBot.

### What happens when I uninstall the plugin?

All plugin settings stored in the WordPress database are removed automatically on
uninstall.

## ਸਮੀਖਿਆਵਾਂ

There are no reviews for this plugin.

## ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“Kansoku Lab Tracker” is open source software. The following people have contributed
to this plugin.

ਯੋਗਦਾਨੀ

 *   [ Kansoku Lab ](https://profiles.wordpress.org/aikansokulab/)

[“Kansoku Lab Tracker” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।](https://translate.wordpress.org/projects/wp-plugins/kansoku-lab-tracker)

### ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

[Browse the code](https://plugins.trac.wordpress.org/browser/kansoku-lab-tracker/),
check out the [SVN repository](https://plugins.svn.wordpress.org/kansoku-lab-tracker/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/kansoku-lab-tracker/)
by [RSS](https://plugins.trac.wordpress.org/log/kansoku-lab-tracker/?limit=100&mode=stop_on_copy&format=rss).

## ਤਬਦੀਲੀ-ਚਿੱਠਾ

#### 1.0.6

 * Renamed plugin to Kansoku Lab Tracker for WordPress.org guidelines compliance
 * Updated all prefixes from AIK_ to AIKLAB_ to meet 4+ character prefix requirement
 * Replaced inline block with wp_enqueue_style() and wp_add_inline_style()
 * Updated Terms of Service URL

#### 1.0.4

 * Replaced HTML-mixed echo with PHP template syntax in status panel
 * Changed Tested up to from 6.9 to 6.8 for accuracy

#### 1.0.3

 * Changed hook from `init` to `template_redirect` for cleaner front-end-only targeting
 * Removed redundant is_admin/cron/AJAX/REST guards (handled by hook context)
 * Replaced Markdown link syntax in readme with plain URLs for better compatibility

#### 1.0.2

 * Added explicit opt-in checkbox — external tracking now requires user consent
 * Unified all URLs to https://www.ai-kansoku.com
 * Refined crawler regex (replaced broad /anthropic/ with /anthropic-ai/)
 * Updated privacy wording to accurately reflect transmitted data
 * Status panel now shows tracking state (Active / Disabled / Not configured)

#### 1.0.1

 * Changed tracking from GET to POST request for cleaner data transmission
 * Increased timeout from 0.1s to 1s for better reliability
 * Restricted tracking to front-end requests only (excludes admin, AJAX, REST, cron)
 * Added explicit External API Notice in settings page
 * Added uninstall.php to clean up database options on removal

#### 1.0.0

 * Initial release

## ਮੈਟਾ

 *  Version **1.0.6**
 *  Last updated **17 ਘੰਟੇ ਪਹਿਲਾਂ**
 *  Active installations **10 ਤੋਂ ਘੱਟ**
 *  WordPress version ** 6.0 ਜਾਂ ਇਸ ਤੋਂ ਉੱਚਾ **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 ਜਾਂ ਇਸ ਤੋਂ ਉੱਚਾ **
 *  Language
 * [English (US)](https://wordpress.org/plugins/kansoku-lab-tracker/)
 * Tags
 * [AI](https://pan.wordpress.org/plugins/tags/ai/)[crawler](https://pan.wordpress.org/plugins/tags/crawler/)
   [gptbot](https://pan.wordpress.org/plugins/tags/gptbot/)[seo](https://pan.wordpress.org/plugins/tags/seo/)
   [tracking](https://pan.wordpress.org/plugins/tags/tracking/)
 *  [Advanced View](https://pan.wordpress.org/plugins/kansoku-lab-tracker/advanced/)

## ਦਰਜਾਬੰਦੀ

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/kansoku-lab-tracker/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/kansoku-lab-tracker/reviews/)

## ਯੋਗਦਾਨੀ

 *   [ Kansoku Lab ](https://profiles.wordpress.org/aikansokulab/)

## ਸਹਿਯੋਗ

ਕੁਝ ਕਹਿਣਾ ਹੈ? ਮਦਦ ਚਾਹੀਦੀ ਹੈ?

 [ਸਹਿਯੋਗ ਫੋਰਮ ਦੇਖੋ](https://wordpress.org/support/plugin/kansoku-lab-tracker/)