| 开发者 | cleotic |
|---|---|
| 更新时间 | 2026年6月23日 21:44 |
| PHP版本: | 8.1 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
https://t.cleotic.ai. When connected, the plugin posts signed HTTPS JSON batches to a URL in this format:
https://t.cleotic.ai/<site-token>/wordpress
The site token comes from the Cleotic connection key entered by the site administrator. The secret part of the connection key is used locally to create an HMAC signature and is not sent as a separate field.
Each request includes the JSON body, a timestamp header, and an HMAC signature header. The JSON body includes the site URL, plugin version, WordPress version, PHP version, selected sync mode, and the event batch. Depending on the selected sync mode, event batches may include eligible public pageview details such as URL path, HTTP method, status code, user agent, referrer, UTM source, timestamp, and page title. Query strings and URL fragments are stripped from stored URLs and referrers before sync. Raw visitor IP addresses are not sent to Cleotic by this plugin.
Data is sent when WordPress cron or the manual Sync now action processes queued events. The Test connection button sends the same signed request structure with an empty event batch to verify that the connection key and endpoint work.
Service website: https://cleotic.ai/
Terms of service / Privacy policy: https://static.clickterm.com/clickwrap/d9ad49df-902a-494f-8dc6-be5ee2686e6e/latest
/wp-content/plugins/cleotic-ai-traffic directory, or install the plugin zip through the Plugins screen.No. The plugin works in local mode without a Cleotic account and stores AI-positive events locally.
No. Nothing is sent to Cleotic unless you configure a Cleotic connection key.
The plugin sends signed batches of traffic events to the connected Cleotic tracking site. The default sync mode sends all eligible pageviews so Cleotic can calculate AI traffic share. You can switch to AI events only.
The plugin focuses on public front-end requests and skips admin, AJAX, REST API, cron, feeds, previews, robots and sitemap routes, non-GET or non-HEAD requests, and obvious static or framework paths.
Only if the request reaches PHP. If a cache serves the page before PHP runs, server-side detection will not see that request.
The optional frontend beacon captures AI-positive referral evidence from browser visits, which can help on cached pages. It is off by default.
Retention is configurable up to 90 days.
Deleting the plugin removes the local Cleotic database tables and plugin options.