@ak--47/dungeon-master 1.0.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -7
- package/dungeons/technical/ad-spend-schema.json +128 -0
- package/dungeons/technical/ad-spend.js +116 -0
- package/dungeons/technical/anonymous-users-schema.json +92 -0
- package/dungeons/technical/anonymous-users.js +102 -0
- package/dungeons/technical/array-of-object-lookup-schema.json +191 -0
- package/dungeons/{array-of-object-lookup.js → technical/array-of-object-lookup.js} +12 -5
- package/dungeons/technical/experiments-schema.json +203 -0
- package/dungeons/technical/experiments.js +168 -0
- package/dungeons/technical/foobar-schema.json +362 -0
- package/dungeons/{foobar.js → technical/foobar.js} +3 -3
- package/dungeons/technical/group-analytics-schema.json +241 -0
- package/dungeons/technical/group-analytics.js +151 -0
- package/dungeons/technical/mirror-strategies-schema.json +84 -0
- package/dungeons/technical/mirror-strategies.js +126 -0
- package/dungeons/technical/nested-objects-schema.json +145 -0
- package/dungeons/technical/nested-objects.js +207 -0
- package/dungeons/technical/retention-cadence-schema.json +37 -0
- package/dungeons/{retention-cadence.js → technical/retention-cadence.js} +2 -3
- package/dungeons/technical/sanity-schema.json +185 -0
- package/dungeons/{sanity.js → technical/sanity.js} +4 -2
- package/dungeons/technical/scale-test-schema.json +70 -0
- package/dungeons/technical/scale-test.js +90 -0
- package/dungeons/technical/scd-schema.json +467 -0
- package/dungeons/{scd.js → technical/scd.js} +20 -10
- package/dungeons/technical/simple-schema.json +362 -0
- package/dungeons/{simple.js → technical/simple.js} +7 -7
- package/dungeons/technical/simplest-schema.json +724 -0
- package/dungeons/{simplest.js → technical/simplest.js} +7 -7
- package/dungeons/technical/text-generation-schema.json +1062 -0
- package/dungeons/{text-generation.js → technical/text-generation.js} +24 -11
- package/dungeons/vertical/community-schema.json +579 -0
- package/dungeons/vertical/community.js +794 -0
- package/dungeons/vertical/devtools-schema.json +601 -0
- package/dungeons/vertical/devtools.js +843 -0
- package/dungeons/vertical/ecommerce-schema.json +604 -0
- package/dungeons/{ecommerce.js → vertical/ecommerce.js} +43 -5
- package/dungeons/vertical/education-schema.json +5686 -0
- package/dungeons/{education.js → vertical/education.js} +70 -39
- package/dungeons/vertical/fintech-schema.json +630 -0
- package/dungeons/{fintech.js → vertical/fintech.js} +107 -56
- package/dungeons/vertical/fitness-schema.json +530 -0
- package/dungeons/vertical/fitness.js +808 -0
- package/dungeons/vertical/food-delivery-schema.json +36728 -0
- package/dungeons/{food.js → vertical/food-delivery.js} +67 -26
- package/dungeons/vertical/gaming-schema.json +438 -0
- package/dungeons/{gaming.js → vertical/gaming.js} +29 -16
- package/dungeons/vertical/healthcare-schema.json +549 -0
- package/dungeons/vertical/healthcare.js +775 -0
- package/dungeons/vertical/insurance-application-schema.json +485 -0
- package/dungeons/{insurance-application.js → vertical/insurance-application.js} +41 -31
- package/dungeons/vertical/logistics-schema.json +574 -0
- package/dungeons/vertical/logistics.js +799 -0
- package/dungeons/vertical/marketplace-schema.json +533 -0
- package/dungeons/vertical/marketplace.js +850 -0
- package/dungeons/vertical/media-schema.json +4749 -0
- package/dungeons/{media.js → vertical/media.js} +103 -19
- package/dungeons/vertical/rpg-schema.json +2491 -0
- package/dungeons/{rpg.js → vertical/rpg.js} +87 -60
- package/dungeons/vertical/sass-schema.json +3128 -0
- package/dungeons/{sass.js → vertical/sass.js} +65 -26
- package/dungeons/vertical/social-schema.json +620 -0
- package/dungeons/{social.js → vertical/social.js} +76 -17
- package/dungeons/vertical/travel-schema.json +580 -0
- package/dungeons/vertical/travel.js +742 -0
- package/index.js +20 -16
- package/lib/core/config-validator.js +286 -1
- package/lib/core/context.js +16 -5
- package/lib/core/storage.js +2 -0
- package/lib/generators/adspend.js +3 -3
- package/lib/generators/events.js +141 -14
- package/lib/generators/funnels.js +67 -7
- package/lib/generators/text.js +2 -2
- package/lib/orchestrators/user-loop.js +444 -22
- package/lib/templates/soup-presets.js +2 -2
- package/lib/utils/utils.js +4 -5
- package/package.json +4 -3
- package/scripts/dungeon-to-json.mjs +163 -0
- package/scripts/extract-dungeon-schema.mjs +343 -0
- package/scripts/json-to-dungeon.mjs +200 -0
- package/scripts/run-dungeon.mjs +76 -0
- package/scripts/run-many.mjs +118 -0
- package/scripts/verify-runner.mjs +42 -0
- package/types.d.ts +316 -1
- package/dungeons/array-of-object-lookup-schema.json +0 -327
- package/dungeons/ecommerce-schema.json +0 -462
- package/dungeons/education-schema.json +0 -2409
- package/dungeons/fintech-schema.json +0 -14034
- package/dungeons/foobar-schema.json +0 -403
- package/dungeons/food-delivery-schema.json +0 -192
- package/dungeons/food-delivery.js +0 -602
- package/dungeons/food-schema.json +0 -1152
- package/dungeons/gaming-schema.json +0 -1270
- package/dungeons/insurance-application-schema.json +0 -204
- package/dungeons/media-schema.json +0 -906
- package/dungeons/retention-cadence-schema.json +0 -78
- package/dungeons/rpg-schema.json +0 -4526
- package/dungeons/sanity-schema.json +0 -255
- package/dungeons/sass-schema.json +0 -1291
- package/dungeons/scd-schema.json +0 -919
- package/dungeons/simple-schema.json +0 -608
- package/dungeons/simplest-schema.json +0 -1418
- package/dungeons/social-schema.json +0 -1118
- package/dungeons/text-generation-schema.json +0 -3096
|
@@ -0,0 +1,1062 @@
|
|
|
1
|
+
{
|
|
2
|
+
"events": [
|
|
3
|
+
{
|
|
4
|
+
"event": "enterprise_support_ticket",
|
|
5
|
+
"properties": {
|
|
6
|
+
"ticket_text": {
|
|
7
|
+
"$type": "string"
|
|
8
|
+
},
|
|
9
|
+
"priority": [
|
|
10
|
+
"critical",
|
|
11
|
+
"high",
|
|
12
|
+
"medium",
|
|
13
|
+
"low"
|
|
14
|
+
],
|
|
15
|
+
"category": [
|
|
16
|
+
"authentication",
|
|
17
|
+
"performance",
|
|
18
|
+
"integration",
|
|
19
|
+
"billing",
|
|
20
|
+
"bug_report"
|
|
21
|
+
],
|
|
22
|
+
"account_tier": [
|
|
23
|
+
"enterprise",
|
|
24
|
+
"business",
|
|
25
|
+
"pro"
|
|
26
|
+
],
|
|
27
|
+
"escalation_level": [
|
|
28
|
+
1,
|
|
29
|
+
2,
|
|
30
|
+
3
|
|
31
|
+
],
|
|
32
|
+
"estimated_resolution_hours": {
|
|
33
|
+
"$range": [
|
|
34
|
+
13,
|
|
35
|
+
55
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
"has_screenshot": [
|
|
39
|
+
true,
|
|
40
|
+
false
|
|
41
|
+
],
|
|
42
|
+
"channel": [
|
|
43
|
+
"email",
|
|
44
|
+
"phone",
|
|
45
|
+
"chat",
|
|
46
|
+
"portal"
|
|
47
|
+
],
|
|
48
|
+
"is_resolved": [
|
|
49
|
+
true,
|
|
50
|
+
false
|
|
51
|
+
],
|
|
52
|
+
"resolution_time_minutes": {
|
|
53
|
+
"$range": [
|
|
54
|
+
320,
|
|
55
|
+
2333
|
|
56
|
+
]
|
|
57
|
+
},
|
|
58
|
+
"auto_escalated": [
|
|
59
|
+
false
|
|
60
|
+
]
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"event": "casual_product_review",
|
|
65
|
+
"properties": {
|
|
66
|
+
"review_text": {
|
|
67
|
+
"$type": "string"
|
|
68
|
+
},
|
|
69
|
+
"rating": {
|
|
70
|
+
"$range": [
|
|
71
|
+
2,
|
|
72
|
+
4
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
"product_category": [
|
|
76
|
+
"mobile_app",
|
|
77
|
+
"web_platform",
|
|
78
|
+
"desktop_app",
|
|
79
|
+
"api"
|
|
80
|
+
],
|
|
81
|
+
"is_verified_purchase": [
|
|
82
|
+
true,
|
|
83
|
+
false
|
|
84
|
+
],
|
|
85
|
+
"helpful_votes": {
|
|
86
|
+
"$range": [
|
|
87
|
+
1,
|
|
88
|
+
39
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
"would_recommend": [
|
|
92
|
+
true,
|
|
93
|
+
false
|
|
94
|
+
],
|
|
95
|
+
"usage_duration_days": {
|
|
96
|
+
"$range": [
|
|
97
|
+
50,
|
|
98
|
+
328
|
|
99
|
+
]
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"event": "technical_forum_post",
|
|
105
|
+
"properties": {
|
|
106
|
+
"post_text": {
|
|
107
|
+
"$type": "string"
|
|
108
|
+
},
|
|
109
|
+
"topic_category": [
|
|
110
|
+
"api_help",
|
|
111
|
+
"integration",
|
|
112
|
+
"troubleshooting",
|
|
113
|
+
"feature_request"
|
|
114
|
+
],
|
|
115
|
+
"upvotes": {
|
|
116
|
+
"$range": [
|
|
117
|
+
3,
|
|
118
|
+
23
|
|
119
|
+
]
|
|
120
|
+
},
|
|
121
|
+
"has_code_snippet": [
|
|
122
|
+
true,
|
|
123
|
+
false
|
|
124
|
+
],
|
|
125
|
+
"is_solved": [
|
|
126
|
+
true,
|
|
127
|
+
false
|
|
128
|
+
],
|
|
129
|
+
"response_count": {
|
|
130
|
+
"$range": [
|
|
131
|
+
1,
|
|
132
|
+
12
|
|
133
|
+
]
|
|
134
|
+
},
|
|
135
|
+
"user_experience_level": [
|
|
136
|
+
"beginner",
|
|
137
|
+
"intermediate",
|
|
138
|
+
"advanced",
|
|
139
|
+
"expert"
|
|
140
|
+
]
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"event": "search_query",
|
|
145
|
+
"properties": {
|
|
146
|
+
"query_text": {
|
|
147
|
+
"$type": "string"
|
|
148
|
+
},
|
|
149
|
+
"search_category": [
|
|
150
|
+
"help",
|
|
151
|
+
"documentation",
|
|
152
|
+
"features",
|
|
153
|
+
"pricing",
|
|
154
|
+
"support"
|
|
155
|
+
],
|
|
156
|
+
"results_found": {
|
|
157
|
+
"$range": [
|
|
158
|
+
20,
|
|
159
|
+
77
|
|
160
|
+
]
|
|
161
|
+
},
|
|
162
|
+
"clicked_result": [
|
|
163
|
+
true,
|
|
164
|
+
false
|
|
165
|
+
],
|
|
166
|
+
"result_position_clicked": {
|
|
167
|
+
"$range": [
|
|
168
|
+
2,
|
|
169
|
+
10
|
|
170
|
+
]
|
|
171
|
+
},
|
|
172
|
+
"search_duration_seconds": {
|
|
173
|
+
"$range": [
|
|
174
|
+
41,
|
|
175
|
+
270
|
|
176
|
+
]
|
|
177
|
+
},
|
|
178
|
+
"refined_search": [
|
|
179
|
+
true,
|
|
180
|
+
false
|
|
181
|
+
]
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"event": "business_feedback",
|
|
186
|
+
"properties": {
|
|
187
|
+
"feedback_text": {
|
|
188
|
+
"$type": "string"
|
|
189
|
+
},
|
|
190
|
+
"satisfaction_score": {
|
|
191
|
+
"$range": [
|
|
192
|
+
3,
|
|
193
|
+
8
|
|
194
|
+
]
|
|
195
|
+
},
|
|
196
|
+
"feedback_category": [
|
|
197
|
+
"feature_request",
|
|
198
|
+
"improvement",
|
|
199
|
+
"compliment",
|
|
200
|
+
"concern"
|
|
201
|
+
],
|
|
202
|
+
"department": [
|
|
203
|
+
"engineering",
|
|
204
|
+
"sales",
|
|
205
|
+
"marketing",
|
|
206
|
+
"support",
|
|
207
|
+
"executive"
|
|
208
|
+
],
|
|
209
|
+
"follow_up_requested": [
|
|
210
|
+
true,
|
|
211
|
+
false
|
|
212
|
+
],
|
|
213
|
+
"urgency": [
|
|
214
|
+
"low",
|
|
215
|
+
"medium",
|
|
216
|
+
"high"
|
|
217
|
+
],
|
|
218
|
+
"implementation_priority": {
|
|
219
|
+
"$range": [
|
|
220
|
+
1,
|
|
221
|
+
4
|
|
222
|
+
]
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"event": "chat_message",
|
|
228
|
+
"weight": 10,
|
|
229
|
+
"properties": {
|
|
230
|
+
"message_text": {
|
|
231
|
+
"$type": "string"
|
|
232
|
+
},
|
|
233
|
+
"chat_type": [
|
|
234
|
+
"support",
|
|
235
|
+
"sales",
|
|
236
|
+
"general",
|
|
237
|
+
"technical"
|
|
238
|
+
],
|
|
239
|
+
"message_length": {
|
|
240
|
+
"$range": [
|
|
241
|
+
25,
|
|
242
|
+
160
|
|
243
|
+
]
|
|
244
|
+
},
|
|
245
|
+
"contains_emoji": [
|
|
246
|
+
true,
|
|
247
|
+
false
|
|
248
|
+
],
|
|
249
|
+
"response_time_seconds": {
|
|
250
|
+
"$range": [
|
|
251
|
+
376,
|
|
252
|
+
3293
|
|
253
|
+
]
|
|
254
|
+
},
|
|
255
|
+
"is_agent_response": [
|
|
256
|
+
true,
|
|
257
|
+
false
|
|
258
|
+
],
|
|
259
|
+
"satisfaction_rating": {
|
|
260
|
+
"$type": "array"
|
|
261
|
+
},
|
|
262
|
+
"requires_escalation": [
|
|
263
|
+
true,
|
|
264
|
+
false
|
|
265
|
+
]
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"event": "email_correspondence",
|
|
270
|
+
"properties": {
|
|
271
|
+
"email_text": {
|
|
272
|
+
"$type": "string"
|
|
273
|
+
},
|
|
274
|
+
"email_type": [
|
|
275
|
+
"support",
|
|
276
|
+
"billing",
|
|
277
|
+
"account",
|
|
278
|
+
"marketing_opt_out"
|
|
279
|
+
],
|
|
280
|
+
"thread_length": {
|
|
281
|
+
"$range": [
|
|
282
|
+
2,
|
|
283
|
+
8
|
|
284
|
+
]
|
|
285
|
+
},
|
|
286
|
+
"priority": [
|
|
287
|
+
"normal",
|
|
288
|
+
"high",
|
|
289
|
+
"urgent"
|
|
290
|
+
],
|
|
291
|
+
"has_attachment": [
|
|
292
|
+
true,
|
|
293
|
+
false
|
|
294
|
+
],
|
|
295
|
+
"auto_response": [
|
|
296
|
+
true,
|
|
297
|
+
false
|
|
298
|
+
],
|
|
299
|
+
"response_time_hours": {
|
|
300
|
+
"$range": [
|
|
301
|
+
7,
|
|
302
|
+
40
|
|
303
|
+
]
|
|
304
|
+
},
|
|
305
|
+
"customer_type": [
|
|
306
|
+
"new",
|
|
307
|
+
"existing",
|
|
308
|
+
"enterprise",
|
|
309
|
+
"trial"
|
|
310
|
+
]
|
|
311
|
+
}
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"event": "twitter_post",
|
|
315
|
+
"properties": {
|
|
316
|
+
"post_text": {
|
|
317
|
+
"$type": "string"
|
|
318
|
+
},
|
|
319
|
+
"character_count": {
|
|
320
|
+
"$range": [
|
|
321
|
+
63,
|
|
322
|
+
232
|
|
323
|
+
]
|
|
324
|
+
},
|
|
325
|
+
"has_hashtags": [
|
|
326
|
+
true,
|
|
327
|
+
false
|
|
328
|
+
],
|
|
329
|
+
"has_mentions": [
|
|
330
|
+
true,
|
|
331
|
+
false
|
|
332
|
+
],
|
|
333
|
+
"engagement_type": [
|
|
334
|
+
"like",
|
|
335
|
+
"retweet",
|
|
336
|
+
"reply",
|
|
337
|
+
"quote_tweet"
|
|
338
|
+
],
|
|
339
|
+
"follower_count": {
|
|
340
|
+
"$range": [
|
|
341
|
+
2124,
|
|
342
|
+
42540
|
|
343
|
+
]
|
|
344
|
+
},
|
|
345
|
+
"is_thread": [
|
|
346
|
+
true,
|
|
347
|
+
false
|
|
348
|
+
],
|
|
349
|
+
"posted_via": [
|
|
350
|
+
"web",
|
|
351
|
+
"mobile",
|
|
352
|
+
"api",
|
|
353
|
+
"third_party"
|
|
354
|
+
]
|
|
355
|
+
}
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"event": "linkedin_post",
|
|
359
|
+
"properties": {
|
|
360
|
+
"post_text": {
|
|
361
|
+
"$type": "string"
|
|
362
|
+
},
|
|
363
|
+
"post_type": [
|
|
364
|
+
"update",
|
|
365
|
+
"article",
|
|
366
|
+
"job_posting",
|
|
367
|
+
"company_news"
|
|
368
|
+
],
|
|
369
|
+
"industry_tag": [
|
|
370
|
+
"technology",
|
|
371
|
+
"business",
|
|
372
|
+
"marketing",
|
|
373
|
+
"sales",
|
|
374
|
+
"hr"
|
|
375
|
+
],
|
|
376
|
+
"connection_level": [
|
|
377
|
+
"1st",
|
|
378
|
+
"2nd",
|
|
379
|
+
"3rd",
|
|
380
|
+
"not_connected"
|
|
381
|
+
],
|
|
382
|
+
"engagement_score": {
|
|
383
|
+
"$range": [
|
|
384
|
+
169,
|
|
385
|
+
850
|
|
386
|
+
]
|
|
387
|
+
},
|
|
388
|
+
"is_sponsored": [
|
|
389
|
+
true,
|
|
390
|
+
false
|
|
391
|
+
],
|
|
392
|
+
"company_size": [
|
|
393
|
+
"startup",
|
|
394
|
+
"small",
|
|
395
|
+
"medium",
|
|
396
|
+
"large",
|
|
397
|
+
"enterprise"
|
|
398
|
+
]
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"event": "reddit_comment",
|
|
403
|
+
"properties": {
|
|
404
|
+
"comment_text": {
|
|
405
|
+
"$type": "string"
|
|
406
|
+
},
|
|
407
|
+
"subreddit": [
|
|
408
|
+
"r/SaaS",
|
|
409
|
+
"r/webdev",
|
|
410
|
+
"r/startups",
|
|
411
|
+
"r/technology",
|
|
412
|
+
"r/programming"
|
|
413
|
+
],
|
|
414
|
+
"comment_depth": {
|
|
415
|
+
"$range": [
|
|
416
|
+
2,
|
|
417
|
+
9
|
|
418
|
+
]
|
|
419
|
+
},
|
|
420
|
+
"upvotes": {
|
|
421
|
+
"$range": [
|
|
422
|
+
106,
|
|
423
|
+
436
|
|
424
|
+
]
|
|
425
|
+
},
|
|
426
|
+
"is_edited": [
|
|
427
|
+
true,
|
|
428
|
+
false
|
|
429
|
+
],
|
|
430
|
+
"account_age_days": {
|
|
431
|
+
"$range": [
|
|
432
|
+
736,
|
|
433
|
+
2973
|
|
434
|
+
]
|
|
435
|
+
},
|
|
436
|
+
"is_op": [
|
|
437
|
+
true,
|
|
438
|
+
false
|
|
439
|
+
],
|
|
440
|
+
"parent_comment_id": {
|
|
441
|
+
"$type": "string"
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"event": "bug_report_submitted",
|
|
447
|
+
"properties": {
|
|
448
|
+
"report_text": {
|
|
449
|
+
"$type": "string"
|
|
450
|
+
},
|
|
451
|
+
"severity": [
|
|
452
|
+
"critical",
|
|
453
|
+
"high",
|
|
454
|
+
"medium",
|
|
455
|
+
"low"
|
|
456
|
+
],
|
|
457
|
+
"bug_category": [
|
|
458
|
+
"ui",
|
|
459
|
+
"api",
|
|
460
|
+
"performance",
|
|
461
|
+
"data",
|
|
462
|
+
"security"
|
|
463
|
+
],
|
|
464
|
+
"steps_to_reproduce": {
|
|
465
|
+
"$range": [
|
|
466
|
+
3,
|
|
467
|
+
8
|
|
468
|
+
]
|
|
469
|
+
},
|
|
470
|
+
"browser_info": [
|
|
471
|
+
"Chrome 118",
|
|
472
|
+
"Firefox 119",
|
|
473
|
+
"Safari 17",
|
|
474
|
+
"Edge 118"
|
|
475
|
+
],
|
|
476
|
+
"os_info": [
|
|
477
|
+
"Windows 11",
|
|
478
|
+
"macOS Ventura",
|
|
479
|
+
"Ubuntu 22.04",
|
|
480
|
+
"iOS 17"
|
|
481
|
+
],
|
|
482
|
+
"is_reproducible": [
|
|
483
|
+
true,
|
|
484
|
+
false
|
|
485
|
+
],
|
|
486
|
+
"affects_workflow": [
|
|
487
|
+
true,
|
|
488
|
+
false
|
|
489
|
+
],
|
|
490
|
+
"has_screenshot": [
|
|
491
|
+
true,
|
|
492
|
+
false
|
|
493
|
+
],
|
|
494
|
+
"reporter_role": [
|
|
495
|
+
"admin",
|
|
496
|
+
"user",
|
|
497
|
+
"developer",
|
|
498
|
+
"qa_tester"
|
|
499
|
+
],
|
|
500
|
+
"requires_immediate_review": [
|
|
501
|
+
false
|
|
502
|
+
],
|
|
503
|
+
"estimated_fix_hours": {
|
|
504
|
+
"$range": [
|
|
505
|
+
2,
|
|
506
|
+
7
|
|
507
|
+
]
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"event": "feature_request_submitted",
|
|
513
|
+
"properties": {
|
|
514
|
+
"request_text": {
|
|
515
|
+
"$type": "string"
|
|
516
|
+
},
|
|
517
|
+
"request_category": [
|
|
518
|
+
"ui_improvement",
|
|
519
|
+
"new_feature",
|
|
520
|
+
"integration",
|
|
521
|
+
"performance"
|
|
522
|
+
],
|
|
523
|
+
"priority_level": [
|
|
524
|
+
"nice_to_have",
|
|
525
|
+
"important",
|
|
526
|
+
"critical",
|
|
527
|
+
"blocker"
|
|
528
|
+
],
|
|
529
|
+
"estimated_users_affected": {
|
|
530
|
+
"$range": [
|
|
531
|
+
1154,
|
|
532
|
+
8427
|
|
533
|
+
]
|
|
534
|
+
},
|
|
535
|
+
"business_impact": [
|
|
536
|
+
"low",
|
|
537
|
+
"medium",
|
|
538
|
+
"high",
|
|
539
|
+
"critical"
|
|
540
|
+
],
|
|
541
|
+
"similar_requests": {
|
|
542
|
+
"$range": [
|
|
543
|
+
8,
|
|
544
|
+
44
|
|
545
|
+
]
|
|
546
|
+
},
|
|
547
|
+
"requester_plan": [
|
|
548
|
+
"free",
|
|
549
|
+
"basic",
|
|
550
|
+
"pro",
|
|
551
|
+
"enterprise"
|
|
552
|
+
],
|
|
553
|
+
"implementation_complexity": [
|
|
554
|
+
"simple",
|
|
555
|
+
"moderate",
|
|
556
|
+
"complex",
|
|
557
|
+
"very_complex"
|
|
558
|
+
],
|
|
559
|
+
"votes": {
|
|
560
|
+
"$range": [
|
|
561
|
+
31,
|
|
562
|
+
153
|
|
563
|
+
]
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"event": "onboarding_feedback",
|
|
569
|
+
"properties": {
|
|
570
|
+
"feedback_text": {
|
|
571
|
+
"$type": "string"
|
|
572
|
+
},
|
|
573
|
+
"onboarding_step": [
|
|
574
|
+
"signup",
|
|
575
|
+
"email_verification",
|
|
576
|
+
"profile_setup",
|
|
577
|
+
"first_use",
|
|
578
|
+
"tutorial"
|
|
579
|
+
],
|
|
580
|
+
"completion_rate": {
|
|
581
|
+
"$range": [
|
|
582
|
+
20,
|
|
583
|
+
75
|
|
584
|
+
]
|
|
585
|
+
},
|
|
586
|
+
"time_spent_minutes": {
|
|
587
|
+
"$range": [
|
|
588
|
+
20,
|
|
589
|
+
108
|
|
590
|
+
]
|
|
591
|
+
},
|
|
592
|
+
"dropped_at_step": [
|
|
593
|
+
"signup",
|
|
594
|
+
"tutorial",
|
|
595
|
+
"first_action",
|
|
596
|
+
"payment",
|
|
597
|
+
"completed"
|
|
598
|
+
],
|
|
599
|
+
"help_docs_accessed": [
|
|
600
|
+
true,
|
|
601
|
+
false
|
|
602
|
+
],
|
|
603
|
+
"support_contacted": [
|
|
604
|
+
true,
|
|
605
|
+
false
|
|
606
|
+
],
|
|
607
|
+
"device_type": [
|
|
608
|
+
"desktop",
|
|
609
|
+
"mobile",
|
|
610
|
+
"tablet"
|
|
611
|
+
],
|
|
612
|
+
"signup_source": [
|
|
613
|
+
"organic",
|
|
614
|
+
"paid_ad",
|
|
615
|
+
"referral",
|
|
616
|
+
"social_media"
|
|
617
|
+
]
|
|
618
|
+
}
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"event": "tutorial_comment_posted",
|
|
622
|
+
"properties": {
|
|
623
|
+
"comment_text": {
|
|
624
|
+
"$type": "string"
|
|
625
|
+
},
|
|
626
|
+
"tutorial_section": [
|
|
627
|
+
"getting_started",
|
|
628
|
+
"advanced_features",
|
|
629
|
+
"api_guide",
|
|
630
|
+
"troubleshooting"
|
|
631
|
+
],
|
|
632
|
+
"helpfulness_rating": {
|
|
633
|
+
"$range": [
|
|
634
|
+
2,
|
|
635
|
+
4
|
|
636
|
+
]
|
|
637
|
+
},
|
|
638
|
+
"comment_type": [
|
|
639
|
+
"question",
|
|
640
|
+
"clarification",
|
|
641
|
+
"praise",
|
|
642
|
+
"suggestion",
|
|
643
|
+
"correction"
|
|
644
|
+
],
|
|
645
|
+
"user_experience_level": [
|
|
646
|
+
"beginner",
|
|
647
|
+
"intermediate",
|
|
648
|
+
"advanced",
|
|
649
|
+
"expert"
|
|
650
|
+
],
|
|
651
|
+
"tutorial_completion": {
|
|
652
|
+
"$range": [
|
|
653
|
+
13,
|
|
654
|
+
81
|
|
655
|
+
]
|
|
656
|
+
},
|
|
657
|
+
"follow_up_questions": {
|
|
658
|
+
"$range": [
|
|
659
|
+
0,
|
|
660
|
+
4
|
|
661
|
+
]
|
|
662
|
+
},
|
|
663
|
+
"marked_as_helpful": [
|
|
664
|
+
true,
|
|
665
|
+
false
|
|
666
|
+
],
|
|
667
|
+
"time_on_tutorial_minutes": {
|
|
668
|
+
"$range": [
|
|
669
|
+
7,
|
|
670
|
+
50
|
|
671
|
+
]
|
|
672
|
+
}
|
|
673
|
+
}
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"event": "webinar_chat_message",
|
|
677
|
+
"properties": {
|
|
678
|
+
"message_text": {
|
|
679
|
+
"$type": "string"
|
|
680
|
+
},
|
|
681
|
+
"webinar_topic": [
|
|
682
|
+
"product_demo",
|
|
683
|
+
"feature_update",
|
|
684
|
+
"best_practices",
|
|
685
|
+
"q_and_a"
|
|
686
|
+
],
|
|
687
|
+
"message_timestamp_minutes": {
|
|
688
|
+
"$range": [
|
|
689
|
+
16,
|
|
690
|
+
78
|
|
691
|
+
]
|
|
692
|
+
},
|
|
693
|
+
"attendee_count": {
|
|
694
|
+
"$range": [
|
|
695
|
+
177,
|
|
696
|
+
798
|
|
697
|
+
]
|
|
698
|
+
},
|
|
699
|
+
"is_question": [
|
|
700
|
+
true,
|
|
701
|
+
false
|
|
702
|
+
],
|
|
703
|
+
"is_answered": [
|
|
704
|
+
true,
|
|
705
|
+
false
|
|
706
|
+
],
|
|
707
|
+
"reaction_emoji": {
|
|
708
|
+
"$type": "array"
|
|
709
|
+
},
|
|
710
|
+
"is_moderator": [
|
|
711
|
+
true,
|
|
712
|
+
false
|
|
713
|
+
],
|
|
714
|
+
"attendee_type": [
|
|
715
|
+
"customer",
|
|
716
|
+
"prospect",
|
|
717
|
+
"partner",
|
|
718
|
+
"employee"
|
|
719
|
+
]
|
|
720
|
+
}
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"event": "charity_comment_posted",
|
|
724
|
+
"weight": 8,
|
|
725
|
+
"properties": {
|
|
726
|
+
"comment_text": {
|
|
727
|
+
"$type": "string"
|
|
728
|
+
},
|
|
729
|
+
"comment_type": [
|
|
730
|
+
"donation_thanks",
|
|
731
|
+
"support_message",
|
|
732
|
+
"congratulations",
|
|
733
|
+
"encouragement"
|
|
734
|
+
],
|
|
735
|
+
"cause_category": [
|
|
736
|
+
"medical",
|
|
737
|
+
"education",
|
|
738
|
+
"disaster_relief",
|
|
739
|
+
"animal_welfare",
|
|
740
|
+
"community"
|
|
741
|
+
],
|
|
742
|
+
"donation_amount": {
|
|
743
|
+
"$range": [
|
|
744
|
+
53,
|
|
745
|
+
402
|
|
746
|
+
]
|
|
747
|
+
},
|
|
748
|
+
"is_anonymous": [
|
|
749
|
+
true,
|
|
750
|
+
false
|
|
751
|
+
],
|
|
752
|
+
"includes_prayer": [
|
|
753
|
+
true,
|
|
754
|
+
false
|
|
755
|
+
],
|
|
756
|
+
"emotional_tone": [
|
|
757
|
+
"supportive",
|
|
758
|
+
"inspiring",
|
|
759
|
+
"grateful",
|
|
760
|
+
"hopeful"
|
|
761
|
+
],
|
|
762
|
+
"relationship_to_cause": [
|
|
763
|
+
"friend",
|
|
764
|
+
"family",
|
|
765
|
+
"stranger",
|
|
766
|
+
"community_member"
|
|
767
|
+
]
|
|
768
|
+
}
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"event": "wedding_comment_posted",
|
|
772
|
+
"weight": 6,
|
|
773
|
+
"properties": {
|
|
774
|
+
"comment_text": {
|
|
775
|
+
"$type": "string"
|
|
776
|
+
},
|
|
777
|
+
"comment_type": [
|
|
778
|
+
"congratulations",
|
|
779
|
+
"well_wishes",
|
|
780
|
+
"memory_share",
|
|
781
|
+
"blessing"
|
|
782
|
+
],
|
|
783
|
+
"wedding_phase": [
|
|
784
|
+
"engagement",
|
|
785
|
+
"ceremony",
|
|
786
|
+
"reception",
|
|
787
|
+
"honeymoon"
|
|
788
|
+
],
|
|
789
|
+
"includes_emoji": [
|
|
790
|
+
true,
|
|
791
|
+
false
|
|
792
|
+
],
|
|
793
|
+
"relationship_to_couple": [
|
|
794
|
+
"family",
|
|
795
|
+
"friend",
|
|
796
|
+
"coworker",
|
|
797
|
+
"acquaintance"
|
|
798
|
+
],
|
|
799
|
+
"comment_length": {
|
|
800
|
+
"$range": [
|
|
801
|
+
26,
|
|
802
|
+
136
|
|
803
|
+
]
|
|
804
|
+
},
|
|
805
|
+
"is_public": [
|
|
806
|
+
true,
|
|
807
|
+
false
|
|
808
|
+
]
|
|
809
|
+
}
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
"event": "social_media_tweet",
|
|
813
|
+
"weight": 15,
|
|
814
|
+
"properties": {
|
|
815
|
+
"tweet_text": {
|
|
816
|
+
"$type": "string"
|
|
817
|
+
},
|
|
818
|
+
"tweet_type": [
|
|
819
|
+
"announcement",
|
|
820
|
+
"update",
|
|
821
|
+
"opinion",
|
|
822
|
+
"question",
|
|
823
|
+
"share"
|
|
824
|
+
],
|
|
825
|
+
"character_count": {
|
|
826
|
+
"$range": [
|
|
827
|
+
58,
|
|
828
|
+
223
|
|
829
|
+
]
|
|
830
|
+
},
|
|
831
|
+
"has_hashtags": [
|
|
832
|
+
true,
|
|
833
|
+
false
|
|
834
|
+
],
|
|
835
|
+
"has_mentions": [
|
|
836
|
+
true,
|
|
837
|
+
false
|
|
838
|
+
],
|
|
839
|
+
"has_media": [
|
|
840
|
+
true,
|
|
841
|
+
false
|
|
842
|
+
],
|
|
843
|
+
"engagement_score": {
|
|
844
|
+
"$range": [
|
|
845
|
+
83,
|
|
846
|
+
917
|
|
847
|
+
]
|
|
848
|
+
},
|
|
849
|
+
"is_retweet": [
|
|
850
|
+
true,
|
|
851
|
+
false
|
|
852
|
+
],
|
|
853
|
+
"time_of_day": [
|
|
854
|
+
"morning",
|
|
855
|
+
"afternoon",
|
|
856
|
+
"evening",
|
|
857
|
+
"night"
|
|
858
|
+
],
|
|
859
|
+
"device_type": [
|
|
860
|
+
"mobile",
|
|
861
|
+
"desktop",
|
|
862
|
+
"tablet"
|
|
863
|
+
]
|
|
864
|
+
}
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"event": "company_announcement_tweet",
|
|
868
|
+
"weight": 3,
|
|
869
|
+
"properties": {
|
|
870
|
+
"tweet_text": {
|
|
871
|
+
"$type": "string"
|
|
872
|
+
},
|
|
873
|
+
"announcement_type": [
|
|
874
|
+
"product_launch",
|
|
875
|
+
"milestone",
|
|
876
|
+
"hiring",
|
|
877
|
+
"partnership",
|
|
878
|
+
"event"
|
|
879
|
+
],
|
|
880
|
+
"urgency": [
|
|
881
|
+
"low",
|
|
882
|
+
"medium",
|
|
883
|
+
"high"
|
|
884
|
+
],
|
|
885
|
+
"target_audience": [
|
|
886
|
+
"customers",
|
|
887
|
+
"investors",
|
|
888
|
+
"employees",
|
|
889
|
+
"general_public"
|
|
890
|
+
],
|
|
891
|
+
"includes_link": [
|
|
892
|
+
true,
|
|
893
|
+
false
|
|
894
|
+
],
|
|
895
|
+
"is_scheduled": [
|
|
896
|
+
true,
|
|
897
|
+
false
|
|
898
|
+
],
|
|
899
|
+
"campaign_tag": [
|
|
900
|
+
"product",
|
|
901
|
+
"brand",
|
|
902
|
+
"recruitment",
|
|
903
|
+
"pr",
|
|
904
|
+
"organic"
|
|
905
|
+
],
|
|
906
|
+
"expected_reach": {
|
|
907
|
+
"$range": [
|
|
908
|
+
1697,
|
|
909
|
+
44769
|
|
910
|
+
]
|
|
911
|
+
}
|
|
912
|
+
}
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"event": "api_discussion_thread",
|
|
916
|
+
"properties": {
|
|
917
|
+
"thread_messages": [
|
|
918
|
+
"About the API integration issues: using the library for work stuff. Now, carousels does what it says i guess, it's a the infrastructure. timeout - like the integration exists",
|
|
919
|
+
"Re: API integration issues - Issue: Dashboard shows blank page Steps to reproduce: 1. Access mobile app 2. Attempt sync 3. Wait for completion 4. Sync fails Anyone else experiencing this?",
|
|
920
|
+
"basically Interface questions beta testing reports are empty also Is there an alternative? (regarding the API integration issues)",
|
|
921
|
+
"it's a the ML model. Well, wait actually. Now, using the software for work stuff. Still, actually forget what i said. Now, it's a the console. Now, the search is there. This is about the API integration issues.",
|
|
922
|
+
"Re: API integration issues - System specs: Chrome 92, macOS Monterey Issue: Sync fails with error 500 Steps to reproduce: 1. authentication - Access mobile app 2. Attempt sync 3. Wait for completion 4.",
|
|
923
|
+
"About the API integration issues: the deduplication is there, using the marketplace (I checked) for work stuff. That said, lots of issues to fix"
|
|
924
|
+
],
|
|
925
|
+
"api_version": [
|
|
926
|
+
"v1",
|
|
927
|
+
"v2",
|
|
928
|
+
"v3",
|
|
929
|
+
"beta"
|
|
930
|
+
],
|
|
931
|
+
"severity": [
|
|
932
|
+
"low",
|
|
933
|
+
"medium",
|
|
934
|
+
"high",
|
|
935
|
+
"critical"
|
|
936
|
+
],
|
|
937
|
+
"affects_production": [
|
|
938
|
+
true,
|
|
939
|
+
false
|
|
940
|
+
],
|
|
941
|
+
"resolution_status": [
|
|
942
|
+
"open",
|
|
943
|
+
"investigating",
|
|
944
|
+
"resolved",
|
|
945
|
+
"closed"
|
|
946
|
+
]
|
|
947
|
+
}
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"event": "satisfaction_survey_triggered",
|
|
951
|
+
"isStrictEvent": true,
|
|
952
|
+
"properties": {
|
|
953
|
+
"survey_type": [
|
|
954
|
+
"quarterly_nps"
|
|
955
|
+
],
|
|
956
|
+
"score": {
|
|
957
|
+
"$range": [
|
|
958
|
+
3,
|
|
959
|
+
8
|
|
960
|
+
]
|
|
961
|
+
}
|
|
962
|
+
}
|
|
963
|
+
}
|
|
964
|
+
],
|
|
965
|
+
"superProps": {
|
|
966
|
+
"product_tier": [
|
|
967
|
+
"free",
|
|
968
|
+
"basic",
|
|
969
|
+
"pro",
|
|
970
|
+
"enterprise"
|
|
971
|
+
],
|
|
972
|
+
"data_center": [
|
|
973
|
+
"us-east",
|
|
974
|
+
"us-west",
|
|
975
|
+
"eu-central",
|
|
976
|
+
"asia-pacific"
|
|
977
|
+
],
|
|
978
|
+
"feature_flags": {
|
|
979
|
+
"$type": "array"
|
|
980
|
+
}
|
|
981
|
+
},
|
|
982
|
+
"userProps": {
|
|
983
|
+
"account_age_days": {
|
|
984
|
+
"$range": [
|
|
985
|
+
195,
|
|
986
|
+
905
|
|
987
|
+
]
|
|
988
|
+
},
|
|
989
|
+
"user_tier": [
|
|
990
|
+
"free",
|
|
991
|
+
"basic",
|
|
992
|
+
"pro",
|
|
993
|
+
"enterprise"
|
|
994
|
+
],
|
|
995
|
+
"signup_method": [
|
|
996
|
+
"email",
|
|
997
|
+
"google",
|
|
998
|
+
"microsoft",
|
|
999
|
+
"sso",
|
|
1000
|
+
"invite"
|
|
1001
|
+
],
|
|
1002
|
+
"notification_enabled": [
|
|
1003
|
+
true,
|
|
1004
|
+
false
|
|
1005
|
+
],
|
|
1006
|
+
"has_purchased": [
|
|
1007
|
+
true,
|
|
1008
|
+
false
|
|
1009
|
+
],
|
|
1010
|
+
"primary_use_case": [
|
|
1011
|
+
"analytics",
|
|
1012
|
+
"reporting",
|
|
1013
|
+
"integration",
|
|
1014
|
+
"automation"
|
|
1015
|
+
],
|
|
1016
|
+
"company_size": [
|
|
1017
|
+
"1-10",
|
|
1018
|
+
"11-50",
|
|
1019
|
+
"51-200",
|
|
1020
|
+
"201-1000",
|
|
1021
|
+
"1000+"
|
|
1022
|
+
],
|
|
1023
|
+
"industry": [
|
|
1024
|
+
"technology",
|
|
1025
|
+
"finance",
|
|
1026
|
+
"healthcare",
|
|
1027
|
+
"retail",
|
|
1028
|
+
"education",
|
|
1029
|
+
"other"
|
|
1030
|
+
],
|
|
1031
|
+
"technical_expertise": [
|
|
1032
|
+
"beginner",
|
|
1033
|
+
"intermediate",
|
|
1034
|
+
"advanced",
|
|
1035
|
+
"expert"
|
|
1036
|
+
],
|
|
1037
|
+
"engagement_score": {
|
|
1038
|
+
"$range": [
|
|
1039
|
+
21,
|
|
1040
|
+
87
|
|
1041
|
+
]
|
|
1042
|
+
},
|
|
1043
|
+
"last_active_days_ago": {
|
|
1044
|
+
"$range": [
|
|
1045
|
+
4,
|
|
1046
|
+
25
|
|
1047
|
+
]
|
|
1048
|
+
},
|
|
1049
|
+
"preferred_communication": [
|
|
1050
|
+
"email",
|
|
1051
|
+
"chat",
|
|
1052
|
+
"phone",
|
|
1053
|
+
"self_service"
|
|
1054
|
+
],
|
|
1055
|
+
"is_power_user": [
|
|
1056
|
+
false
|
|
1057
|
+
],
|
|
1058
|
+
"risk_level": [
|
|
1059
|
+
"healthy"
|
|
1060
|
+
]
|
|
1061
|
+
}
|
|
1062
|
+
}
|