Skip to content

Commit 022ab42

Browse files
authored
feat(docs): add v3.7 code responses and fix links
1 parent f1bbf5c commit 022ab42

File tree

104 files changed

+3169
-789
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+3169
-789
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"from": "2021-01-01T00:00:00-00:00",
3+
"to": "2021-04-15T23:59:59-00:00",
4+
"properties": {
5+
"routing": {
6+
"continuous": {
7+
"values": [
8+
true
9+
]
10+
}
11+
}
12+
},
13+
"agents": {
14+
"values": [
15+
16+
17+
]
18+
},
19+
"tags": {
20+
"exclude_values": [
21+
"spam"
22+
]
23+
},
24+
"event_types": {
25+
"values": [
26+
"file"
27+
]
28+
}
29+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
export { default as duration } from "./responses/chats/duration.json";
2+
export { default as tags } from "./responses/chats/tags.json";
3+
export { default as totalChats } from "./responses/chats/totalChats.json";
4+
export { default as filters } from "./filters.json";
5+
export { default as ranking } from "./responses/chats/ranking.json";
6+
export { default as ratings } from "./responses/chats/ratings.json";
7+
export { default as engagement } from "./responses/chats/engagement.json";
8+
export { default as greetingsConversion } from "./responses/chats/greetingsConversion.json";
9+
export { default as availability } from "./responses/agents/availability.json";
10+
export { default as performance } from "./responses/agents/performance.json";
11+
export { default as surveyFilter } from "./surveyFilter.json";
12+
export { default as forms } from "./responses/chats/forms.json";
13+
export { default as responseTime } from "./responses/chats/responseTime.json";
14+
export { default as firstResponseTime } from "./responses/chats/firstResponseTime.json";
15+
export { default as chatUsage } from "./responses/tags/chatUsage.json";
16+
export { default as uniqueVisitors } from "./responses/customers/uniqueVisitors.json";
17+
export { default as queuedVisitors } from "./responses/chats/queuedVisitors.json";
18+
export { default as queuedVisitorsLeft } from "./responses/chats/queuedVisitorsLeft.json";
19+
export { default as groups } from "./responses/chats/groups.json";
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "availability-report",
3+
"total": 19.59,
4+
"records": {
5+
"2021-04-08": {
6+
"hours": 0
7+
},
8+
"2021-04-09": {
9+
"hours": 0
10+
},
11+
"2021-04-10": {
12+
"hours": 0.15
13+
},
14+
"2021-04-11": {
15+
"hours": 7.85
16+
},
17+
"2021-04-12": {
18+
"hours": 7.99
19+
},
20+
"2021-04-13": {
21+
"hours": 2.28
22+
},
23+
"2021-04-14": {
24+
"hours": 1.32
25+
},
26+
"2021-04-15": {
27+
"hours": 0
28+
}
29+
}
30+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "performance-report",
3+
"records": {
4+
5+
"accepting_chats_time": 35296,
6+
"chats_count": 4,
7+
"chats_rated_bad": 0,
8+
"chats_rated_good": 2,
9+
"chatting_time": 55,
10+
"first_response_chats_count": 3,
11+
"first_response_time": 9.666666666666666,
12+
"logged_in_time": 45304,
13+
"not_accepting_chats_time": 10008
14+
},
15+
16+
"accepting_chats_time": 24567,
17+
"chats_count": 13,
18+
"chats_rated_bad": 3,
19+
"chats_rated_good": 5,
20+
"chatting_time": 275,
21+
"first_response_chats_count": 8,
22+
"first_response_time": 8.133333,
23+
"logged_in_time": 32110,
24+
"not_accepting_chats_time": 7543
25+
}
26+
},
27+
"summary": {
28+
"chats_count": 17,
29+
"chats_rated_bad": 3,
30+
"chats_rated_good": 7,
31+
"first_response_chats_count": 11,
32+
"first_response_time": 8.55151490909091
33+
}
34+
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"name": "duration-report",
3+
"total": 369,
4+
"records": {
5+
"2021-04-08": {
6+
"agents_chatting_duration": 10800,
7+
"count": 37,
8+
"duration": 12100
9+
},
10+
"2021-04-09": {
11+
"agents_chatting_duration": 7200,
12+
"count": 48,
13+
"duration": 8400
14+
},
15+
"2021-04-10": {
16+
"agents_chatting_duration": 3600,
17+
"count": 59,
18+
"duration": 4000
19+
},
20+
"2021-04-11": {
21+
"agents_chatting_duration": 10800,
22+
"count": 21,
23+
"duration": 12200
24+
},
25+
"2021-04-12": {},
26+
"2021-04-13": {
27+
"agents_chatting_duration": 7200,
28+
"count": 33,
29+
"duration": 8000
30+
},
31+
"2021-04-14": {},
32+
"2021-04-15": {
33+
"agents_chatting_duration": 3600,
34+
"count": 171,
35+
"duration": 5500
36+
}
37+
}
38+
}
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"name": "engagement-report",
3+
"total": 7411,
4+
"records": {
5+
"2021-08-16": {
6+
"started_by_customer_from_greeting": 187,
7+
"started_by_customer_without_greeting": 689,
8+
"started_by_agent": 3
9+
},
10+
"2021-08-17": {
11+
"started_by_customer_from_greeting": 362,
12+
"started_by_customer_without_greeting": 1257,
13+
"started_by_agent": 2
14+
},
15+
"2021-08-18": {
16+
"started_by_customer_from_greeting": 339,
17+
"started_by_customer_without_greeting": 1247,
18+
"started_by_agent": 1
19+
},
20+
"2021-08-19": {
21+
"started_by_customer_from_greeting": 315,
22+
"started_by_customer_without_greeting": 1147,
23+
"started_by_agent": 1
24+
},
25+
"2021-08-20": {
26+
"started_by_customer_from_greeting": 277,
27+
"started_by_customer_without_greeting": 1051
28+
},
29+
"2021-08-21": {
30+
"started_by_customer_from_greeting": 240,
31+
"started_by_customer_without_greeting": 762
32+
},
33+
"2021-08-22": {
34+
"started_by_customer_from_greeting": 239,
35+
"started_by_customer_without_greeting": 729,
36+
"started_by_agent": 1
37+
},
38+
"2021-08-23": {
39+
"started_by_customer_from_greeting": 153,
40+
"started_by_customer_without_greeting": 529
41+
}
42+
}
43+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "first-response-time-report",
3+
"total": 39,
4+
"records": {
5+
"2021-04-08": {
6+
"count": 3,
7+
"first_response_time": 14.22
8+
},
9+
"2021-04-09": {
10+
"count": 4,
11+
"first_response_time": 41.35
12+
},
13+
"2021-04-10": {
14+
"count": 3,
15+
"first_response_time": 10.1
16+
},
17+
"2021-04-11": {
18+
"count": 9,
19+
"first_response_time": 3.34
20+
},
21+
"2021-04-12": {},
22+
"2021-04-13": {
23+
"count": 5,
24+
"first_response_time": 8.5
25+
},
26+
"2021-04-14": {},
27+
"2021-04-15": {
28+
"count": 6,
29+
"first_response_time": 32.3
30+
}
31+
}
32+
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name":"form-report",
3+
"records":[{
4+
"form_id":"163654772984908812",
5+
"count":5,
6+
"group_id":0,
7+
"fields":[{
8+
"field_id":"163654772984903574",
9+
"label":"Question:",
10+
"answers":[{
11+
"answer_id":0,
12+
"label":"First answer",
13+
"count":3
14+
},
15+
{
16+
"answer_id":1,
17+
"label":"Second answer",
18+
"count":2
19+
}]
20+
}]
21+
}]
22+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "greetings-conversion-report",
3+
"total": 3,
4+
"records": {
5+
"2021-09-20": {},
6+
"2021-09-21": {},
7+
"2021-09-22": {},
8+
"2021-09-23": {},
9+
"2021-09-24": {},
10+
"2021-09-25": {},
11+
"2021-09-26": {},
12+
"2021-09-27": {
13+
"1": {
14+
"accepted": 1,
15+
"canceled": 0,
16+
"displayed": 2,
17+
"goals": 0
18+
},
19+
"18": {
20+
"accepted": 0,
21+
"canceled": 0,
22+
"displayed": 1,
23+
"goals": 0
24+
},
25+
"19": {
26+
"accepted": 2,
27+
"canceled": 0,
28+
"displayed": 2,
29+
"goals": 0
30+
}
31+
},
32+
"2021-09-28": {}
33+
}
34+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "groups-report",
3+
"total": 29,
4+
"records": {
5+
"2024-08-20": {
6+
"0": 1,
7+
"2": 1
8+
},
9+
"2024-08-21": {
10+
"0": 20,
11+
"1": 2
12+
},
13+
"2024-08-22": {
14+
"0": 1,
15+
"1": 2,
16+
"3": 1,
17+
"4": 1
18+
}
19+
}
20+
}

0 commit comments

Comments
 (0)