Profound Agent Analytics
Profound Agent Analytics sends lightweight HTTP request logs to Profound's analytics platform for advanced bot detection and traffic analysis.
Plugin info
Maintenance & Compatibility
Maintenance score
Actively maintained • Last updated 29 days ago
Is Profound Agent Analytics abandoned?
Likely maintained (last update 29 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Profound Agent Analytics is a powerful WordPress plugin that integrates with Profound’s edge log analysis service to identify, classify, and provide reporting on bot and human traffic to your website. The plugin works by efficiently collecting and sending request data from public pages to Profound’s analytics platform. Read more here
Key Features
- Non-blocking Performance: Uses an asynchronous queue system to ensure zero impact on page load times
- Privacy-Focused: Query parameter redaction to protect sensitive data
- Smart Batching: Efficiently sends logs in batches to minimize network overhead
- Circuit Breaker: Automatic protection against API failures to prevent cascading issues
- Flexible Configuration: Extensive settings for customizing what data is collected and sent
- Enterprise Ready: Supports environment variables and constants for API key configuration
How It Works
- The plugin captures essential HTTP request metadata (method, path, status, timing)
- Data is immediately queued in a local database table with minimal overhead
- A background process sends batched logs to Profound’s API endpoint
- Failures are automatically retried with exponential backoff
- Your Profound dashboard provides real-time insights into your traffic
Privacy & Security
Profound Agent Analytics is designed with privacy and security at its core:
- Complete IP Tracking: Captures full IP addresses for accurate traffic analysis and reverse DNS lookups (required for bot detection)
- Sensitive Data Protection: Automatically redacts passwords, tokens, and credit card information from query parameters
- Public Traffic Only: Excludes all WordPress admin, REST API, and system paths – only tracks public visitor traffic
- Encrypted Storage: API keys are encrypted using WordPress salts when Sodium extension is available
- No Cookie Tracking: Server-side only – does not use cookies or client-side tracking
Performance Optimized
- Adds less than 1ms to request processing time
- Efficient database operations with proper indexing
- Automatic cleanup of old log entries
- Memory-aware batching to prevent large payloads
- Configurable queue size limits
Privacy Policy
This plugin sends data to Profound’s analytics service (https://artemis.api.tryprofound.com). The data sent includes:
– Full IP addresses (required for bot detection and traffic analysis)
– Request URLs from public pages only (admin and system paths are excluded)
– HTTP headers (user agent, referer)
– Response metadata (status code, size, duration)
– Query parameters (with sensitive values redacted)
The plugin only tracks public visitor traffic. WordPress admin activity, user actions, and system operations are not collected. All data is processed in accordance with Profound’s privacy policy available at https://tryprofound.com/privacy-policy
System Requirements
- WordPress 6.0 or higher
- PHP 7.4 or higher
- MySQL 5.7+ or MariaDB 10.2+
- Ability to make outbound HTTPS requests
- WP-Cron enabled (or real cron configured)
- Sodium PHP extension (recommended for encryption)
Support
For support, please contact [email protected]
Installation
See a complete guide with screenshots here
- Upload the
profound-agent-analyticsfolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to Settings Profound Agent Analytics to configure the plugin
- Enter your Profound API key (obtain from your Profound dashboard)
- Enable logging and configure privacy settings as needed
- Click “Send Test Event” to verify connectivity
Configuration Options
Via WordPress Admin:
– Navigate to Settings Profound Agent Analytics
– Configure your API key and endpoint
– Adjust privacy settings and path filters
Via Environment Variables (Recommended for production):
Add to your wp-config.php:
define('AGENT_ANALYTICS_API_KEY', 'your-api-key-here');
define('WP_ENV_AGENT_ANALYTICS_API_KEY', 'your-api-key-here'); // Alternative
Frequently Asked Questions
No. Profound Agent Analytics is designed with performance as a top priority. It adds less than 1 millisecond to request processing and uses an asynchronous queue system to ensure that log sending never blocks page delivery.
The plugin collects standard HTTP request metadata from public pages only: request method, URL path, status code, full IP address, user agent, query parameters (with sensitive data redacted), referrer, response size, and request duration. No page content or WordPress user data is collected.
API keys are encrypted using WordPress salts when the Sodium extension is available. For maximum security, we recommend using environment variables or constants in wp-config.php instead of database storage.
Yes. The plugin automatically excludes:
– All WordPress admin areas and admin-initiated requests
– WordPress REST API calls (/wp/v2/*)
– Login pages, cron jobs, and AJAX requests
– Any request with a wp-admin referer
– Custom path patterns you define
The plugin includes a circuit breaker that automatically pauses sending after consecutive failures. Logs are queued locally and will be sent once connectivity is restored. Your website will continue to function normally.
- Check the Status tab for error messages
- Verify your API key is correct
- Use the “Send Test Event” button to test connectivity
- Ensure your server can make outbound HTTPS requests
- Check that WordPress cron is running properly
The plugin is designed for analytics while respecting user privacy:
– No cookies or client-side tracking
– Automatic redaction of sensitive query parameters (passwords, tokens, credit cards)
– Full IP addresses are collected (required for accurate bot detection and geographic analytics)
– Only public page traffic is tracked – no admin or user activity
– Data is processed according to Profound’s privacy policy
Review feed
Screenshots
Changelog
1.0.3
- Fixes default selections in privacy settings
1.0.2
- Public release
1.0.1
- Initial release
- Core logging functionality
- Queue-based architecture
- Circuit breaker implementation
- Privacy controls (query parameter redaction, path filtering)
- Admin interface with status monitoring
- Test event functionality
- Automatic retry with exponential backoff
- WordPress 6.0+ compatibility
- PHP 7.4+ support