This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Universal WP Lead Tracking

Description

Universal WP Lead Tracking gives you important information about users from contact form submissions on your WordPress site and allows you to instantly set up Google Analytics events to send conversion data when someone submits a form on your website.

When you receive an e-mail from a contact form on your website, you will instantly see data on a user’s landing page on your site, the page that they filled out the contact form on, the referring source that sent them to your website, their location IP (country-level) and browser/platform used.

This information is added by simply putting the [tracking-info] shortcode in the email being sent to you when a user submits a form on your website. Just paste the [tracking-info] shortcode in your e-mail template, and every time you receive a lead from your website, you will be able to see information from the user that submitted the form.

The Specific Information This Plugin Provides

The tracking info specifically includes the Form Page URL, Original Referrer, Landing Page, User IP, and Browser. What do these specific items mean?

  • Form Page URL: This is the page on your website where the user filled out your form.
  • Original Referrer: This is where the user came to your website from such as Google or Facebook.
  • Landing Page: This is the page on your website that the user first came to from an outside source.
  • User IP: This is the IP address of the user that sent a form submission and includes a country location.
  • Browser: This tells you what browser a user was on when they sent a form submission.

This Tracking Code Works With Most Major Form Plugins

This shortcode tracking method will work with forms on Contact Form 7, Gravity Forms, Ninja Forms, or Elementor PRO. Because it is shortcode based, you can just drop in the code to the e-mail submission template on any of these major form plugins.

If you are sending your website e-mail submissions via an HTML based output on one of these plugins, we have that covered too. Just add html=”true” to your shortcode like so: [tracking-info html="true"]

This Plugin Sends Form Events To Google Analytics

As an added feature, you can track any form submission on your website as a Google Analytics event if you have Google Analytics set up on your website.

This happens automatically when you check the box for the Analytics event you want on the plugin settings section. We currently support ga{} events for Universal Analytics and gtag{} events for Google Analytics 4.

This will show up in your Google Analytics view as an action called “submit” with an event category called “Contact Form” that you can then set as a lead source in your conversion preferences in Google Analytics

For more plugins, help, or information about this plugin please visit www.inboundhorizons.com.

Screenshots

  • This is the view of the plugin admin panel options you will see in Wordpress
  • This is an example of where you will enter the tracking shortcode on a web form. This is an example from a Contact Form 7 mail form sent to the Wordpress site administrator after a user submits a form on the site.
  • This is an example of the tracking information you will receive at the bottom of a response email when a user submits a form on your site.

Reviews

يناير 25, 2023 1 reply
I've been using other contact form 7 tracking plugins for YEARS, and then they started to have issues with displaying the referring URL. Found this one, it works! Works on ninja form, too. Highly recommended, thank you to the devs.
Read all 0 reviews

Contributors & Developers

“Universal WP Lead Tracking” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.3.1 – 2023-02-01

  • TWEAK: Cleaned up some code and clarified wording on settings page.
  • ADD: Added IP lookup functionality to find country based on IP address. IPv6 requires the GNU Multiple Precision (GMP) extension to be installed.

1.0.3 – 2023-01-25

  • TWEAK: Changed some wording on admin page and edited readme.txt

1.0.2 – 2022-11-04

  • TWEAK: Tested with WordPress v6.1

1.0.1.3 – 2022-10-28

  • FIX: Escaped HTML and Scripts

1.0.1.2 – 2022-10-27

  • TWEAK: Updated readme