Gravity Forms UTM Tracking
Automatically captures and stores UTM parameters in Gravity Forms submissions.
by TomJacobsUK · github.com/tomjacobsuk/gravity-forms-utm-tracking · website
★ 0stars
8release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/tomjacobsuk/gravity-forms-utm-tracking/releases/download/1.0.1/gravity-forms-utm-tracking.zipFrom the readme
Gravity Forms UTM Tracking
Automatically captures and stores UTM parameters in Gravity Forms submissions.
Description
This plugin automatically captures UTM parameters from the URL and stores them in Gravity Forms submissions. It ensures that the UTM fields are present in the form and populates them with the appropriate values.
Installation
1. Upload the plugin files to the /wp-content/plugins/gravity-forms-utm-tracking directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Ensure that your Gravity Forms have the necessary UTM fields.
Frequently Asked Questions
How do I ensure UTM fields are present in my forms?
The plugin automatically adds the UTM fields (utmsource, utmmedium, utmcampaign, utmterm, utmcontent) to your forms if they are not already present. You may need to save each form once after installing.
How are UTM parameters captured?
The plugin captures UTM parameters from the URL and stores them in cookies. These values are then populated into the Gravity Forms fields.
Changelog
1.0.1
- Added functionality to track and store the landing page URL.
1.0.0
- Initial rel
Read the full README on GitHub →