" /> How to transfer strategy variable to Reporting - Genesys CTI User Forum

Author Topic: How to transfer strategy variable to Reporting  (Read 3476 times)

Offline AvianSun

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
How to transfer strategy variable to Reporting
« on: February 12, 2009, 05:01:17 PM »
Advertisement
Hello all,

I am very new to working with Genesys, and I have run into a bit of a problem...

Part of our routing strategy involves giving people an "out" to go to voicemail.
This was accomplished easily enough.

Now, we're trying to count the number of times people go to voicemail per strategy.
(Ie. Client 'A' has their own strategy, so when we report on it we would like to be able
to make a report for Client 'A' and include a "Voicemails Received" field.)

It is imperative this data is able to be pulled in by CCPulse.

What is the easiest/cleanest way to accomplish this feat?

I see a number of different ways to collect the data, but I can figure out how to add it in a sensible
way to pull it back up in CCPulse.  The best I've mustered so far is generating a URS update in the
T-Server log.

Any help would be greatly appreciated.
(Even reference to relevant documentation, as my scans through the documentation I have did not
avail me much.)

{Genesys version 7.1}

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: How to transfer strategy variable to Reporting
« Reply #1 on: February 12, 2009, 05:41:06 PM »
Hi,

The easiest way is to add (attach) some key-value pair into UserData and define filter on StatServer. In CCPulse+, you will add another instance of required statistic to a view and assign filter to it.

Please look at "Universal Routing 7.1 Reference Manual" for description of the functions "Attach" or "Update". You can use IRD block "Multi-Attach" as well. Look at "Framework 7.1 Stat Server User's Guide" to section "Filters Section" as well to find out what the filter is and how to define it. Finally, check help of CCPulse for description how to add new statistic with filter.

R.

Offline AvianSun

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: How to transfer strategy variable to Reporting
« Reply #2 on: February 12, 2009, 05:44:55 PM »
Excellent, I will look at all of the above.

Thank you very much!

Offline cmcshane

  • Newbie
  • *
  • Posts: 28
  • Karma: 0
Re: How to transfer strategy variable to Reporting
« Reply #3 on: February 13, 2009, 10:22:52 AM »
Another way to do it is to create VirtualQueue for the the calls that go to voicemail. When the calls time out and needs to go to voicemail, drop it off on a dedicated Route Point and track it with the voicemail VQ.

The stat server filter will work perfectly, but just giving another option in case you're not that familair with reporting.

Hope this helps.

Colin

Offline mark

  • Sr. Member
  • ****
  • Posts: 415
  • Karma: 2
Re: How to transfer strategy variable to Reporting
« Reply #4 on: February 13, 2009, 03:44:47 PM »
I think the attached data route would be cleaner, especially if you are already using VQs during agent targetting.