How would I calculate one-touch tickets? | Community
Skip to main content

How would I calculate one-touch tickets?

  • April 28, 2023
  • 3 replies
  • 0 views

I can pull total tickets, satisfaction score, and many other metrics using the APIs, but I can't seem to figure out how one would gather data on the one-touch tickets. I even tried asking ChatGPT, but it keeps suggesting a filter on the "one-touch" tag which doesn't seem to exist.

3 replies

ali34
  • May 2, 2023

 You can calculate your mean Average Agent Touches per Ticket by taking the total number of replies on resolved conversations and dividing that by the total number of resolved conversations with at least one reply within the currently selected time period.


Hello,
 
We define "one-touch" solves as tickets that are solved where the agent replies count is less than 2.  So you can determine whether a ticket is a one-touch solve from the Ticket Metrics API.

  • Author
  • May 10, 2023

Awesome! Thanks! I think I've got it sorted now. Much appreciated.