Skip to content

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.

License

Notifications You must be signed in to change notification settings

reatlat/wp-campaign-url-builder

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published