WORDPRESS PLUGIN
Signal
Native analytics for WordPress.
Privacy-focused analytics platform built directly into WordPress with no external dependencies.
What it does
◆
Privacy-first tracking
All data stays on your server. No third-party trackers or external services.
◆
Real-time insights
Live dashboard showing visitor patterns, popular content, and user behavior.
◆
Custom events
Track custom actions and conversions with flexible event definition system.
◆
Export capabilities
Export data in multiple formats for further analysis and reporting.
How it works
- 1
Activate Signal
Install and activate the plugin. Analytics start collecting immediately.
- 2
View dashboard
Access the analytics dashboard from WordPress admin to see real-time insights.
- 3
Customize tracking
Add custom events and configure tracking options to match your needs.
Custom event tracking
// Track custom events in your theme
wp_intelligence.track('button_click', {
button_text: 'Subscribe Now',
page: 'homepage',
user_type: 'visitor'
});
// Track form submissions
wp_intelligence.track('form_submit', {
form_name: 'contact',
conversion_value: 1
});