A simple plugin to give you the power to track source, medium, campaign and keyword on your CF7 forms
This plugin saves any UTM values coming in URL with cookies and let the users browse the website normally.
You dont have to worry about passing the values when users are switching from page to page. All the values are stored and automatically retrieved when a user submits any contact form 7.
The following parameters are recognized:
Source -> utm_source
Campaign -> utm_campaign or campaign
Keyword -> utm_term or keyword
Medium -> utm_medium
Additional setup is required for every form in which you wish to do source tracking. See installation below.
Installation using wordpress:
- Login into admin panel.
- Go to plugins.
- Click on add new.
- Upload the ZIP file provided for this plugin.
- Cick install.
- Enable the plugin after you see successful installation page.
To add source tracking on a form, add any of the following hidden fields anywhere in your CF7 form:
[hidden source class:sko_source]
[hidden campaign class:sko_campaign]
[hidden keyword class:sko_keyword]
[hidden medium class:sko_medium]
Note: It is vitally important not to change the field's class.
Every time the form is loaded onto a page, this plugin with automatically fill the hidden fields with your data.