reatlat / wp-campaign-url-builder

WordPress plugin - Generates links for Analytics tools and short link. Enter your Campaign Name, Source, Medium (UTM link) etc. to generate a full link and a short link (trough the Bitly URL Shortener API) all in once.

Home Page:https://wordpress.org/plugins/campaign-url-builder/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WordPress - Campaign URL Builder

Generates links for Analytics tools and short link. Enter your Campaign Name, Source, Medium (UTM link) etc. to generate a full link and a short link (trough the Google URL Shortener API) all in once.

Docker

Setup

First, get docker, and install:

Once installed, you can check everything is up and running:

docker --version
docker-compose --version
docker-machine --version (Mac-only)
Linux only

On Linux, to manage docker as non-root user, add your user to docker group:

sudo usermod -aG docker $USER

and load on startup:

sudo systemctl enable docker

And if you are using NetworkManager, add a DNS for Docker and restart:

echo 'json { "dns": ["8.8.8.8", "8.8.4.4"] }' | sudo tee /etc/docker/daemon.json
sudo service docker restart

Run

docker-compose up

Install DEMO Data (Seed)

docker-compose exec wordpress bash /docker-scripts/wp-demo-install.sh

Helpful information

Plugin Handbook

LICENSE

GNU GPL v3.0

About

WordPress plugin - Generates links for Analytics tools and short link. Enter your Campaign Name, Source, Medium (UTM link) etc. to generate a full link and a short link (trough the Bitly URL Shortener API) all in once.

https://wordpress.org/plugins/campaign-url-builder/

License:GNU General Public License v3.0


Languages

Language:PHP 75.0%Language:JavaScript 12.8%Language:SCSS 11.7%Language:Shell 0.5%