Hey, we had great success with your plugin on our other websites, however, on both GoDaddy Managed WordPress our business owns (they have the same plugins as my other sites), UTMs are not tracked in Overview tab at all.
This Managed WordPress has a caching feature, but I am failing to decipher what and where I need to do to make your plugin work.
Would really appreciate some help!
I’ve just implemented this plugin and it seems to be picking up UTM data as expected, however after following the steps in the documentation to pass data through WPForms, the entry comes up with Empty. I am using {utm_event_tracker_utm_campaign} but have also tried {utm_event_tracker:utm_campaign} to no avail. Is there something I am doing incorrectly?
]]>I have the free plugin version installed.
In UTM Analytics>Sessions I have 3 existing lines of data.
When I go to a URL (with UTM) that has not previously been logged, the Campaign field (in sessions screen) is overwritten with the campaign name from the new URL i have just accessed. The “Views” number remains and is updated. I am wondering why the sessions screen will hold no more than 3 lines and why the campaign name gets overwritten.
]]>Hi Repon,
I am finding your plugin very interesting, I am still testing it, but so far I like it.
One question:
This website is not online store, I just need to track email link and phone link click on the website.
Don’t have contact form also.
As 90% of website visitors are though smartphones, can I track an events like click on a phone link or click on a email link?
Cheers
]]>Hi!
Thank you for your contribution with this great plugin.
I want to add the UTM fields that appear in the Woocommerce order to the “order.created” webhook.
I can modify this webhook from from functions.php, with something like this:
add_filter( ‘woocommerce_webhook_payload’, ‘modify_order_webhook_payload’, 10, 4 );
function modify_order_webhook_payload( $payload, $resource, $resource_id, $id )
{
$order = wc_get_order( $resource_id );
$utm_source = get_post_meta( $order , ‘[_YOUR FIELD NAME]‘ , true );
$payload[‘order’][‘utm_source’] = $utm_source ;
return $payload;
}
How can I acces to your plugin fields ( or whats is the field’s name ) to be added this way?
Thank you very much.
Great plugin!
We use Formidable Forms Pro Elite, and have entered the utm parameter in the default field, but nothing pulls through. We followed the image instructions for Elementor Pro Forms, that worked, but there isn’t any image illustration for Formidable.
I want to track and capture where visitors come from (e.g., the press release campaign site) and store that information when they fill out your Elementor form ? How can i do this
]]>I am using nitropack plugin for caching pages (fast loading speed).
without caching the UTM tracker value fetched from form but With page caching the value is not fetched why?
Thank you so much for providing the plugin – it’s greatly appreciated!
I have a quick question: Does the plugin work with Google Analytics? Specifically, will the UTM parameters be available across pages for GA to capture and process?
]]>Does or how does this work with Piotnet Forms?
]]>Hello Repon,
I installed the free version to test. Using test URLs adding query parameters for gclid, utm_campaign, etc., show no values in the dashboard views. How can I confirm the plugin is functioning correctly?
Correction, everything but gclid shows. Is that only in the paid version?
Regards,
Michael
]]>