Now I have to test your suggestions.
Original Message:
Sent: 02-01-2024 15:49
From: Brad Murlin
Subject: Getting information about which option in IVR was selected by the customer
Yup!
------------------------------
Brad Murlin
Zillow, Inc.
Original Message:
Sent: 02-01-2024 14:59
From: Borislav Taskov
Subject: Getting information about which option in IVR was selected by the customer
You mean this filter?

------------------------------
Borislav Taskov
METRO Digital GmbH
Original Message:
Sent: 02-01-2024 14:51
From: Brad Murlin
Subject: Getting information about which option in IVR was selected by the customer
The external tag can be filtered/searched upon within the Genesys supervisor and admin UI, but participant data cannot. If a supervisor needed to know how many people chose option 1, then 2, they could filter on calls with an external tag of 'Opt 1, SubOpt 2' or however you formatted your text.
------------------------------
Brad Murlin
Zillow, Inc.
Original Message:
Sent: 02-01-2024 14:45
From: Borislav Taskov
Subject: Getting information about which option in IVR was selected by the customer
Yes, you are right. I see participant data in this end point. In this case could I use only variable? What is the advantage to have tag also?
BR,
Borislav
------------------------------
Borislav Taskov
METRO Digital GmbH
Original Message:
Sent: 02-01-2024 14:21
From: Dean Thames
Subject: Getting information about which option in IVR was selected by the customer
Yes. All the information relating to that call, including tags and participant data are available in the Get /api/v2/conversations/{conversationId} endpoint.
------------------------------
Dean Thames
Sr. Principal Consultant Cloud CX
Original Message:
Sent: 02-01-2024 14:07
From: Borislav Taskov
Subject: Getting information about which option in IVR was selected by the customer
Thank you very much, Dean! I don`t have an experience with tags, but I think I could do this. But again the question is, could I in this case get the information via API.
BR,
Borislav
------------------------------
Borislav Taskov
METRO Digital GmbH
Original Message:
Sent: 02-01-2024 13:54
From: Dean Thames
Subject: Getting information about which option in IVR was selected by the customer
Hi Borislav,
Along the lines of what Anton suggested, you could also collect the data inside variables as the call moves through the flow, appending new selections to it as you go, then set that string as an External Tag. For example:
First menu, customer selects option 1: Flow.Options = Opt1
Sub menu, customer selects option 2: Flow.Options = Append(Flow.Options, ", SubOpt2")
Set External Tag = Flow.Options
External Tag now = Opt1, SubOpt2
External tags have a character limit of 36, so you cant get too wordy. But for ivrs that don't have too many sub menus this would work. And you can filter on external tags in the interactions view.
------------------------------
Dean Thames
Sr. Principal Consultant Cloud CX
Original Message:
Sent: 02-01-2024 01:59
From: Borislav Taskov
Subject: Getting information about which option in IVR was selected by the customer
Dear colleagues,
We need to know which specific IVR option is selected in the frames of specific call. We use Milestones for IVR options and we can get the aggregate results for some time interval and for specific Callflow, but the question is, whether it is possible to have detailled information for every single call.
Best regards,
Borislav
#Reporting/Analytics
------------------------------
Borislav Taskov
METRO Digital GmbH
------------------------------