Linux 软件免费装
Banner图

TrafficPulse

开发者 kamalnewsifier
更新时间 2025年5月28日 21:45
PHP版本: 5.0 及以上
WordPress版本: 6.8
版权: AGPL-3.0
版权网址: 版权信息

标签

tracking real-time analytics website stats

下载

1.0

详情介绍:

Real-time Analytics built for News Publishers TrafficPulse gives you real-time analytics right inside your WordPress dashboard — with no complex setup, no switching tabs, and no delays. Google Analytics hides key metrics behind complicated dashboards. Google Search Console takes up to 48 hours to show Discover traffic. TrafficPulse shows you what's happening right now — including real-time Google Discover data. Whether you want to track which articles are spiking, which authors are performing best, or where your traffic is coming from, TrafficPulse is built specifically for digital newsrooms. You get exactly the insights you need — fast — so you can take action while your stories are still trending. Privacy-Focused Analytics TrafficPulse is designed with privacy in mind: Important: While TrafficPulse is built to be privacy-friendly, website owners are responsible for ensuring compliance with local privacy regulations (GDPR, PECR, CCPA, etc.) in their jurisdiction. Key Features TrafficPulse is a forked, self-hosted analytics solution that gives you control over your data while providing valuable insights about your website traffic. License Information This plugin contains code derived from Plausible Analytics, which is licensed under AGPL-3.0. As required by the AGPL-3.0 license, all derivative works must also be distributed under the same license.

安装:

  1. Upload the plugin files to the /wp-content/plugins/traffic-pulse directory, or install the plugin through the WordPress plugins screen.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Navigate to the TrafficPulse settings page in your WordPress admin menu.
  4. Enter your API token (obtain this from your TrafficPulse account).
  5. Verify the API URL is correct or update it if needed.
  6. Choose whether to auto-insert the tracking script (enabled by default).
  7. Click 'Save Changes' to activate tracking.
Disabling Auto-Insert If you wish to manage the loading of the tracking script manually (for example, to integrate with a consent management platform):
  1. Go to TrafficPulse settings
  2. Uncheck the "Auto-insert tracking script" option
  3. Save your changes
  4. Use your own JavaScript to load the script after consent is given

屏幕截图:

  • Example embedded analytics dashboard showing real-time visitor data
  • Detailed page view analytics with source information

常见问题:

Is TrafficPulse GDPR-compliant?

TrafficPulse is designed to be privacy-friendly by not using cookies and only collecting anonymous, aggregated data. However, website owners are responsible for ensuring their implementation complies with all applicable laws and regulations. This may include providing proper disclosure to visitors and, in some cases, obtaining consent before enabling analytics.

How can I disable auto-insert of the tracking script?

You can disable automatic script insertion in the TrafficPulse settings page by unchecking the "Auto-insert tracking script" option. This allows you to manually control when and how the script is loaded.

How can I integrate with my cookie consent banner?

When auto-insert is disabled, you can use custom JavaScript to load the TrafficPulse script after user consent: javascript // Example integration with a consent management platform consentManager.onConsentGiven('analytics', function() { var script = document.createElement('script'); script.defer = true; script.setAttribute('data-domain', 'yourdomain.com'); script.setAttribute('data-api', 'https://radar.newsifier.nl/api/event'); script.src = 'https://radar-eu1-realtime.newsifier.nl/js/script.js'; document.head.appendChild(script); });