Title: TrafficPulse
Author: Newsifier
Published: <strong>May 27, 2025</strong>
Last modified: May 27, 2025

---

Search plugins

![](https://ps.w.org/traffic-pulse/assets/banner-772x250.jpg?rev=3302256)

![](https://ps.w.org/traffic-pulse/assets/icon-256x256.png?rev=3301683)

# TrafficPulse

 By [Newsifier](https://profiles.wordpress.org/kamalnewsifier/)

[Download](https://downloads.wordpress.org/plugin/traffic-pulse.1.0.zip)

 * [Details](https://ssw.wordpress.org/plugins/traffic-pulse/#description)
 * [Reviews](https://ssw.wordpress.org/plugins/traffic-pulse/#reviews)
 *  [Installation](https://ssw.wordpress.org/plugins/traffic-pulse/#installation)
 * [Development](https://ssw.wordpress.org/plugins/traffic-pulse/#developers)

 [Support](https://wordpress.org/support/plugin/traffic-pulse/)

## Description

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:

 * No cookies are used in the tracking process
 * No personal data is collected from your visitors
 * Only collects aggregated, anonymous usage metrics
 * Lightweight script with minimal performance impact

**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

 * Real-time Google Discover traffic tracking
 * Live page view and traffic source analytics
 * See top-performing articles, authors, and tags
 * Browser and device breakdowns
 * Embedded dashboard directly in WordPress
 * Lightweight tracking script with no cookies
 * No personal data collected — fully privacy-friendly

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.

### External Services

This plugin connects to external services to provide its functionality. Below is
detailed information about each service:

#### TrafficPulse Analytics Service

**What it is:** TrafficPulse is a privacy-focused analytics service that provides
real-time website traffic data and insights.

**What it’s used for:** This service is used to collect, process, and display website
analytics data including page views, traffic sources, visitor information, and real-
time statistics.

**What data is sent:** The plugin sends the following data to the TrafficPulse service:
–
Website domain name – Page URLs visited by users – Referrer information (where visitors
came from) – User agent information (browser and device type) – Timestamp of visits–
IP addresses (processed anonymously)

**When data is sent:** Data is sent automatically when:
 – A visitor loads any page
on your website (if auto-insert is enabled) – The admin dashboard requests analytics
data for display – API token validation occurs during plugin setup

**Service URLs:**
 – Default API endpoint: https://radar.newsifier.nl/api/event –
Default frontend: https://radar-eu1-realtime.newsifier.nl

**Privacy and Terms:**
 – [TrafficPulse Privacy Policy](https://www.newsifier.com/trafficpulse/privacypolicy)–
[TrafficPulse Terms of Service](https://www.newsifier.com/trafficpulse/terms)

#### Tally.so Form Service

**What it is:** Tally.so is a form building and data collection service.

**What it’s used for:** This service is used to display a contact/access request
form within the plugin’s admin interface for users who need to request access to
TrafficPulse.

**What data is sent:** When users interact with the embedded form, the following
data may be collected by Tally.so:
 – Form responses (name, email, message, etc.
as filled by the user) – Browser information – IP address – Timestamp of form submission

**When data is sent:** Data is sent to Tally.so only when:
 – A user clicks the “
Request Access” button in the plugin admin – A user fills out and submits the embedded
form

**Service URL:** https://tally.so/embed/3qpxz2

**Privacy and Terms:**
 – [Tally.so Privacy Policy](https://tally.so/help/privacy-policy)–
[Tally.so Terms of Service](https://tally.so/help/terms-of-service)

**Important:** Users can choose not to use the Tally.so form by directly obtaining
their API credentials through other means. The form is provided as a convenience
but is not required for plugin functionality.

## Screenshots

 * [[
 * TrafficPulse settings page with API token input
 * [[
 * Example embedded analytics dashboard showing real-time visitor data
 * [[
 * Detailed page view analytics with source information

## Installation

 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

## FAQ

### 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); }); `

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“TrafficPulse” is open source software. The following people have contributed to
this plugin.

Contributors

 *   [ Newsifier ](https://profiles.wordpress.org/kamalnewsifier/)

[Translate “TrafficPulse” into your language.](https://translate.wordpress.org/projects/wp-plugins/traffic-pulse)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/traffic-pulse/), check
out the [SVN repository](https://plugins.svn.wordpress.org/traffic-pulse/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/traffic-pulse/) 
by [RSS](https://plugins.trac.wordpress.org/log/traffic-pulse/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Version **1.0**
 *  Last updated **11 months ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **6.8.5**
 *  Language
 * [English (US)](https://wordpress.org/plugins/traffic-pulse/)
 * Tags
 * [analytics](https://ssw.wordpress.org/plugins/tags/analytics/)[real-time](https://ssw.wordpress.org/plugins/tags/real-time/)
   [tracking](https://ssw.wordpress.org/plugins/tags/tracking/)[website stats](https://ssw.wordpress.org/plugins/tags/website-stats/)
 *  [Advanced View](https://ssw.wordpress.org/plugins/traffic-pulse/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/traffic-pulse/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/traffic-pulse/reviews/)

## Contributors

 *   [ Newsifier ](https://profiles.wordpress.org/kamalnewsifier/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/traffic-pulse/)