Hi,
We're in the process of migrating to Genesys Messenger from Live Person and I need some help sending the same chat events to my analytics tool.
The below table shows the events I need to migrate, and the equivalent subscription event in Genesys. Can I get some help in filling out the blanks?
Event Name | Genesys Messenger Plugin.Event | Comments |
---|---|---|
Chat icon visible | Launcher.visible | Doesn't seem to fire when controlled by business rules |
Chat icon minimised | Launcher.hidden or Conversations.closed? | Conversations.closed only seems to fire |
Messenger window open | Messenger.opened | Fires 3 times. Need to throttle in Javascript so event only fires to analytics once. |
Messenger window closed | Messenger.closed | Fires 3 times after "clear and leave conversation" rubbish bin icon selected. Need to throttle in Javascript so event only fires to analytics once. |
First chat with bot | ? | Can't find an event which fires only once per session |
First chat with agent | Conversations.started? | Can't find an event which fires only once per session |
Chatting with bot | ? | We're using the Genesys native Messenger UI - can't find an event outside of Messaging Service plugins. |
Chatting with agent (including their name) | ? | We're using the Genesys native Messenger UI - can't find an event outside of Messaging Service plugins. Also name of real agent doesn't seem to be available |