=== Ur-Text Simple Landing Tracking ===
Contributors: urtext
Donate link: https://urtext.ca/
Tags: tracking, utm, rss, feed, ads
Requires at least: 6.2 
Tested up to: 6.9
Stable tag: 1.0.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Automatically post UTM-coded post URLs to social media using syndicated feeds. Visitor data is fully anonymized and privacy law compliant.

== Description ==

The Ur-Text Simple Landing Tracking plugin lets you see where visitors to your WordPress pages are coming from.  When visitors land on your site by clicking links with your UTM codes (or navigate through your site internally using UTM-coded links), the request is tracked so you can see how many people are clicking those links.

If you use social media autoposting services like Sendible or Dlvr.it, you can create custom RSS feeds with UTM coded links so you can track all visitors from a specific source.

Also lets you create your own custom non-UTM code for tracking.

Features:
- Plugin uses no cookies and retains no information about specific visits
- All stored information is completely anonymous
- Basic bot and crawler filtering removes bots from your visitor statistics
- Automatically deletes old data
- Report showing breakdown of landings
- Download stats in .csv format

== Installation ==

Install the plugin to your blog and visit the Settings page to set up your UTM codes.

== Screenshots ==

1. Table of created UTM sets
2. Tracking code entry form
3. Form for creating UTM-coded RSS feeds
4. Picker for getting UTM-coded urls for posts and pages
5. Tracking report

== Changelog ==

= 1.0.4 =
* Tested to WP 6.9

= 1.0.3 =
* refactored variable names

= 1.0.2 =
* replaced Chart.JS with custom charting engine

= 1.0.1 =
* changed how params are passed for RSS feeds

= 1.0 =
* initial release