Skip to content

TrafficForecast is a WordPress extension that simplifies website analytics using Tableau. It provides real-time insights into website traffic and performance, allowing website owners to make data-driven decisions to improve their online presence. Perfect for anyone looking to take their WordPress website to the next level.

License

Notifications You must be signed in to change notification settings

Architgarg2003/Traffic-Forecast

 
 

Repository files navigation

Traffic Forecast

License: GPLv3

Screenshot of the Traffic Forecast dashboard

Features

  • Linked with your Tableau Cloud Workbook.
  • No external services. Data is yours and yours alone.
  • No personal information or anything visitor specific is tracked.
  • Fast! Handles thousands of daily visitors or sudden bursts of traffic without breaking a sweat.
  • Lightweight. Adds only 985 bytes of data to your pages.
  • Open-source (GPLv3 licensed).

Pending Features

  • To send Wordpress Data to Tableau.

How to install

To install the Traffic Forecast plugin,

  1. Download the Traffic Forecast plugin from the Release page.
  2. Head over to your Wordpress Dashboard and click on Plugins,
  3. Click on Add New.
  4. Click on Upload Plugin and upload the Traffic Forecast plugin.
  5. Click on Activate Plugin.
  6. Click on Dashboard and then on Forecast right below the Dashboard in the side menu.
  7. Click on Sign in to Tableau Cloud.
  8. Done.

How to build

To run the latest development version of the plugin, take the following steps.

First, clone the repository using Git in your /wp-content/plugins/ directory

git clone [email protected]:AyushDhimann/Traffic-Forecast.git

Create the autoloader using Composer.

composer install

Install client-side dependencies using NPM

npm install

Build the plugin assets by issuing the following command:

npm run build

Credits

Thanks to dannyvankooten's organization, ibericodes repository koko-analytics for making the best open-source wordpress analytics plugin.

License

GNU General Public License v3.0

About

TrafficForecast is a WordPress extension that simplifies website analytics using Tableau. It provides real-time insights into website traffic and performance, allowing website owners to make data-driven decisions to improve their online presence. Perfect for anyone looking to take their WordPress website to the next level.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 57.8%
  • JavaScript 38.1%
  • SCSS 4.1%