- 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).
- To send Wordpress Data to Tableau.
To install the Traffic Forecast plugin,
- Download the Traffic Forecast plugin from the Release page.
- Head over to your Wordpress Dashboard and click on Plugins,
- Click on Add New.
- Click on Upload Plugin and upload the Traffic Forecast plugin.
- Click on Activate Plugin.
- Click on Dashboard and then on Forecast right below the Dashboard in the side menu.
- Click on Sign in to Tableau Cloud.
- Done.
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
Thanks to dannyvankooten's organization, ibericodes repository koko-analytics for making the best open-source wordpress analytics plugin.
GNU General Public License v3.0