Kirby 3 UTM - Track events from URLs with UTM parameters

I am creating posts for my plugins to make it easier to find them using the forum search and not just the docs search.

This plugin will after an easy setup automatically track events from URLs with UTM parameters and display statistics about them in the panel. The following parameters are supported.

  • utm_source
  • utm_medium
  • utm_campaign
  • utm_term
  • utm_content

Example URL for tracking a click on a link in x-mas email to clients:
https://www.example.com?utm_source=myself&utm_medium=email&utm_campaign=xmas-2020

If you link it to a free (or paid) ipstack account you can also track information about the location of your visitors. Only hashed IPs will be stored in the tracking database.