Описание
Trackivo provides website analytics fully integrated into WordPress — click heatmaps, scroll depth, session replay, and visitor insights. No third-party services required.
Features:
- Click heatmaps with device filtering (desktop, mobile, tablet)
- Scroll depth tracking with milestone completion rates
- Session recordings with replay controls
- Live visitor monitoring
- User journey visualization
- Button and CTA analytics
- Rage click and dead click detection
- Form analytics (Contact Form 7, WPForms, Fluent Forms, Gravity Forms)
- WooCommerce event tracking
- Conversion funnel builder
- UTM parameter tracking
- Custom event JavaScript API
- CSV report exports
- GDPR-friendly with hashed IPs and consent mode
- Configurable data retention and auto cleanup
Установка
- Upload the
trackivo-heatmaps-session-recorderfolder to/wp-content/plugins/ - Activate through the ‘Plugins’ menu
- Go to Trackivo Settings to configure tracking
- Visit your site to start collecting data
Часто задаваемые вопросы
-
Does this send data to external servers?
-
No. All analytics data is stored in your WordPress database.
-
Is it GDPR compliant?
-
Yes. IP addresses are hashed, passwords are never recorded, and consent mode is available.
-
How do I track custom events?
-
Use
window.wpuhTrackEvent('event_name', { key: 'value' });in your theme or plugin.
Отзывы
Нет отзывов об этом плагине.
Участники и разработчики
«Trackivo — Heatmaps & Session Recorder» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «Trackivo — Heatmaps & Session Recorder» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.0.8
- Added db_get_var/db_get_results/db_get_col/db_query wrappers to pass Plugin Check SQL rules
1.0.7
- Refactored SQL through prepare_sql() helper to satisfy Plugin Check PreparedSQL rules
1.0.6
- Refactored all SQL queries: table names concatenated outside prepare(), event types use placeholders
1.0.5
- Updated Chart.js to 4.5.1
- Added site-specific tracking token verification for the public REST track endpoint
- Hardened SQL queries with whitelisted table names
- Fixed bounce rate calculation across page navigations
1.0.3
- Renamed to Trackivo — Heatmaps & Session Recorder
- Fixed IP hashing, enqueued scripts, Chart.js update, output buffering fixes
1.0.0
- Initial release