m (1 révision importée : Milengo test upload)
m (1 révision importée)
Ligne 1 : Ligne 1 :
=Propriétés de statistique=
+
=Statistic Properties=
{{#anc:Statistic Properties}}
 
  
 
<onlyinclude>
 
<onlyinclude>
  
Lorsque vous sélectionnez une statistique dans l’[[RTRTemplates|Assistant Modèle]], Genesys Pulse affiche les valeurs des propriétés de la statistique. Les propriétés de cette statistique sont décrites ci-dessous.
+
When you select a statistic within the [[RTRTemplates|template wizard]], Genesys Pulse displays the values of the statistic properties. These statistic properties are described below.
  
{{NoteFormat|Vous pouvez modifier une définition de statistiques lors de la définition d'un modèle. Les statistiques de Genesys Pulse sont décrites dans le fichier [https://docs.genesys.com/Special:Repository/Pulse_85106_Templates.xls?id=b89973fe-e5a3-4af2-9934-ada0ffcafa62 templates.xls].|2}}
+
{{NoteFormat|You can modify a statistic definition while defining a template. See [[RTRTemplatesA|Report templates and statistics details]].|2}}
  
 
__TOC__
 
__TOC__
  
{{#anc:Alias}}
 
 
==Alias==
 
==Alias==
L'alias doit être un nom unique représentant le nom technique de la statistique. Utilisez une lettre ASCII comme premier caractère.
+
The Alias must be a unique name that represents the technical name of the statistic. Use an ASCII letter for the first character.
  
{{#anc:Display Alias}}
+
==Display Alias==
==Alias d'affichage==
+
The Display Alias is the name displayed on the report.
L’alias d'affichage est le nom affiché dans le rapport.
 
  
{{#anc:Description}}
 
 
==Description==
 
==Description==
La description fournit la signification fonctionnelle de la statistique.
+
The Description provides the functional meaning of the statistic.
  
{{#anc:Display Format}}
+
==Display Format==
==Format d'affichage==
+
The Display Format specifies whether values are shown as time or numbers, and, if numbers, the number of decimal places. Depending on the statistic you chose, the available formats in the drop-down list are time-based or numerical.  
Le format d'affichage indique si les valeurs sont affichées sous forme d’heure ou de nombre et, si elles sont affichées sous forme de nombre, le nombre de décimales. Selon la statistique que vous avez choisie, les formats disponibles dans la liste déroulante sont basés sur le temps numériques.
 
  
'''Liste de valeurs :''' Heure, Entier, Nombre, Pour cent, Chaîne
+
'''List of Values:''' Time, Integer, Number, Percent, String
  
 
{{CloudStep_Stack
 
{{CloudStep_Stack
|title=Filtres
+
|title=Filters
|text=Les filtres représentent des filtres de statistiques qui définissent des conditions restrictives sur les actions utilisées lors du calcul de la statistique. Consultez le chapitre "Catégories statistiques" dans la section [http://docs.genesys.com/Documentation/RTME/latest/User/Guide d’utilisation de Filters Framework Stat Server] pour savoir comment définir des statistiques filtrées.
+
|text=The Filters represent statistical filters that define restrictive conditions on actions used while calculating the statistic. See the "Statistical Categories" chapter in the [http://docs.genesys.com/Documentation/RTME/latest/User/Filters Framework Stat Server User's Guide] to learn how to define filtered statistics.
  
La liste des filtres est disponible dans la section Configuration de GAX. Cette vue est disponible dans les options de l'application Stat Server utilisées par Genesys Pulse.
+
The list of Filters  is available in the Configuration section of GAX. This view is available in Stat Server application options used by Genesys Pulse.
  
Votre compte doit posséder les privilèges nécessaires pour accéder à cette section.
+
Your account must have privileges to access this section.
  
Dans GAX, vous pouvez ajouter, modifier ou supprimer un filtre.
+
Within GAX, you can add, edit or delete a filter.
  
'''Exemple de filtres'''
+
'''Filters Example'''
Supposons que vous souhaitez filtrer les appels selon la langue : Si l'entreprise définit la clé Langue pour identifier la langue et la valeur Espagnol pour les appels dont les interlocuteurs parlent espagnol, vous pouvez utiliser la fonction PairExists UserData pour rechercher des appels avec des données liées dans la paire clé/valeur Langue/Espagnol.
+
Suppose that you want to filter calls based on language: If the enterprise set up the key Language to identify language and the value Spanish for callers who speak Spanish, you could use the PairExists UserData function to search for calls with attached data in the Language/Spanish key-value pair.
  
Dans l'onglet Options de l’écran Propriétés du Stat Server, vous pouvez ajouter une option SpanishLanguage dans la section <nowiki>[</nowiki>Filtres<nowiki>]</nowiki> et spécifier un filtrage pour les appels avec des données jointes contenant la clé "Langue" et la valeur "Espagnol".
+
On the Options tab of the Stat Server Properties screen, you could add a SpanishLanguage option in the <nowiki>[</nowiki>Filters<nowiki>]</nowiki> section and specify filtering for calls with attached data containing the key "Language" and the value "Spanish".
  
Dans cet exemple, le champ Nom aura la valeur SpanishLanguage et le champ Valeur aura la valeur PairExists("Langue","Espagnol").
+
The example would have SpanishLanguage in the Name field and PairExists("Language","Spanish") in the Value field.
  
À présent, lorsqu'un agent joint la paire clé-valeur "Espagnol/Langue" pour les appels passés à partir d'une application de bureau, les appels sont retirés des calculs de statistiques.
+
Now, when an agent attaches the "Spanish/Language" key-value pair to calls from a desktop application, the calls are filtered out of statistical calculations.
  
 
|media1=Pulse_85105_StatOptions4.png
 
|media1=Pulse_85105_StatOptions4.png
Ligne 51 : Ligne 46 :
  
 
{{CloudStep_Stack
 
{{CloudStep_Stack
|title=Formule
+
|title=Formula
|text=Dans le panneau de détails des statistiques, vous pouvez créer ou personnaliser des statistiques en créant une [[RTRFormulas|formule]].
+
|text=From the statistic detail pane, you can create or customize statistics by creating a [[RTRFormulas|formula]].
  
La formule se base sur une syntaxe javascript, qui vous permet de calculer des expressions avec des valeurs fournies par d'autres statistiques et d’utiliser des fonctions fournies par Genesys pour obtenir des calculs plus spécifiques. Par exemple, vous pouvez calculer le rapport des appels abandonnés par rapport aux appels présentés dans votre file d'attente pour mesurer le pourcentage d'appels abandonnés de votre file d'attente.
+
The formula uses a javascript-based syntax, which lets you calculate expressions with values given by other statistic and use functions provided by Genesys for more specific calculations. For example, you can calculate the ratio of the calls abandoned to the calls offered in your queue to measure the percentage of abandoned calls in your queue.
  
Genesys Pulse suppose que les appels présentés sont définis par un alias statistique <tt>Présenté</tt> et que les appels abandonnés sont définis par un alias statistique <tt>Abandonné</tt>.
+
Genesys Pulse assumes the offered calls are defined by a statistic alias <tt>Offered</tt> and the abandoned calls are defined by a statistic alias <tt>Abandoned</tt>.
  
La formule doit retourner une valeur Result pour être valide et peut accéder à toutes les statistiques du modèle grâce à la syntaxe suivante : <tt>Données.<nowiki><</nowiki>Alias statistique<nowiki>></nowiki>.Valeur</tt>.
+
The formula must return a Result value to be valid and can access any statistics of the template with the following syntax: <tt>Data.<nowiki><</nowiki>Statistic-Alias<nowiki>></nowiki>.Value</tt>
  
Toutes les formules doivent contenir au moins une assignation pour la variable <tt>Result</tt> (par exemple, <tt>Résultat=</tt>). Le <tt>Résultat</tt> du calcul de la formule correspond à la dernière valeur de cette variable.
+
All formulas must contain an assignment for the <tt>Result</tt> variable (for example, <tt>Result=</tt>). The <tt>Result</tt> of the formula calculation is the final value of this variable.
  
Par exemple, voici une formule qui utilise la fonction <tt>G.GetAgentNonVoiceStatus()</tt> :<br>
+
For example, here is a formula using the function <tt>G.GetAgentNonVoiceStatus()</tt>:<br>
 
<source lang="Java">Result = G.GetAgentNonVoiceStatus(Data.Current_Status.Value, email);</source>
 
<source lang="Java">Result = G.GetAgentNonVoiceStatus(Data.Current_Status.Value, email);</source>
  
Ligne 73 : Ligne 68 :
 
|title=GroupBy
 
|title=GroupBy
 
|text={{NoteFormat|
 
|text={{NoteFormat|
* Le support <tt>GroupBy</tt> est basé sur la fonctionnalité <tt>Stat Server</tt> qui a été introduite dans la version 8.5.103. Pour plus d’informations, consultez le guide [https://docs.genesys.com/Documentation/RTME/latest/User/StatType StatServer User Guide].
+
* <tt>GroupBy</tt> support relies on <tt>StatServer</tt> functionality that was introduced in release 8.5.103. See the [[Documentation:RTME:User:StatType|StatServer User Guide]] for more information.
* Pulse prend en charge les instantanés lorsque <tt>GroupBy</tt> est appliqué à la même expression pour toutes les statistiques ou aucune.
+
* Pulse supports snapshots when <tt>GroupBy</tt> is applied to the same expression for either all or no statistics.
* Lorsque vous utilisez une expression <tt>GroupBy</tt> impliquant des données utilisateur modifiées au cours de l’appel, cet appel sera compté dans le groupe avec l’ancienne valeur (ou sans valeur) ET dans le groupe avec la nouvelle valeur. Par conséquent, pour les statistiques <tt>TotalNumber</tt>, si vous ajoutez toutes les valeurs pour tous les groupes, vous avez plus de la valeur totale de la statistique.
+
* When you use a <tt>GroupBy</tt> expression that involves user data which is changed during call, that call will be counted in the group with the old value (or no value) AND in the group with new value. Therefore, for the <tt>TotalNumber</tt> statistics, if you add up all values for all groups, you have more than the statistic's total value.
 
}}
 
}}
  
L’option <tt>GroupByColumns</tt> facilite l’allocation de widgets Pulse et permet la présentation de données multi-dimensionnelles (fonctionnalité <tt>GroupBy</tt>) dans les widgets de la grille et dans la vue des données dans un onglet de widget développé.
+
The <tt>GroupByColumns</tt> option facilitates provisioning of Pulse widgets and enable multi-dimensional data presentation (<tt>GroupBy</tt> capability) in Grid widgets and in the Data view on an expanded widget tab.  
  
Les colonnes <tt>GroupBy</tt> doivent contenir des alias uniques valides, séparés par des virgules.
+
<tt>GroupBy</tt> columns should contain valid unique aliases, separated by comma.  
  
<tt>StatType</tt>, utilisé avec la fonctionnalité <tt>GroupBy</tt>, doit définir les attributs supplémentaires suivants :
+
<tt>StatType</tt>, used with <tt>GroupBy</tt> capability, must define the following additional attributes:
* '''GroupBy'''&mdash;contient des expressions de regroupement séparées par des virgules
+
* '''GroupBy'''&mdash;contains grouping expressions separated by comma
* '''GroupBy'''&mdash;contient des alias pour les expressions de regroupement séparés par des virgules
+
* '''GroupByColumns'''&mdash;contains aliases for grouping expressions separated by comma
  
'''Exemple :'''
+
'''Example:'''
  
Pour contrôler le nombre d’appels internes regroupés par langue et segment, au lieu d’utiliser des filtres explicitement définis et appliqués à une métrique, définissez <tt>GroupBy</tt> et <tt>GroupByColumns</tt> pour <tt>StatType</tt> dans Stat Server :
+
To monitor the number of internal calls grouped by Language and Segment, instead of explicitly defined and applied filters to a metric, define the <tt>GroupBy</tt> and <tt>GroupByColumns</tt> for the <tt>StatType</tt> in the Stat Server:
 
<source lang="text">
 
<source lang="text">
 
[Total_Calls_Grouped]
 
[Total_Calls_Grouped]
Ligne 99 : Ligne 94 :
 
</source>
 
</source>
  
Incluez une métrique basée sur ce StatType dans votre modèle de widget et vérifiez que le champ '''Grouper par colonnes''' est rempli correctement avec la chaîne <tt>« Langue, Segment »</tt>.
+
Include a metric based on this StatType in your widget template and make sure '''Group By Columns''' field is filled correctly with <tt>“Language, Segment”</tt> string.
  
{{NoteFormat|Toutes les métriques dans les alias d’attribut <tt>GroupByColumns</tt> de StatType doivent être incluses dans le champ '''Grouper par colonnes''' ou toutes les données <tt>GroupBy</tt> sont ignorées.
+
{{NoteFormat|All metrics in the StatType <tt>GroupByColumns</tt> attribute aliases must be included in the '''Group by Columns''' field or all <tt>GroupBy</tt> data is ignored.
 
}}
 
}}
  
Vous pouvez utiliser l’option '''Grouper par colonnes''' lorsque vous [[RTRTemplates|créer un modèle]].
+
You can use '''Group by Columns''' option when you [[Documentation:EZP:User:RTRTemplates|create a template]].
  
 
|media1=Pulse_85105_GroupBy.png
 
|media1=Pulse_85105_GroupBy.png
Ligne 110 : Ligne 105 :
  
  
{{#anc:Insensitivity}}
+
==Insensitivity==
==Degré de mise à jour==
+
Insensitivity describes a condition for Stat Server to send updates of statistical values to its clients. An increase in the value of this parameter usually decreases network traffic, but it also reduces reporting accuracy, because values are not updated as frequently. This setting is not visible in Stat Server configuration, but rather, clients pass its value to Stat Server along with each statistic request.
La propriété Degré de mise à jour décrit une condition pour Stat Server afin d’envoyer à ses clients des mises à jour des valeurs statistiques. Une augmentation de la valeur de ce paramètre réduit généralement le trafic réseau, mais elle réduit également l’exactitude des rapports, car les valeurs ne sont pas mises à jour aussi fréquemment. Ce paramètre n'est pas visible dans la configuration de Stat Server, mais à la place, les clients transmettent sa valeur à Stat Server avec chaque demande de statistique.
 
  
La propriété Degré de mise à jour ne joue aucun rôle pour les statistiques basées sur la réinitialisation. Pour le mode de notification basé sur le temps ou sur les modifications, Stat Server ne signale que la valeur recalculée si la valeur absolue de la différence entre la valeur précédente et la valeur recalculée ou son rapport en pourcentage par rapport à la valeur recalculée est au moins égal au nombre spécifié par le degré de mise à jour.
+
Insensitivity plays no role for reset-based statistics. For time-based or change-based notification mode, Stat Server only reports the recalculated value if the absolute value of the difference between the previous value and the recalculated value or its percentage ratio to the recalculated value is at least equal to the number specified by Insensitivity.
  
Par exemple, si le résultat est un type de données de type entier long, comme c'est le cas pour les statistiques qui mesurent le temps, Stat Server utilise l'écart absolu dans les valeurs pour la comparaison. Selon le paramètre Degré de mise à jour, qui est de 5 dans le cas présent, Stat Server envoie le résultat recalculé à son client lorsque la valeur absolue de la différence entre le nouveau résultat et l’ancien est au moins 5 (en secondes, généralement).
+
For example, if the result has a long integer data type—as is the case for statistics measuring time—Stat Server uses the absolute difference in values for comparison. Given an Insensitivity setting of 5 in this case, Stat Server sends the recalculated result to its client when the absolute value of the difference between the new and old result is at least 5 (seconds, usually).
  
{{#anc:Notification Mode}}
+
==Notification Mode==
==Mode de notification==
+
The Notification Mode determines when Stat Server sends updated statistical values. These are the valid options:
Le mode de notification détermine le moment ou Stat Server envoie les valeurs statistiques mises à jour. Voici les options valides :
+
* '''Time-Based'''&mdash;Select this Notification Mode to instruct Stat Server to recalculate the statistic by the frequency displayed in Notification Frequency property. Stat Server sends a new value to Genesys Pulse only when the absolute difference from the last reported value exceeds the Insensitivity property.  
* '''Basé sur le temps'''&mdash;Sélectionnez ce mode de notification pour demander à Stat Server de recalculer la statistique selon la fréquence qui apparaît dans la propriété Fréquence de notification. Stat Server envoie une nouvelle valeur à Genesys Pulse uniquement si la différence absolue avec la dernière valeur rapportée dépasse la propriété Degré de mise à jour.
+
* '''Change-Based'''&mdash;Select this Notification Mode to instruct Stat Server to notify Genesys Pulse about changes immediately.
* '''Basé sur les modifications'''&mdash;Sélectionnez ce mode de notification pour demander à Stat Server d'informer Genesys Pulse des modifications immédiatement.
+
* '''No Notification'''&mdash;Select this option to instruct Stat Server to not report updates. Updates are turned off in this case.
* '''Pas de notification'''&mdash;Sélectionnez cette option pour demander à Stat Server de ne pas signaler les mises à jour. Les mises à jour sont désactivées dans ce cas.
+
* '''Reset-Based'''&mdash;Select this Notification Mode to instruct Stat Server to report Genesys Pulse value right before setting it to zero (0). CurrentState statistics cannot be requested with Reset-Based notification mode.
* '''Basé sur la réinitialisation'''&mdash;Sélectionnez ce mode de notification pour demander à Stat Server d’indiquer à Genesys Pulse la valeur juste avant de la définir sur zéro (0). Les statistiques CurrentState ne peuvent pas être demandées avec le mode de notification basé sur la réinitialisation.
 
  
{{#anc:Notification Frequency}}
+
==Notification Frequency==
==Fréquence de notification==
+
Use Notification Frequency to set how often, in seconds, Stat Server recalculates the statistic and notifies Genesys Pulse if the statistic changes by more than the valued displayed in the Insensitivity field. This field is only used when a Time-Based Notification Mode is selected for the statistic.
Utilisez la propriété Fréquence de notification pour définir à quelle fréquence, en secondes, Stat Server doit recalculer la statistique et indiquer à Genesys Pulse si la statistique a subi un changement supérieur à la valeur affichée dans le champ Degré de mise à jour. Ce champ est utilisé uniquement lorsque le mode de notification basé sur le temps est sélectionné pour la statistique.
 
  
  
 
{{CloudStep_Stack
 
{{CloudStep_Stack
|title=Type de statistique
+
|title=Statistic Type
|text=Le type de statistique obligatoire affiche les paramètres qui définissent le type de statistique dans Stat Server.
+
|text=The mandatory Statistic Type displays the parameters that define the statistic type within Stat Server.
  
La liste des types de statistiques disponibles dans l'environnement doit être accessible par le biais de Genesys Administrator Extension (GAX) dans la section de Configuration. Vous pouvez les afficher dans les options de l'application Stat Server utilisées par Genesys Pulse.<br><br>Votre compte doit posséder les privilèges nécessaires pour accéder à la section Configuration.
+
The list of Statistic Types available in the environment should be accessible through the Genesys Administrator Extension (GAX) within the Configuration section. You can view them in the Application Options of the Stat Server application used by Genesys Pulse.<br><br>Your account must have privileges to access the Configuration section.
  
Dans GAX, vous pouvez ajouter, modifier ou supprimer un type de statistique.<br><br>Cette liste doit être identique à la liste des types de statistiques détaillés dans la feuille de calcul des modèles Genesys Pulse.
+
Within GAX, you can add, edit, or delete a statistic type.<br><br>This list should be the same as the list of statistic types detailed in the Genesys Pulse templates spreadsheet.
  
Pour plus d'informations sur les définitions des types de statistiques, consultez la section [http://docs.genesys.com/Documentation/RTME/latest/User/Guide d’utilisation de StatType Framework Stat Server].
+
For more information on Stat Type definitions, see the [http://docs.genesys.com/Documentation/RTME/latest/User/StatType Framework Stat Server User's Guide].
 
|media1=Pulse_85105_StatOptions.png
 
|media1=Pulse_85105_StatOptions.png
 
}}
 
}}
  
 
{{CloudStep_Stack
 
{{CloudStep_Stack
|title=Profil horaire
+
|title=Time Profile
|text=Utilisez la propriété Profil horaire pour définir le profil horaire de la statistique et spécifiez l'intervalle au cours duquel les valeurs historiques totales sont calculées. Tous les profils horaires sont définis comme des options de configuration dans le dossier Profils horaires de l'application Stat Server, dans la configuration Genesys. Consultez la section [http://docs.genesys.com/Documentation/RTME/latest/User/Guide d’utilisation de TimeProfiles Framework Stat Server] pour plus d’informations sur la façon de définir des profils horaires.
+
|text=Use the Time Profile to define the Time Profile for the statistic and specify the interval over which historical aggregate values are calculated. All time profiles are defined as configuration options in the Time Profiles of the Stat Server Application object in Genesys Configuration. See the [http://docs.genesys.com/Documentation/RTME/latest/User/TimeProfiles Framework Stat Server User's Guide] for information about how to set up time profiles.
  
La liste des profils horaires disponibles dans l'environnement doit être accessible dans la section de Configuration de GAX. Cette vue est disponible dans les options de l'application Stat Server utilisées par Genesys Pulse.<br><br>Votre compte doit posséder les privilèges nécessaires pour accéder à cette section.<br><br>Dans GAX, vous pouvez ajouter, modifier ou supprimer un profil horaire.<br><br>Le profil horaire contient quatre types principaux :
+
The list of Time Profiles available in the environment should be accessible in the GAX Configuration section. This view is available in Stat Server application options used by Genesys Pulse.<br><br>Your account must have privileges to access this section.<br><br>Within GAX, you can add, edit, or delete a Time Profile.<br><br>The Time Profile contains four main types:
* Cumulatif
+
* Growing
* Glissant
+
* Sliding
* Sélection
+
* Selection
 
* SinceLogin
 
* SinceLogin
  
'''Exemples de profils horaires'''
+
'''Time Profiles Examples'''
* Par défaut,Cumulatif&mdash;Le profil horaire Par défaut utilise un type d'intervalle cumulatif et réinitialise les statistiques à zéro (0) chaque nuit à minuit. La valeur par défaut est définie sur 00:00.
+
* Default,Growing&mdash;The Default time profile uses a Growing interval type and resets statistics to zero (0) every night at midnight. The default value is set to 00:00.
* DernièreHeure,Glissant&mdash;Le profil horaire DernièreHeure utilise un type d'intervalle glissant et note la dernière heure d'activité avec un échantillonnage pris toutes les 15 secondes. La valeur par défaut est définie sur 3600:15.
+
* LastHour,Sliding&mdash;The LastHour time profile uses a Sliding interval type and tracks the last hour of activity with a sampling taken every 15 seconds. The default value is set to 3600:15.
* SinceLogin,SinceLogin&mdash;SinceLogin réinitialise les statistiques à zéro ('''0''') au moment ou l'agent se connecte. Les statistiques continuent de s’accumuler tant que l'agent est connecté à un DN (n'importe quel). Le type d'intervalle SinceLogin agrège les données statistiques uniquement pour les statistiques d'objet d'agent.
+
* SinceLogin,SinceLogin&mdash;SinceLogin resets statistics to zero ('''0''') at the moment of agent login. Statistics continue to accumulate as long as the agent is logged into (any) DN. The SinceLogin interval type aggregates statistical data only for agent-object statistics.
* Shifts,Growing&mdash;Un profil horaire nommé Shifts réinitialise les statistiques à zéro lorsque des postes changent à 03:00, 07:00, 11:00, 13:00, 19:00 et 01:00. La valeur par défaut est définie sur 3:00&nbsp;<nowiki>+</nowiki>4:00,&nbsp;13:00&nbsp;<nowiki>+</nowiki>6:00.
+
* Shifts,Growing&mdash;A time profile named Shifts resets statistics to zero when shifts change at 3:00 AM, 7:00 AM, 11:00 AM, 1:00 PM, 7:00 PM, and 1:00 AM. The default value is set to 3:00&nbsp;<nowiki>+</nowiki>4:00,&nbsp;13:00&nbsp;<nowiki>+</nowiki>6:00.
  
 
|media1=Pulse_85105_StatOptions2.png
 
|media1=Pulse_85105_StatOptions2.png
Ligne 163 : Ligne 155 :
  
 
{{CloudStep_Stack
 
{{CloudStep_Stack
|title=Plage horaire
+
|title=Time Range
|text=La plage horaire spécifie à quel le moment collecter des données pour un ensemble limité de statistiques. Consultez la section [http://docs.genesys.com/Documentation/RTME/latest/User/Guide d’utilisation de TimeRanges Framework Stat Server] pour plus d’informations sur la façon de définir des profils horaires.
+
|text=The Time Range specifies when to collect data for a limited set of statistics. See the [http://docs.genesys.com/Documentation/RTME/latest/User/TimeRanges Framework Stat Server User's Guide] for information about how to set up time profiles.
  
La liste des plages horaires est disponible dans la section Configuration de GAX. Cette vue est disponible dans les options de l'application Stat Server utilisées par la solution Genesys Pulse.<br><br>Votre compte doit posséder les privilèges nécessaires pour accéder à cette section.<br><br>Dans GAX, vous pouvez ajouter, modifier ou supprimer une plage horaire.<br><br>Les plages horaires s'appliquent à des statistiques dans les catégories suivantes :
+
The list of Time Ranges is available in the Configuration section of GAX. This view is available in the options of the Stat Server application used by the Genesys Pulse solution.<br><br>Your account needs to have privileges to access this section.<br><br>Within GAX, you can add, edit, or delete a time range.<br><br>Time Ranges apply to statistics in following categories:
 
* TotalNumberInTimeRange
 
* TotalNumberInTimeRange
 
* TotalNumberInTimeRangePercentage
 
* TotalNumberInTimeRangePercentage
* NombreCourantDansPlageHoraire
+
* CurrentNumberInTimeRange
* PourcentageNombreCourantDansPlageHoraire
+
* CurrentNumberInTimeRangePercentage
 
* ServiceFactor1
 
* ServiceFactor1
 
* TotalTimeInTimeRange
 
* TotalTimeInTimeRange
  
'''Exemple de plage horaire'''
+
'''Time Range Example'''
  
Supposons que souhaitez calculer le nombre total d'appels traités dans les 30 premières secondes. Pour ce faire, entrez&nbsp;Range0-30&nbsp;dans le champ&nbsp;Nom&nbsp;et&nbsp;0-30&nbsp;dans le champ&nbsp;Valeur.
+
Suppose that you want to calculate the total number of calls answered within 30 seconds. To do so, enter&nbsp;Range0-30&nbsp;in the&nbsp;Name&nbsp;field, and&nbsp;0-30&nbsp;in the&nbsp;Value field.
  
Dans cet exemple, une statistique Pulse qui calcule le nombre total d'appels est basée sur la plage horaire&nbsp;"Range0-30". Si un appel reçoit une réponse après 25 secondes passées dans une file d'attente, 40 secondes pour un deuxième appel et 10 secondes pour un troisième, Stat Server prend en compte uniquement les premier et troisième appels.
+
In this example, a Pulse statistic that calculates the total number of calls is based on the time range&nbsp;"Range0-30". If one call is answered after being in a queue for 25 seconds, a second call after 40 seconds, and a third call after 10 seconds, Stat Server counts only the first and third calls.
  
 
|media1=Pulse_85105_StatOptions3.png
 
|media1=Pulse_85105_StatOptions3.png
 
}}
 
}}
  
{{#anc:What do I do next?}}
+
==What do I do next?==
==Que faire ensuite ?==
+
You might want to learn more about:
Vous pouvez en savoir plus à propos des fonctions suivantes :
+
*[[RTRTemplates|Widget templates]]
*[[RTRTemplates|Modèles de widgets]]
+
*[[RTRFormulas|Report formulas]]
*[[RTRFormulas|Formules de rapport]]
+
*[[RTRFunctions|Template function library]]
*[[RTRFunctions|Bibliothèque de fonctions de modèles]]
 
  
 
</onlyinclude>
 
</onlyinclude>

Version du juin 21, 2017 à 23:48

Statistic Properties

When you select a statistic within the template wizard, Genesys Pulse displays the values of the statistic properties. These statistic properties are described below.

Conseil
You can modify a statistic definition while defining a template. See Report templates and statistics details.

Alias

The Alias must be a unique name that represents the technical name of the statistic. Use an ASCII letter for the first character.

Display Alias

The Display Alias is the name displayed on the report.

Description

The Description provides the functional meaning of the statistic.

Display Format

The Display Format specifies whether values are shown as time or numbers, and, if numbers, the number of decimal places. Depending on the statistic you chose, the available formats in the drop-down list are time-based or numerical.

List of Values: Time, Integer, Number, Percent, String

Filters

1

The Filters represent statistical filters that define restrictive conditions on actions used while calculating the statistic. See the "Statistical Categories" chapter in the Framework Stat Server User's Guide to learn how to define filtered statistics.

The list of Filters is available in the Configuration section of GAX. This view is available in Stat Server application options used by Genesys Pulse.

Your account must have privileges to access this section.

Within GAX, you can add, edit or delete a filter.

Filters Example Suppose that you want to filter calls based on language: If the enterprise set up the key Language to identify language and the value Spanish for callers who speak Spanish, you could use the PairExists UserData function to search for calls with attached data in the Language/Spanish key-value pair.

On the Options tab of the Stat Server Properties screen, you could add a SpanishLanguage option in the [Filters] section and specify filtering for calls with attached data containing the key "Language" and the value "Spanish".

The example would have SpanishLanguage in the Name field and PairExists("Language","Spanish") in the Value field.

Now, when an agent attaches the "Spanish/Language" key-value pair to calls from a desktop application, the calls are filtered out of statistical calculations.

Formula

1

From the statistic detail pane, you can create or customize statistics by creating a formula.

The formula uses a javascript-based syntax, which lets you calculate expressions with values given by other statistic and use functions provided by Genesys for more specific calculations. For example, you can calculate the ratio of the calls abandoned to the calls offered in your queue to measure the percentage of abandoned calls in your queue.

Genesys Pulse assumes the offered calls are defined by a statistic alias Offered and the abandoned calls are defined by a statistic alias Abandoned.

The formula must return a Result value to be valid and can access any statistics of the template with the following syntax: Data.<Statistic-Alias>.Value

All formulas must contain an assignment for the Result variable (for example, Result=). The Result of the formula calculation is the final value of this variable.

For example, here is a formula using the function G.GetAgentNonVoiceStatus():

Result = G.GetAgentNonVoiceStatus(Data.Current_Status.Value, email);


GroupBy

1
Important
  • GroupBy support relies on StatServer functionality that was introduced in release 8.5.103. See the StatServer User Guide for more information.
  • Pulse supports snapshots when GroupBy is applied to the same expression for either all or no statistics.
  • When you use a GroupBy expression that involves user data which is changed during call, that call will be counted in the group with the old value (or no value) AND in the group with new value. Therefore, for the TotalNumber statistics, if you add up all values for all groups, you have more than the statistic's total value.

The GroupByColumns option facilitates provisioning of Pulse widgets and enable multi-dimensional data presentation (GroupBy capability) in Grid widgets and in the Data view on an expanded widget tab.

GroupBy columns should contain valid unique aliases, separated by comma.

StatType, used with GroupBy capability, must define the following additional attributes:

  • GroupBy—contains grouping expressions separated by comma
  • GroupByColumns—contains aliases for grouping expressions separated by comma

Example:

To monitor the number of internal calls grouped by Language and Segment, instead of explicitly defined and applied filters to a metric, define the GroupBy and GroupByColumns for the StatType in the Stat Server:

[Total_Calls_Grouped]
Category=TotalNumber
GroupBy=GetString(UserData,"Language"), GetString(UserData,"Segment")
GroupByColumns=Language, Segment
MainMask=CallInternal
Objects=Agent
Subject=DNAction

Include a metric based on this StatType in your widget template and make sure Group By Columns field is filled correctly with “Language, Segment” string.

Important
All metrics in the StatType GroupByColumns attribute aliases must be included in the Group by Columns field or all GroupBy data is ignored.

You can use Group by Columns option when you create a template.


Insensitivity

Insensitivity describes a condition for Stat Server to send updates of statistical values to its clients. An increase in the value of this parameter usually decreases network traffic, but it also reduces reporting accuracy, because values are not updated as frequently. This setting is not visible in Stat Server configuration, but rather, clients pass its value to Stat Server along with each statistic request.

Insensitivity plays no role for reset-based statistics. For time-based or change-based notification mode, Stat Server only reports the recalculated value if the absolute value of the difference between the previous value and the recalculated value or its percentage ratio to the recalculated value is at least equal to the number specified by Insensitivity.

For example, if the result has a long integer data type—as is the case for statistics measuring time—Stat Server uses the absolute difference in values for comparison. Given an Insensitivity setting of 5 in this case, Stat Server sends the recalculated result to its client when the absolute value of the difference between the new and old result is at least 5 (seconds, usually).

Notification Mode

The Notification Mode determines when Stat Server sends updated statistical values. These are the valid options:

  • Time-Based—Select this Notification Mode to instruct Stat Server to recalculate the statistic by the frequency displayed in Notification Frequency property. Stat Server sends a new value to Genesys Pulse only when the absolute difference from the last reported value exceeds the Insensitivity property.
  • Change-Based—Select this Notification Mode to instruct Stat Server to notify Genesys Pulse about changes immediately.
  • No Notification—Select this option to instruct Stat Server to not report updates. Updates are turned off in this case.
  • Reset-Based—Select this Notification Mode to instruct Stat Server to report Genesys Pulse value right before setting it to zero (0). CurrentState statistics cannot be requested with Reset-Based notification mode.

Notification Frequency

Use Notification Frequency to set how often, in seconds, Stat Server recalculates the statistic and notifies Genesys Pulse if the statistic changes by more than the valued displayed in the Insensitivity field. This field is only used when a Time-Based Notification Mode is selected for the statistic.


Statistic Type

1

The mandatory Statistic Type displays the parameters that define the statistic type within Stat Server.

The list of Statistic Types available in the environment should be accessible through the Genesys Administrator Extension (GAX) within the Configuration section. You can view them in the Application Options of the Stat Server application used by Genesys Pulse.

Your account must have privileges to access the Configuration section.

Within GAX, you can add, edit, or delete a statistic type.

This list should be the same as the list of statistic types detailed in the Genesys Pulse templates spreadsheet.

For more information on Stat Type definitions, see the Framework Stat Server User's Guide.

Time Profile

1

Use the Time Profile to define the Time Profile for the statistic and specify the interval over which historical aggregate values are calculated. All time profiles are defined as configuration options in the Time Profiles of the Stat Server Application object in Genesys Configuration. See the Framework Stat Server User's Guide for information about how to set up time profiles.

The list of Time Profiles available in the environment should be accessible in the GAX Configuration section. This view is available in Stat Server application options used by Genesys Pulse.

Your account must have privileges to access this section.

Within GAX, you can add, edit, or delete a Time Profile.

The Time Profile contains four main types:

  • Growing
  • Sliding
  • Selection
  • SinceLogin

Time Profiles Examples

  • Default,Growing—The Default time profile uses a Growing interval type and resets statistics to zero (0) every night at midnight. The default value is set to 00:00.
  • LastHour,Sliding—The LastHour time profile uses a Sliding interval type and tracks the last hour of activity with a sampling taken every 15 seconds. The default value is set to 3600:15.
  • SinceLogin,SinceLogin—SinceLogin resets statistics to zero (0) at the moment of agent login. Statistics continue to accumulate as long as the agent is logged into (any) DN. The SinceLogin interval type aggregates statistical data only for agent-object statistics.
  • Shifts,Growing—A time profile named Shifts resets statistics to zero when shifts change at 3:00 AM, 7:00 AM, 11:00 AM, 1:00 PM, 7:00 PM, and 1:00 AM. The default value is set to 3:00 +4:00, 13:00 +6:00.

Time Range

1

The Time Range specifies when to collect data for a limited set of statistics. See the Framework Stat Server User's Guide for information about how to set up time profiles.

The list of Time Ranges is available in the Configuration section of GAX. This view is available in the options of the Stat Server application used by the Genesys Pulse solution.

Your account needs to have privileges to access this section.

Within GAX, you can add, edit, or delete a time range.

Time Ranges apply to statistics in following categories:

  • TotalNumberInTimeRange
  • TotalNumberInTimeRangePercentage
  • CurrentNumberInTimeRange
  • CurrentNumberInTimeRangePercentage
  • ServiceFactor1
  • TotalTimeInTimeRange

Time Range Example

Suppose that you want to calculate the total number of calls answered within 30 seconds. To do so, enter Range0-30 in the Name field, and 0-30 in the Value field.

In this example, a Pulse statistic that calculates the total number of calls is based on the time range "Range0-30". If one call is answered after being in a queue for 25 seconds, a second call after 40 seconds, and a third call after 10 seconds, Stat Server counts only the first and third calls.

What do I do next?

You might want to learn more about:

Comments or questions about this documentation? Contact us for support!