Creame
Forum Replies Created
-
Forum: Plugins
In reply to: [Joinchat] Better JoinChat event than generate_leadHi, @angelmendezm.
“generate_lead” is the recomended event type for this type of interaction and you can easily filter it by the “JoinChat” category to differentiate it from other leads such as form submission.
Anyway, if you want to launch another GA4 event with Joinchat, you can modify it with a simple php snippet:
add_filter( 'joinchat_get_settings', function( $settings ){ $settings['ga_event'] = 'your_ga4_event'; // e.g. 'whatsapp_lead' return $settings; } );
Forum: Plugins
In reply to: [Joinchat] JoinChat event doesn’t fireThis is already solved ??
Forum: Plugins
In reply to: [NSFW] [Joinchat] Se actualizo a la version 5,1 con wordpress 6.5This is already solved ??
Forum: Plugins
In reply to: [Joinchat] JoinChat event doesn’t fireHi, @dahuegon updated to 5.1.5.
I’m sorry, in my haste I haven’t updated the minified scripts.
Thanks for the warning and sorry for the inconvenience.
Forum: Plugins
In reply to: [Joinchat] JoinChat event doesn’t fireReleased version 5.1.4 ??
It’s no longer necessary to check the Joinchat setting to detect multiple destinations. The script looks for GA4 properties on the old system and the new one and send a “generate_lead” event.
Also fix send GTM event if function “gtag” it’s undefined.
Forum: Plugins
In reply to: [Joinchat] JoinChat event doesn’t fireThanks @zeh32!
Could you try with this dev version? It’s the next version (5.1.4) but I would appreciate if you could test it first before releasing it.
Forum: Plugins
In reply to: [Joinchat] JoinChat event doesn’t fireHave you tried version 5.1.2 or later?
If you don’t share your site’s url we can’t review what’s happening…
- This reply was modified 11 months, 2 weeks ago by Creame.
Forum: Plugins
In reply to: [Joinchat] JoinChat event doesn’t firePlease, what is your website?
Forum: Plugins
In reply to: [NSFW] [Joinchat] Se actualizo a la version 5,1 con wordpress 6.5@djwilko12 Please, what is your website?
Forum: Plugins
In reply to: [Joinchat] How can I display this only on a specific pageHi,
Sorry for the late response, I guess you’ve already figured it out on your own.In Joinchat settings, in the Visibility tab you can hide it on the entire site by default. And then you edit the page where you want to show it and in the Joicnhat metabox you configure it as visible.
Forum: Plugins
In reply to: [Joinchat] JoinChat event doesn’t fireHi,
There was a javascript error in sending events function in version 5.1 but it has been resolved in version 5.1.1Forum: Plugins
In reply to: [Joinchat] WPML String TranslationYou need to save Joinchat settings to register strings in WPML.
Forum: Reviews
In reply to: [Joinchat] Se actualizo a la version 5,1 con wordpress 6.5Hemos actualizado a la versión 5.1.1 con el error corregido.
Gracias por el reporte.
- This reply was modified 11 months, 3 weeks ago by Creame.
Forum: Plugins
In reply to: [NSFW] [Joinchat] Se actualizo a la version 5,1 con wordpress 6.5Hemos actualizado a la versión 5.1.1 con el error corregido.
Gracias por el reporte.
- This reply was modified 11 months, 3 weeks ago by Creame.
Forum: Reviews
In reply to: [Joinchat] Se actualizo a la version 5,1 con wordpress 6.5Hola, ?nos puedes pasar la url de tu sitio?