UTM Switcher is tool to help you track where your site visitors are coming from and modify page elements based upon utm source GET in url.
In digital marketing, it can be difficult to figure out which of your channels is getting the best results whether it's Adwords, facebook paid advertising, blogging, or something else.
The information stored is taken from URL's GET variables utm source, utm medium, and utm campaign.
When UTM Switcher finds DOM using jQuery, it replaces the content of that element with the value supplied in the switch.
Each Switcher can be set to match specific utm source in the URL or stored as cookie value to DOM element.
example of this is if the utm source value is Facebook change the value to 1234 and if the utm source value is Twitter change the element to 4321.
Each Switcher can also be set to replace the value with anchor tag for use with call tracking plugin..
This information will include the information gathered from URL GET variables utm source, utm medium, and utm campaign.
matching value in Campaign Source field to the utm source GET variable will replace the selector's content with the in Replacement Value field.
The basic structure of this plugin was cloned from WordPress-Plugin-Boilerplate project...
Read more