前言介紹
- 這款 WordPress 外掛「AI Agent Analytics by Salespeak」是 2025-08-25 上架。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2026-02-17,距離現在已有 8 天。
- 外掛最低要求 WordPress 5.0 以上版本才可以安裝。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
liormech |
外掛標籤
aeo | ai traffic | AI Analytics | ai agent tracking | chatgpt analytics |
內容簡介
總結:這個外掛讓你的 WordPress 網站與 Salespeak 的 LLM 優化平台整合,提供AI搜索分析、頁面性能智能、代理標識分析和AEO內容差距檢測等功能。
問題與答案:
1. 這個外掛提供了哪些功能?
- 回答:這個外掛讓你的 WordPress 網站與 Salespeak 的 LLM 優化平台整合,提供AI搜索分析、頁面性能智能、代理標識分析和AEO內容差距檢測等功能。
2. 當已知的AI爬蟲訪問你的網站時會發生什麼情況?
- 回答:事件將被記錄到 Salespeak 的分析服務中。如果適用於機器人的替代內容存在,將從 Salespeak 的公共S3主機提供。緩存安全性確保人類和機器人永遠不會看到不匹配的緩存內容。
3. 這個外掛的新版本1.4.5有哪些新增功能?
- 回答:增強了AI用例的性能,增加了國家位置數據,保持了緩存安全標頭,Claude檢測和輸出避免。
4. 這個插件與哪些外部服務集成?
- 回答:這個插件與 Salespeak Analytics API 和 Salespeak Content Delivery Network (CDN) 兩個外部服務進行集成。
5. 這個插件的隱私政策如何?
- 回答:這個插件只在檢測到AI機器人訪問您的網站時發送數據,不收集或傳輸個人用戶數據,全部數據僅用於分析和內容優化目的,並尊重用戶隱私,不追踪個別人類訪客。
原文外掛簡介
AI agents are visiting your website hundreds of times a month. ChatGPT, Claude, Perplexity, Gemini. They are reading your pages, evaluating your content, and deciding whether to recommend you to their users. Can you see any of it?
Now you can.
Based on analysis of 640,000+ AI agent crawls across B2B websites, AI agent traffic is one of the fastest-growing — and most invisible — sources of website activity. This plugin gives you complete visibility, plus the tools to act on what you find.
AI Search Analytics
Monitor how often AI tools access and cite your content over time — like Google Analytics, but for AI agent traffic. See trends by day, week, and month across all major AI platforms.
Agent Identification & Analysis
Identify exactly which AI agents are scanning your site: ChatGPT, Claude, Perplexity, Gemini, and more. Understand their behavior patterns and which content draws the most visits.
Page Performance Intelligence
See exactly which pages ChatGPT, Claude, and other AI agents actually read when answering questions. This is the foundation of effective Answer Engine Optimization (AEO).
AEO Content Gap Detection
Discover what critical information is missing from your most-accessed pages. Know what to add so AI agents can confidently recommend your site when users ask relevant questions.
What Makes This Different: The Optimization Layer
Most AI analytics plugins stop at tracking. This one also lets you optimize what AI agents see.
Serve LLM-optimized versions of your pages — restructured with structured Q&A, comparison data, and testimonial cues — so ChatGPT and Claude get your complete story, not just whatever text they happen to parse. Analytics + action, not just a dashboard.
This is the only WordPress plugin that tracks AI agent visits AND optimizes what they see.
Cache Compatibility
This plugin includes built-in support for bypassing cache on AI bot requests for:
* WP Engine – via wpe_is_cacheable filter
* WP Rocket – via do_rocket_generate_caching_files filter
* LiteSpeed Cache – via litespeed_can_cache filter and LSCACHE_NO_CACHE constant
* W3 Total Cache – via w3tc_can_cache filter
* WP Super Cache – via wp_super_cache_late_init filter
* SiteGround Optimizer – via sg_optimizer_cache_is_enabled filter
* Kinsta – via cache-control headers
* Cloudflare APO – via cookie-based bypass
Server-Level Caching (Nginx, Varnish, CDN)
If you use server-level caching that runs BEFORE PHP/WordPress, you may need additional configuration:
For Nginx FastCGI Cache, add to your server config:
if ($http_user_agent ~* "(ChatGPT|GPTBot|ClaudeBot|PerplexityBot|Claude-User|Claude-Web|Google-Extended|bingpreview|OpenAI)") {
set $skip_cache 1;
}
For Varnish, add to your VCL:
if (req.http.User-Agent ~ "(?i)(ChatGPT|GPTBot|ClaudeBot|PerplexityBot|Claude-User|Claude-Web|Google-Extended|bingpreview|OpenAI)") {
return (pass);
}
For Cloudflare (non-APO), create a Cache Rule:
– When: User Agent contains "ChatGPT" or "GPTBot" or "ClaudeBot" or "PerplexityBot"
– Then: Bypass cache
The plugin sends X-Salespeak-AI-Bot: 1 header for AI bot requests to help with debugging.
Safety & Performance
This plugin is designed to have ZERO impact on normal visitors:
* All cache bypass logic only executes when the User-Agent matches a known AI bot pattern
* For non-AI requests, all filter callbacks immediately return the original value (pass-through)
* No headers, cookies, or constants are set for normal visitor requests
* AI bot detection is cached per-request to avoid repeated regex checks
* The plugin only modifies behavior for an explicit list of known AI bot User-Agent strings:
* ChatGPT-User, GPTBot, Claude-User, Claude-Web, ClaudeBot
* PerplexityBot, Google-Extended, bingpreview, OpenAI
* Applebot-Extended, CCBot, anthropic-ai, cohere-ai
External Services
This plugin integrates with the following external services:
Salespeak Analytics API
Service: Salespeak’s event tracking and analytics service
Purpose: Logs AI agent visits and user interactions for analytics and optimization purposes
Data Sent: When AI agents are detected, the plugin sends:
– Website URL being visited
– Agent type (ChatGPT, Claude, GPTBot, etc.)
– Organization ID (for account association)
– Request ID (for tracking)
– Campaign ID (default value for organization tracking)
When Data is Sent: Only when AI agents are detected visiting your website
Service Provider: Salespeak (https://salespeak.ai)
Terms of Service: https://salespeak.ai/terms
Privacy Policy: https://salespeak.ai/privacy
Salespeak Content Delivery Network (CDN)
Service: Amazon S3-based content delivery for serving AI-optimized content
Purpose: Serves alternate, LLM-optimized content to detected AI agents
Data Sent: No data is sent to this service — it only serves content based on URL requests
When Data is Sent: Not applicable — this is a content delivery service only
Service Provider: Amazon Web Services (AWS) S3, managed by Salespeak
Terms of Service: https://aws.amazon.com/service-terms/
Privacy Policy: https://aws.amazon.com/privacy/
Privacy and Data Handling
This plugin only sends data when AI agents are detected visiting your website. No personal user data is collected or transmitted. All data is used solely for analytics and content optimization purposes. The plugin respects user privacy and does not track individual human visitors.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「AI Agent Analytics by Salespeak」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.5.8 | 1.5.9 | 1.6.0 | 1.7.0 | trunk |
延伸相關外掛(你可能也想知道)
暫無相關外掛推薦。
