I have been advised it is only possible to increment an IVR profile (in GA monitoring) if a (inbound) call is presented to it.
Is this correct?
Using another forum post I attached key=gsw-ivr-profile-id, value=[iveprofileid] before play application block however this does not increment the ivr profile referenced, instead adds to default profile.
If we are using a URS centric routing strategy through IRD, then i thought it was possible through attached data (that references the gvp profile id).
We logged an SR with genesys partner who say ivr profile will only increment if call is presented to it - assuming this means GVP centric routing.
All we are trying to do is track the number of calls (total and peak) when a vxml file is called through Play Application block in IRD.
Currently we have a total number including announcement requests/outbound cpd which does not differentiate between them all.
Just checked gvp deployment course guide which states to map ivr profile in urs centric strategy you add gvp-tenant-id= to {s}APP_URI - is this incorrect??
Added the attached data in routing strategy however is still not counting the ivr app referenced.
I think the issue is the presence of the gvp-tenant-id so the gsw-ivr-profile-id is ignored.
Found this in the GVP 8.1 users guide:
The user-defined name that was assigned to
the IVR Profile when it was created.
Note: For backwards compatibility:
If gvp-tenant-id = [TenantX], Resource
Manager assumes that the associated
tenant for the call is TenantX.
If gvp-tenant-id = IVRAppY, Resource
Manager assumes that the associated
IVR Profile for the call is IVRAppY. If
the X-Genesys-gsw-ivr-profile-id
header is also present, it is used to
determining the IVR Profile and the
Request URI parameter denotes the
tenant.
If gvp-tenant-id = [TenantX].IVRAppY,
Resource Manager assumes that the
associated tenant for the call is TenantX,
and the IVR Profile is IVRAppY. If the
X-Genesys-gsw-ivr-profile-id header
is also present, it is ignored.
in mcp logs I can see the gvp-tenant-id=[TenantX].IVRAppY as below within the GVP-Session-ID as below:
Before I wrote my post all have tested all, and it works. When I set the KVP gsw-profile-id within the strategy, the count is made on IVR which is configured via that KVP.