Zopim Chat - Track Chats as Conversions - Google Analytics 4
To currently track zopim chats in the widget with Google Analytics 3 (GA3) we use your event called 'served by operator' which is sent with code from your zopim chat widget into GA3, when a chat is going on. However, GA3 is being made obsolete by Google in July 1 23. We rely quite heavily on tracking zopim chats with that 'served by operator' event in GA3 and were hoping it would be updated to work with Google Analytics 4 (GA4) by that time. I contacted support a year ago and didn't get a reply so replied back yesterday and was advised it is not supported.
It used to show a breakdown of chat agents. That's a good feature but not really needed.
What is needed essentially is the feature to send Google Analytics 4 an event when a chat is happening in the chat widget. All we want to do is track a chat as a lead.
As an example, the recommended event generate lead could be sent when a chat is going.
https://support.google.com/analytics/answer/9267735?hl=en&ref_topic=9756175
https://developers.google.com/analytics/devguides/collection/ga4/reference/events?client_type=gtag#generate_lead
gtag("event", "generate_lead", {
currency: "GBP",
value: 01.00
We were hoping it might be added as a feature to be able to do this by the time it's made obsolete.
A few ways we could track chats as leads:
Obviously the most simple way is to update the event code to support GA4.
Alternatively there could be a new type of trigger that fires after x number of messages were sent by vistor. There could be a blank field to enter a GA4 event code in to, which want to run. That GA4 event code would then run when the trigger fires.
Another way could be to allow the operator chatting to the visitor in the chat widget, to redirect the visitor to the conversion success page on the website after the chat has completed, if that particular chat lead to an order.
-
There are other people asking as well on the comments here:

