2020-04-16 09:58:23 +00:00
|
|
|
{
|
|
|
|
"REPORT": {
|
|
|
|
"HEADER": "Informes",
|
|
|
|
"LOADING_CHART": "S'estan carregant dades del gràfic...",
|
|
|
|
"NO_ENOUGH_DATA": "No hem rebut suficients punts de dades per generar l'informe. Torneu-ho a provar més endavant.",
|
|
|
|
"METRICS": [
|
2020-04-23 18:22:16 +00:00
|
|
|
{
|
|
|
|
"NAME": "Converses",
|
|
|
|
"KEY": "conversations_count",
|
|
|
|
"DESC": "( Total )"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"NAME": "Missatges d'entrada",
|
|
|
|
"KEY": "incoming_messages_count",
|
|
|
|
"DESC": "( Total )"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"NAME": "Missatges de sortida",
|
|
|
|
"KEY": "outgoing_messages_count",
|
|
|
|
"DESC": "( Total )"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"NAME": "Primer temps de resposta",
|
|
|
|
"KEY": "avg_first_response_time",
|
|
|
|
"DESC": "( Promig )"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"NAME": "Temps de resolució",
|
|
|
|
"KEY": "avg_resolution_time",
|
|
|
|
"DESC": "( Promig )"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"NAME": "Total de resolucions",
|
|
|
|
"KEY": "resolutions_count",
|
|
|
|
"DESC": "( Total )"
|
|
|
|
}
|
2020-04-16 09:58:23 +00:00
|
|
|
],
|
|
|
|
"DATE_RANGE": [
|
2020-04-23 18:22:16 +00:00
|
|
|
{
|
|
|
|
"id": 0,
|
|
|
|
"name": "Últims 7 dies"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": 1,
|
|
|
|
"name": "Últims 30 dies"
|
|
|
|
}
|
2020-04-16 09:58:23 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|