Repon Hossain
Forum Replies Created
-
Hi @branja,
Thank you for your suggestion. I think it will be better if It possible to implement. I need time for find out the solution you asked. The point 2 will be very easy and extendable for users. I have good idea.
Another question about “Top 5 Events Keywords”.
May I know about the keywords. Is it utm campaign?
Can we discuss to other platform like email or whatsapp?
Thanks,
No problem. Just share with me what you want. I’ll try to implement your requirement.
Hi @branja,
You have asked me for very important type of event. I’ve understood what you wanted. This is look like a premium feature. I’ll add this within premium version. Would you mind if I add this feature in premium version?
Thanks,
Forum: Plugins
In reply to: [UTM Event Tracker and Analytics, UTM Grabber] Formidable FormsThank you for your time. You are all set correctly. Can you do one more test after deactivating the lightspeed plugin?
Also can you follow another guideline for Elementor form? Check this screenshot https://ps.w.org/utm-event-tracker-and-analytics/assets/guideline-elementor-forms.png?v=3833773
{utm_event_tracker:utm_content}use this value at the default value field. Ensure you are using this plugin’s last version (1.1.1).- This reply was modified 1 year, 4 months ago by Repon Hossain.
Forum: Plugins
In reply to: [UTM Event Tracker and Analytics, UTM Grabber] Formidable FormsHi,
I have reviewed the plugin again and it is working fine with multiple email forms. Have you added fields to the email. Check this screenshot https://prnt.sc/h-Bux8aPmqxF
Let me know if it is working or not.
Forum: Plugins
In reply to: [UTM Event Tracker and Analytics, UTM Grabber] Add UTM fields to WebhookPlease don’t forget to leave a rating of this plugin here https://ww.wp.xz.cn/support/plugin/utm-event-tracker-and-analytics/reviews/
Forum: Plugins
In reply to: [UTM Event Tracker and Analytics, UTM Grabber] Add UTM fields to WebhookI have not understood what you exactly wanted. Below the parameter key you can use.
utm_campaign
utm_medium
utm_source
utm_term
utm_content
fbclid
gclid
ip_address
landing_pageForum: Plugins
In reply to: [UTM Event Tracker and Analytics, UTM Grabber] Add UTM fields to WebhookI’ll review the code again.
Can you confirm me if the order contain UTM data?
You can see the UTM Event Tracker meta box on order page in backend.
Forum: Plugins
In reply to: [UTM Event Tracker and Analytics, UTM Grabber] Add UTM fields to WebhookHi,
I have edited my answer. Please read again.
$session_id = get_post_meta($order->ID, ‘utm_event_tracker_session’, true);
$session = \UTM_Event_Tracker\Session::get_by_id($session_id);$session->get(‘utm_source’, ‘default value’);
Forum: Plugins
In reply to: [UTM Event Tracker and Analytics, UTM Grabber] Add UTM fields to WebhookHi @hectormr85,
You can get value like below
$session_id = get_post_meta($order->ID, ‘utm_event_tracker_session’, true);
$session = UTM_Event_Tracker\Session::get_by_id($session_id);$session->get(‘utm_source’, ‘default value’);
Let me know it is working or not.
Don’t forget to leave a rating of this plugin if you happy about support.
Thanks
- This reply was modified 1 year, 4 months ago by Repon Hossain.
Forum: Plugins
In reply to: [UTM Event Tracker and Analytics, UTM Grabber] Formidable FormsOkay great, I’ll review again the problem.
Forum: Plugins
In reply to: [UTM Event Tracker and Analytics, UTM Grabber] Formidable FormsThat’s good. Have you added the field in confirmation email? Please check carefully.
I’ll review again the code.
Forum: Plugins
In reply to: [UTM Event Tracker and Analytics, UTM Grabber] Formidable FormsHave you checked, the plugin is collecting UTM data. If collecting, the data will be passed in Elementor form.
Forum: Plugins
In reply to: [UTM Event Tracker and Analytics, UTM Grabber] Formidable FormsYou meant multiple forms of Elementor. Yes it should work.
If you satisfy don’t forget to leave a rating.