I am running a report (CCA) to display campaign answers by agent.
It is not available in CCA, out of the box I think.
To do this I set up an option in statserver below:
[TotalNumberCampaignAnswer]
Category=TotalNumber
MainMask=UserEvent
Objects=RegDN, Agent, Place, GroupAgents, GroupPlaces
Subject=DNAction
with filter:
Campaign_Answer=PairExist(“GSW_CALL_RESULT”, “33”)
This works but double counts each result. For example if an agent answers outbound campaign call, and marks result as answer, stat shows 2.
Is the statistic above set correctly? or does user event occur twice for the figure to increment twice?
We need this stat to distinguish between calls with customer and answer machine, which are also routed to agents.