make-mp-data 3.0.4 → 3.0.5

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.
Files changed (70) hide show
  1. package/README.md +46 -0
  2. package/dungeons/array-of-object-lookup-schema.json +327 -0
  3. package/dungeons/array-of-object-lookup.js +28 -8
  4. package/dungeons/capstone/capstone-ic3.js +291 -0
  5. package/dungeons/capstone/capstone-ic4.js +598 -0
  6. package/dungeons/capstone/capstone-ic5.js +668 -0
  7. package/dungeons/capstone/generate-product-lookup.js +309 -0
  8. package/dungeons/ecommerce-schema.json +462 -0
  9. package/dungeons/{copilot.js → ecommerce.js} +77 -15
  10. package/dungeons/education-schema.json +2409 -0
  11. package/dungeons/education.js +206 -442
  12. package/dungeons/fintech-schema.json +14034 -0
  13. package/dungeons/fintech.js +110 -389
  14. package/dungeons/foobar-schema.json +403 -0
  15. package/dungeons/foobar.js +27 -4
  16. package/dungeons/food-delivery-schema.json +192 -0
  17. package/dungeons/food-delivery.js +602 -0
  18. package/dungeons/food-schema.json +1152 -0
  19. package/dungeons/food.js +150 -383
  20. package/dungeons/gaming-schema.json +1270 -0
  21. package/dungeons/gaming.js +143 -3
  22. package/dungeons/insurance-application-schema.json +204 -0
  23. package/dungeons/insurance-application.js +605 -0
  24. package/dungeons/media-schema.json +906 -0
  25. package/dungeons/media.js +221 -391
  26. package/dungeons/retention-cadence-schema.json +78 -0
  27. package/dungeons/retention-cadence.js +35 -1
  28. package/dungeons/rpg-schema.json +4526 -0
  29. package/dungeons/rpg.js +130 -388
  30. package/dungeons/sanity-schema.json +255 -0
  31. package/dungeons/sanity.js +21 -10
  32. package/dungeons/sass-schema.json +1291 -0
  33. package/dungeons/sass.js +210 -337
  34. package/dungeons/scd-schema.json +919 -0
  35. package/dungeons/scd.js +38 -10
  36. package/dungeons/simple-schema.json +608 -0
  37. package/dungeons/simple.js +48 -11
  38. package/dungeons/simplest-schema.json +1418 -0
  39. package/dungeons/simplest.js +392 -0
  40. package/dungeons/social-schema.json +1118 -0
  41. package/dungeons/social.js +124 -365
  42. package/dungeons/text-generation-schema.json +3096 -0
  43. package/dungeons/text-generation.js +71 -0
  44. package/index.js +6 -3
  45. package/lib/core/config-validator.js +18 -0
  46. package/lib/core/storage.js +5 -5
  47. package/lib/generators/events.js +4 -4
  48. package/lib/orchestrators/mixpanel-sender.js +12 -7
  49. package/lib/orchestrators/user-loop.js +14 -6
  50. package/lib/templates/soup-presets.js +188 -0
  51. package/lib/utils/utils.js +52 -6
  52. package/package.json +1 -1
  53. package/types.d.ts +20 -3
  54. package/dungeons/adspend.js +0 -117
  55. package/dungeons/anon.js +0 -128
  56. package/dungeons/benchmark-heavy.js +0 -240
  57. package/dungeons/benchmark-light.js +0 -126
  58. package/dungeons/big.js +0 -226
  59. package/dungeons/business.js +0 -391
  60. package/dungeons/complex.js +0 -428
  61. package/dungeons/experiments.js +0 -137
  62. package/dungeons/funnels.js +0 -309
  63. package/dungeons/mil.js +0 -323
  64. package/dungeons/mirror.js +0 -160
  65. package/dungeons/soup-test.js +0 -52
  66. package/dungeons/streaming.js +0 -372
  67. package/dungeons/strict-event-test.js +0 -30
  68. package/dungeons/student-teacher.js +0 -438
  69. package/dungeons/too-big-events.js +0 -203
  70. package/dungeons/user-agent.js +0 -209
@@ -0,0 +1,3096 @@
1
+ {
2
+ "schema": {
3
+ "seed": "SUPER DUPER DANGEROUS BROOO",
4
+ "token": "",
5
+ "numDays": 92,
6
+ "numEvents": 960000,
7
+ "numUsers": 8000,
8
+ "hasAnonIds": false,
9
+ "hasSessionIds": true,
10
+ "format": "json",
11
+ "alsoInferFunnels": true,
12
+ "hasLocation": true,
13
+ "hasAndroidDevices": false,
14
+ "hasIOSDevices": false,
15
+ "hasDesktopDevices": false,
16
+ "hasBrowser": false,
17
+ "hasCampaigns": false,
18
+ "isAnonymous": false,
19
+ "hasAdSpend": false,
20
+ "hasAvatar": false,
21
+ "batchSize": 2500000,
22
+ "concurrency": 1,
23
+ "writeToDisk": false,
24
+ "events": [
25
+ {
26
+ "event": "enterprise_support_ticket",
27
+ "weight": 1,
28
+ "properties": {
29
+ "ticket_text": {
30
+ "functionName": "arrow",
31
+ "body": "() => enterpriseSupportGen.generateOne()"
32
+ },
33
+ "priority": [
34
+ "critical",
35
+ "high",
36
+ "medium",
37
+ "low"
38
+ ],
39
+ "category": [
40
+ "authentication",
41
+ "performance",
42
+ "integration",
43
+ "billing",
44
+ "bug_report"
45
+ ],
46
+ "account_tier": [
47
+ "enterprise",
48
+ "business",
49
+ "pro"
50
+ ],
51
+ "escalation_level": [
52
+ 1,
53
+ 1,
54
+ 1,
55
+ 2,
56
+ 3
57
+ ],
58
+ "estimated_resolution_hours": [
59
+ 15,
60
+ 23,
61
+ 31,
62
+ 58,
63
+ 17,
64
+ 19,
65
+ 24,
66
+ 27,
67
+ 57,
68
+ 52,
69
+ 16,
70
+ 42,
71
+ 50,
72
+ 20,
73
+ 53,
74
+ 19,
75
+ 21,
76
+ 19,
77
+ 23,
78
+ 56,
79
+ 48,
80
+ 52,
81
+ 16,
82
+ 22,
83
+ 48,
84
+ 24,
85
+ 28,
86
+ 24,
87
+ 17,
88
+ 48,
89
+ 53,
90
+ 19,
91
+ 18,
92
+ 55,
93
+ 25,
94
+ 19,
95
+ 57,
96
+ 18,
97
+ 23,
98
+ 18,
99
+ 49,
100
+ 30,
101
+ 24,
102
+ 19,
103
+ 37,
104
+ 22,
105
+ 23,
106
+ 24,
107
+ 22,
108
+ 47
109
+ ],
110
+ "has_screenshot": [
111
+ true,
112
+ true,
113
+ false,
114
+ false
115
+ ],
116
+ "channel": [
117
+ "email",
118
+ "phone",
119
+ "chat",
120
+ "portal"
121
+ ],
122
+ "is_resolved": [
123
+ true,
124
+ true,
125
+ true,
126
+ false
127
+ ],
128
+ "resolution_time_minutes": [
129
+ 765,
130
+ 1398,
131
+ 1125,
132
+ 1112,
133
+ 844,
134
+ 717,
135
+ 1045,
136
+ 1013,
137
+ 1835,
138
+ 639,
139
+ 1039,
140
+ 837,
141
+ 2353,
142
+ 642,
143
+ 2198,
144
+ 2197,
145
+ 2013,
146
+ 766,
147
+ 2130,
148
+ 870,
149
+ 1758,
150
+ 2372,
151
+ 1983,
152
+ 1152,
153
+ 2135,
154
+ 962,
155
+ 977,
156
+ 1199,
157
+ 1125,
158
+ 739,
159
+ 1324,
160
+ 1037,
161
+ 872,
162
+ 849,
163
+ 708,
164
+ 1781,
165
+ 324,
166
+ 434,
167
+ 1205,
168
+ 1104,
169
+ 1536,
170
+ 1065,
171
+ 1822,
172
+ 1994,
173
+ 882,
174
+ 802,
175
+ 474,
176
+ 728,
177
+ 508,
178
+ 1251
179
+ ]
180
+ }
181
+ },
182
+ {
183
+ "event": "casual_product_review",
184
+ "weight": 1,
185
+ "properties": {
186
+ "review_text": {
187
+ "functionName": "arrow",
188
+ "body": "() => casualReviewGen.generateOne()"
189
+ },
190
+ "rating": [
191
+ 4,
192
+ 2,
193
+ 2,
194
+ 2,
195
+ 2,
196
+ 2,
197
+ 2,
198
+ 4,
199
+ 2,
200
+ 2,
201
+ 4,
202
+ 2,
203
+ 2,
204
+ 2,
205
+ 2,
206
+ 2,
207
+ 2,
208
+ 4,
209
+ 3,
210
+ 3,
211
+ 4,
212
+ 2,
213
+ 2,
214
+ 2,
215
+ 4,
216
+ 2,
217
+ 2,
218
+ 2,
219
+ 2,
220
+ 2,
221
+ 4,
222
+ 4,
223
+ 2,
224
+ 2,
225
+ 3,
226
+ 4,
227
+ 3,
228
+ 2,
229
+ 2,
230
+ 2,
231
+ 2,
232
+ 3,
233
+ 4,
234
+ 2,
235
+ 2,
236
+ 4,
237
+ 2,
238
+ 2,
239
+ 4,
240
+ 4
241
+ ],
242
+ "product_category": [
243
+ "mobile_app",
244
+ "web_platform",
245
+ "desktop_app",
246
+ "api"
247
+ ],
248
+ "is_verified_purchase": [
249
+ true,
250
+ true,
251
+ true,
252
+ false
253
+ ],
254
+ "helpful_votes": [
255
+ 25,
256
+ 33,
257
+ 14,
258
+ 15,
259
+ 12,
260
+ 20,
261
+ 24,
262
+ 25,
263
+ 8,
264
+ 7,
265
+ 11,
266
+ 46,
267
+ 11,
268
+ 14,
269
+ 13,
270
+ 13,
271
+ 12,
272
+ 9,
273
+ 26,
274
+ 15,
275
+ 41,
276
+ 30,
277
+ 17,
278
+ 17,
279
+ 20,
280
+ 20,
281
+ 12,
282
+ 33,
283
+ 31,
284
+ 35,
285
+ 10,
286
+ 11,
287
+ 19,
288
+ 44,
289
+ 42,
290
+ 15,
291
+ 9,
292
+ 12,
293
+ 13,
294
+ 32,
295
+ 16,
296
+ 14,
297
+ 31,
298
+ 32,
299
+ 28,
300
+ 1,
301
+ 15,
302
+ 29,
303
+ 21,
304
+ 13
305
+ ],
306
+ "would_recommend": [
307
+ true,
308
+ true,
309
+ true,
310
+ false
311
+ ],
312
+ "usage_duration_days": [
313
+ 294,
314
+ 278,
315
+ 94,
316
+ 280,
317
+ 230,
318
+ 152,
319
+ 146,
320
+ 72,
321
+ 256,
322
+ 91,
323
+ 167,
324
+ 247,
325
+ 137,
326
+ 87,
327
+ 109,
328
+ 119,
329
+ 93,
330
+ 133,
331
+ 192,
332
+ 98,
333
+ 125,
334
+ 142,
335
+ 101,
336
+ 93,
337
+ 80,
338
+ 96,
339
+ 131,
340
+ 214,
341
+ 283,
342
+ 122,
343
+ 79,
344
+ 227,
345
+ 255,
346
+ 272,
347
+ 93,
348
+ 235,
349
+ 66,
350
+ 122,
351
+ 272,
352
+ 118,
353
+ 219,
354
+ 124,
355
+ 101,
356
+ 190,
357
+ 42,
358
+ 231,
359
+ 286,
360
+ 90,
361
+ 86,
362
+ 114
363
+ ]
364
+ }
365
+ },
366
+ {
367
+ "event": "technical_forum_post",
368
+ "weight": 1,
369
+ "properties": {
370
+ "post_text": {
371
+ "functionName": "arrow",
372
+ "body": "() => technicalForumGen.generateOne()"
373
+ },
374
+ "topic_category": [
375
+ "api_help",
376
+ "integration",
377
+ "troubleshooting",
378
+ "feature_request"
379
+ ],
380
+ "upvotes": [
381
+ 6,
382
+ 6,
383
+ 15,
384
+ 6,
385
+ 17,
386
+ 20,
387
+ 4,
388
+ 8,
389
+ 6,
390
+ 18,
391
+ 8,
392
+ 5,
393
+ 8,
394
+ 7,
395
+ 6,
396
+ 7,
397
+ 8,
398
+ 12,
399
+ 3,
400
+ 16,
401
+ 9,
402
+ 17,
403
+ 10,
404
+ 13,
405
+ 6,
406
+ 9,
407
+ 20,
408
+ 5,
409
+ 19,
410
+ 17,
411
+ 11,
412
+ 7,
413
+ 6,
414
+ 6,
415
+ 17,
416
+ 6,
417
+ 6,
418
+ 9,
419
+ 14,
420
+ 15,
421
+ 5,
422
+ 19,
423
+ 3,
424
+ 7,
425
+ 19,
426
+ 15,
427
+ 5,
428
+ 9,
429
+ 6,
430
+ 13
431
+ ],
432
+ "has_code_snippet": [
433
+ true,
434
+ false,
435
+ false
436
+ ],
437
+ "is_solved": [
438
+ true,
439
+ true,
440
+ false
441
+ ],
442
+ "response_count": [
443
+ 4,
444
+ 5,
445
+ 4,
446
+ 6,
447
+ 4,
448
+ 11,
449
+ 10,
450
+ 6,
451
+ 10,
452
+ 4,
453
+ 10,
454
+ 6,
455
+ 4,
456
+ 5,
457
+ 7,
458
+ 3,
459
+ 6,
460
+ 8,
461
+ 7,
462
+ 11,
463
+ 9,
464
+ 4,
465
+ 8,
466
+ 4,
467
+ 5,
468
+ 6,
469
+ 5,
470
+ 10,
471
+ 10,
472
+ 3,
473
+ 3,
474
+ 4,
475
+ 12,
476
+ 10,
477
+ 5,
478
+ 5,
479
+ 10,
480
+ 5,
481
+ 4,
482
+ 10,
483
+ 5,
484
+ 10,
485
+ 4,
486
+ 4,
487
+ 8,
488
+ 5,
489
+ 4,
490
+ 12,
491
+ 12,
492
+ 4
493
+ ],
494
+ "user_experience_level": [
495
+ "beginner",
496
+ "intermediate",
497
+ "advanced",
498
+ "expert"
499
+ ]
500
+ }
501
+ },
502
+ {
503
+ "event": "search_query",
504
+ "weight": 1,
505
+ "properties": {
506
+ "query_text": {
507
+ "functionName": "arrow",
508
+ "body": "() => searchQueryGen.generateOne()"
509
+ },
510
+ "search_category": [
511
+ "help",
512
+ "documentation",
513
+ "features",
514
+ "pricing",
515
+ "support"
516
+ ],
517
+ "results_found": [
518
+ 32,
519
+ 27,
520
+ 25,
521
+ 26,
522
+ 20,
523
+ 73,
524
+ 26,
525
+ 26,
526
+ 27,
527
+ 28,
528
+ 22,
529
+ 31,
530
+ 75,
531
+ 29,
532
+ 69,
533
+ 26,
534
+ 23,
535
+ 24,
536
+ 78,
537
+ 40,
538
+ 26,
539
+ 68,
540
+ 28,
541
+ 20,
542
+ 66,
543
+ 73,
544
+ 70,
545
+ 27,
546
+ 23,
547
+ 28,
548
+ 28,
549
+ 24,
550
+ 38,
551
+ 26,
552
+ 26,
553
+ 26,
554
+ 41,
555
+ 22,
556
+ 27,
557
+ 50,
558
+ 19,
559
+ 69,
560
+ 33,
561
+ 37,
562
+ 21,
563
+ 22,
564
+ 72,
565
+ 75,
566
+ 23,
567
+ 18
568
+ ],
569
+ "clicked_result": [
570
+ true,
571
+ true,
572
+ false
573
+ ],
574
+ "result_position_clicked": [
575
+ 4,
576
+ 2,
577
+ 4,
578
+ 6,
579
+ 3,
580
+ 4,
581
+ 6,
582
+ 3,
583
+ 7,
584
+ 5,
585
+ 7,
586
+ 3,
587
+ 7,
588
+ 3,
589
+ 6,
590
+ 4,
591
+ 7,
592
+ 3,
593
+ 3,
594
+ 3,
595
+ 6,
596
+ 4,
597
+ 3,
598
+ 4,
599
+ 8,
600
+ 4,
601
+ 8,
602
+ 3,
603
+ 2,
604
+ 3,
605
+ 4,
606
+ 3,
607
+ 7,
608
+ 7,
609
+ 5,
610
+ 3,
611
+ 3,
612
+ 8,
613
+ 8,
614
+ 6,
615
+ 2,
616
+ 4,
617
+ 4,
618
+ 6,
619
+ 4,
620
+ 4,
621
+ 6,
622
+ 4,
623
+ 7,
624
+ 5
625
+ ],
626
+ "search_duration_seconds": [
627
+ 76,
628
+ 77,
629
+ 173,
630
+ 75,
631
+ 137,
632
+ 50,
633
+ 89,
634
+ 224,
635
+ 131,
636
+ 133,
637
+ 103,
638
+ 105,
639
+ 40,
640
+ 35,
641
+ 81,
642
+ 174,
643
+ 109,
644
+ 116,
645
+ 181,
646
+ 171,
647
+ 83,
648
+ 220,
649
+ 77,
650
+ 235,
651
+ 204,
652
+ 82,
653
+ 100,
654
+ 113,
655
+ 45,
656
+ 199,
657
+ 158,
658
+ 222,
659
+ 121,
660
+ 203,
661
+ 111,
662
+ 69,
663
+ 126,
664
+ 85,
665
+ 86,
666
+ 143,
667
+ 227,
668
+ 274,
669
+ 82,
670
+ 176,
671
+ 175,
672
+ 95,
673
+ 159,
674
+ 103,
675
+ 176,
676
+ 123
677
+ ],
678
+ "refined_search": [
679
+ true,
680
+ false,
681
+ false,
682
+ false
683
+ ]
684
+ }
685
+ },
686
+ {
687
+ "event": "business_feedback",
688
+ "weight": 1,
689
+ "properties": {
690
+ "feedback_text": {
691
+ "functionName": "arrow",
692
+ "body": "() => businessFeedbackGen.generateOne()"
693
+ },
694
+ "satisfaction_score": [
695
+ 8,
696
+ 3,
697
+ 3,
698
+ 4,
699
+ 4,
700
+ 8,
701
+ 4,
702
+ 7,
703
+ 8,
704
+ 4,
705
+ 8,
706
+ 7,
707
+ 3,
708
+ 4,
709
+ 6,
710
+ 4,
711
+ 5,
712
+ 3,
713
+ 3,
714
+ 7,
715
+ 5,
716
+ 4,
717
+ 4,
718
+ 3,
719
+ 3,
720
+ 3,
721
+ 8,
722
+ 4,
723
+ 3,
724
+ 7,
725
+ 7,
726
+ 6,
727
+ 3,
728
+ 7,
729
+ 3,
730
+ 8,
731
+ 3,
732
+ 8,
733
+ 3,
734
+ 4,
735
+ 4,
736
+ 7,
737
+ 3,
738
+ 8,
739
+ 3,
740
+ 4,
741
+ 3,
742
+ 7,
743
+ 7,
744
+ 4
745
+ ],
746
+ "feedback_category": [
747
+ "feature_request",
748
+ "improvement",
749
+ "compliment",
750
+ "concern"
751
+ ],
752
+ "department": [
753
+ "engineering",
754
+ "sales",
755
+ "marketing",
756
+ "support",
757
+ "executive"
758
+ ],
759
+ "follow_up_requested": [
760
+ true,
761
+ false,
762
+ false
763
+ ],
764
+ "urgency": [
765
+ "low",
766
+ "medium",
767
+ "high"
768
+ ],
769
+ "implementation_priority": [
770
+ 4,
771
+ 2,
772
+ 2,
773
+ 4,
774
+ 2,
775
+ 2,
776
+ 2,
777
+ 3,
778
+ 4,
779
+ 4,
780
+ 2,
781
+ 2,
782
+ 4,
783
+ 2,
784
+ 2,
785
+ 2,
786
+ 2,
787
+ 3,
788
+ 2,
789
+ 2,
790
+ 3,
791
+ 2,
792
+ 4,
793
+ 4,
794
+ 2,
795
+ 4,
796
+ 4,
797
+ 3,
798
+ 4,
799
+ 2,
800
+ 4,
801
+ 2,
802
+ 4,
803
+ 2,
804
+ 2,
805
+ 2,
806
+ 2,
807
+ 2,
808
+ 3,
809
+ 2,
810
+ 2,
811
+ 2,
812
+ 3,
813
+ 3,
814
+ 3,
815
+ 2,
816
+ 3,
817
+ 4,
818
+ 2,
819
+ 4
820
+ ]
821
+ }
822
+ },
823
+ {
824
+ "event": "chat_message",
825
+ "weight": 10,
826
+ "properties": {
827
+ "message_text": {
828
+ "functionName": "arrow",
829
+ "body": "() => chatMessageGen.generateOne()"
830
+ },
831
+ "chat_type": [
832
+ "support",
833
+ "sales",
834
+ "general",
835
+ "technical"
836
+ ],
837
+ "message_length": [
838
+ 151,
839
+ 140,
840
+ 75,
841
+ 37,
842
+ 40,
843
+ 129,
844
+ 144,
845
+ 68,
846
+ 143,
847
+ 82,
848
+ 129,
849
+ 144,
850
+ 94,
851
+ 40,
852
+ 152,
853
+ 76,
854
+ 121,
855
+ 145,
856
+ 153,
857
+ 153,
858
+ 65,
859
+ 41,
860
+ 94,
861
+ 112,
862
+ 44,
863
+ 169,
864
+ 88,
865
+ 70,
866
+ 106,
867
+ 50,
868
+ 123,
869
+ 117,
870
+ 52,
871
+ 61,
872
+ 121,
873
+ 44,
874
+ 64,
875
+ 52,
876
+ 48,
877
+ 148,
878
+ 112,
879
+ 129,
880
+ 83,
881
+ 133,
882
+ 60,
883
+ 135,
884
+ 89,
885
+ 52,
886
+ 148,
887
+ 136
888
+ ],
889
+ "contains_emoji": [
890
+ true,
891
+ false,
892
+ false
893
+ ],
894
+ "response_time_seconds": [
895
+ 893,
896
+ 1441,
897
+ 693,
898
+ 2042,
899
+ 1307,
900
+ 1280,
901
+ 1184,
902
+ 1170,
903
+ 1605,
904
+ 2142,
905
+ 787,
906
+ 2546,
907
+ 3236,
908
+ 1801,
909
+ 1025,
910
+ 529,
911
+ 731,
912
+ 1801,
913
+ 1098,
914
+ 1635,
915
+ 2424,
916
+ 1672,
917
+ 2211,
918
+ 1199,
919
+ 1294,
920
+ 1248,
921
+ 2784,
922
+ 886,
923
+ 2347,
924
+ 2289,
925
+ 1310,
926
+ 955,
927
+ 1033,
928
+ 1562,
929
+ 1531,
930
+ 1267,
931
+ 833,
932
+ 1226,
933
+ 439,
934
+ 760,
935
+ 1916,
936
+ 646,
937
+ 1440,
938
+ 960,
939
+ 975,
940
+ 2827,
941
+ 1568,
942
+ 2432,
943
+ 1243,
944
+ 664
945
+ ],
946
+ "is_agent_response": [
947
+ true,
948
+ false
949
+ ],
950
+ "satisfaction_rating": [
951
+ 1,
952
+ 2,
953
+ 3,
954
+ 4,
955
+ 5,
956
+ null,
957
+ null
958
+ ],
959
+ "requires_escalation": [
960
+ true,
961
+ false,
962
+ false,
963
+ false
964
+ ]
965
+ }
966
+ },
967
+ {
968
+ "event": "email_correspondence",
969
+ "weight": 1,
970
+ "properties": {
971
+ "email_text": {
972
+ "functionName": "arrow",
973
+ "body": "() => emailGen.generateOne()"
974
+ },
975
+ "email_type": [
976
+ "support",
977
+ "billing",
978
+ "account",
979
+ "marketing_opt_out"
980
+ ],
981
+ "thread_length": [
982
+ 5,
983
+ 3,
984
+ 2,
985
+ 3,
986
+ 4,
987
+ 3,
988
+ 2,
989
+ 3,
990
+ 5,
991
+ 5,
992
+ 4,
993
+ 3,
994
+ 2,
995
+ 3,
996
+ 3,
997
+ 3,
998
+ 2,
999
+ 6,
1000
+ 6,
1001
+ 2,
1002
+ 5,
1003
+ 6,
1004
+ 4,
1005
+ 2,
1006
+ 3,
1007
+ 2,
1008
+ 5,
1009
+ 3,
1010
+ 5,
1011
+ 3,
1012
+ 4,
1013
+ 3,
1014
+ 4,
1015
+ 3,
1016
+ 3,
1017
+ 2,
1018
+ 2,
1019
+ 2,
1020
+ 4,
1021
+ 5,
1022
+ 3,
1023
+ 3,
1024
+ 3,
1025
+ 6,
1026
+ 5,
1027
+ 6,
1028
+ 3,
1029
+ 6,
1030
+ 2,
1031
+ 4
1032
+ ],
1033
+ "priority": [
1034
+ "normal",
1035
+ "high",
1036
+ "urgent"
1037
+ ],
1038
+ "has_attachment": [
1039
+ true,
1040
+ false,
1041
+ false,
1042
+ false
1043
+ ],
1044
+ "auto_response": [
1045
+ true,
1046
+ false,
1047
+ false,
1048
+ false
1049
+ ],
1050
+ "response_time_hours": [
1051
+ 17,
1052
+ 16,
1053
+ 10,
1054
+ 34,
1055
+ 33,
1056
+ 11,
1057
+ 37,
1058
+ 12,
1059
+ 33,
1060
+ 31,
1061
+ 31,
1062
+ 39,
1063
+ 38,
1064
+ 11,
1065
+ 16,
1066
+ 10,
1067
+ 13,
1068
+ 16,
1069
+ 36,
1070
+ 13,
1071
+ 13,
1072
+ 29,
1073
+ 15,
1074
+ 10,
1075
+ 21,
1076
+ 16,
1077
+ 15,
1078
+ 14,
1079
+ 16,
1080
+ 16,
1081
+ 15,
1082
+ 22,
1083
+ 15,
1084
+ 13,
1085
+ 16,
1086
+ 10,
1087
+ 14,
1088
+ 30,
1089
+ 36,
1090
+ 22,
1091
+ 21,
1092
+ 11,
1093
+ 16,
1094
+ 12,
1095
+ 23,
1096
+ 19,
1097
+ 32,
1098
+ 17,
1099
+ 34,
1100
+ 32
1101
+ ],
1102
+ "customer_type": [
1103
+ "new",
1104
+ "existing",
1105
+ "enterprise",
1106
+ "trial"
1107
+ ]
1108
+ }
1109
+ },
1110
+ {
1111
+ "event": "twitter_post",
1112
+ "weight": 1,
1113
+ "properties": {
1114
+ "post_text": {
1115
+ "functionName": "arrow",
1116
+ "body": "() => twitterGen.generateOne()"
1117
+ },
1118
+ "character_count": [
1119
+ 71,
1120
+ 85,
1121
+ 53,
1122
+ 86,
1123
+ 222,
1124
+ 100,
1125
+ 76,
1126
+ 90,
1127
+ 202,
1128
+ 100,
1129
+ 216,
1130
+ 220,
1131
+ 211,
1132
+ 226,
1133
+ 190,
1134
+ 115,
1135
+ 159,
1136
+ 200,
1137
+ 107,
1138
+ 230,
1139
+ 98,
1140
+ 177,
1141
+ 100,
1142
+ 70,
1143
+ 224,
1144
+ 54,
1145
+ 84,
1146
+ 213,
1147
+ 198,
1148
+ 121,
1149
+ 168,
1150
+ 76,
1151
+ 80,
1152
+ 76,
1153
+ 174,
1154
+ 91,
1155
+ 68,
1156
+ 66,
1157
+ 85,
1158
+ 233,
1159
+ 192,
1160
+ 80,
1161
+ 197,
1162
+ 63,
1163
+ 145,
1164
+ 84,
1165
+ 64,
1166
+ 85,
1167
+ 73,
1168
+ 89
1169
+ ],
1170
+ "has_hashtags": [
1171
+ true,
1172
+ true,
1173
+ false
1174
+ ],
1175
+ "has_mentions": [
1176
+ true,
1177
+ false,
1178
+ false
1179
+ ],
1180
+ "engagement_type": [
1181
+ "like",
1182
+ "retweet",
1183
+ "reply",
1184
+ "quote_tweet"
1185
+ ],
1186
+ "follower_count": [
1187
+ 11208,
1188
+ 19654,
1189
+ 21180,
1190
+ 15057,
1191
+ 32199,
1192
+ 37036,
1193
+ 12346,
1194
+ 10264,
1195
+ 44611,
1196
+ 9422,
1197
+ 31901,
1198
+ 18977,
1199
+ 4203,
1200
+ 25025,
1201
+ 30960,
1202
+ 28423,
1203
+ 30019,
1204
+ 14236,
1205
+ 8907,
1206
+ 17850,
1207
+ 38860,
1208
+ 20864,
1209
+ 26396,
1210
+ 15731,
1211
+ 15547,
1212
+ 16931,
1213
+ 32968,
1214
+ 11807,
1215
+ 23837,
1216
+ 10472,
1217
+ 32490,
1218
+ 18829,
1219
+ 35692,
1220
+ 15373,
1221
+ 12209,
1222
+ 18098,
1223
+ 20257,
1224
+ 29118,
1225
+ 11635,
1226
+ 35046,
1227
+ 15715,
1228
+ 20112,
1229
+ 18382,
1230
+ 12855,
1231
+ 14754,
1232
+ 18017,
1233
+ 22187,
1234
+ 6990,
1235
+ 32844,
1236
+ 15088
1237
+ ],
1238
+ "is_thread": [
1239
+ true,
1240
+ false,
1241
+ false,
1242
+ false
1243
+ ],
1244
+ "posted_via": [
1245
+ "web",
1246
+ "mobile",
1247
+ "api",
1248
+ "third_party"
1249
+ ]
1250
+ }
1251
+ },
1252
+ {
1253
+ "event": "linkedin_post",
1254
+ "weight": 1,
1255
+ "properties": {
1256
+ "post_text": {
1257
+ "functionName": "arrow",
1258
+ "body": "() => linkedinGen.generateOne()"
1259
+ },
1260
+ "post_type": [
1261
+ "update",
1262
+ "article",
1263
+ "job_posting",
1264
+ "company_news"
1265
+ ],
1266
+ "industry_tag": [
1267
+ "technology",
1268
+ "business",
1269
+ "marketing",
1270
+ "sales",
1271
+ "hr"
1272
+ ],
1273
+ "connection_level": [
1274
+ "1st",
1275
+ "2nd",
1276
+ "3rd",
1277
+ "not_connected"
1278
+ ],
1279
+ "engagement_score": [
1280
+ 782,
1281
+ 778,
1282
+ 253,
1283
+ 356,
1284
+ 211,
1285
+ 662,
1286
+ 416,
1287
+ 275,
1288
+ 94,
1289
+ 337,
1290
+ 633,
1291
+ 414,
1292
+ 147,
1293
+ 279,
1294
+ 740,
1295
+ 180,
1296
+ 845,
1297
+ 365,
1298
+ 340,
1299
+ 431,
1300
+ 262,
1301
+ 414,
1302
+ 199,
1303
+ 255,
1304
+ 643,
1305
+ 706,
1306
+ 759,
1307
+ 327,
1308
+ 315,
1309
+ 749,
1310
+ 313,
1311
+ 566,
1312
+ 203,
1313
+ 722,
1314
+ 255,
1315
+ 635,
1316
+ 271,
1317
+ 306,
1318
+ 364,
1319
+ 430,
1320
+ 289,
1321
+ 228,
1322
+ 227,
1323
+ 304,
1324
+ 306,
1325
+ 674,
1326
+ 267,
1327
+ 700,
1328
+ 587,
1329
+ 790
1330
+ ],
1331
+ "is_sponsored": [
1332
+ true,
1333
+ false,
1334
+ false,
1335
+ false
1336
+ ],
1337
+ "company_size": [
1338
+ "startup",
1339
+ "small",
1340
+ "medium",
1341
+ "large",
1342
+ "enterprise"
1343
+ ]
1344
+ }
1345
+ },
1346
+ {
1347
+ "event": "reddit_comment",
1348
+ "weight": 1,
1349
+ "properties": {
1350
+ "comment_text": {
1351
+ "functionName": "arrow",
1352
+ "body": "() => redditGen.generateOne()"
1353
+ },
1354
+ "subreddit": [
1355
+ "r/SaaS",
1356
+ "r/webdev",
1357
+ "r/startups",
1358
+ "r/technology",
1359
+ "r/programming"
1360
+ ],
1361
+ "comment_depth": [
1362
+ 2,
1363
+ 1,
1364
+ 6,
1365
+ 7,
1366
+ 3,
1367
+ 3,
1368
+ 4,
1369
+ 5,
1370
+ 3,
1371
+ 3,
1372
+ 4,
1373
+ 4,
1374
+ 6,
1375
+ 2,
1376
+ 6,
1377
+ 1,
1378
+ 3,
1379
+ 8,
1380
+ 6,
1381
+ 1,
1382
+ 3,
1383
+ 4,
1384
+ 2,
1385
+ 5,
1386
+ 8,
1387
+ 7,
1388
+ 4,
1389
+ 8,
1390
+ 4,
1391
+ 4,
1392
+ 3,
1393
+ 3,
1394
+ 4,
1395
+ 2,
1396
+ 5,
1397
+ 7,
1398
+ 9,
1399
+ 4,
1400
+ 8,
1401
+ 8,
1402
+ 6,
1403
+ 8,
1404
+ 3,
1405
+ 3,
1406
+ 6,
1407
+ 1,
1408
+ 3,
1409
+ 2,
1410
+ 7,
1411
+ 2
1412
+ ],
1413
+ "upvotes": [
1414
+ 79,
1415
+ 348,
1416
+ 174,
1417
+ 348,
1418
+ 201,
1419
+ 147,
1420
+ 142,
1421
+ 195,
1422
+ 412,
1423
+ 343,
1424
+ 101,
1425
+ 248,
1426
+ 182,
1427
+ 290,
1428
+ 144,
1429
+ 141,
1430
+ 105,
1431
+ 93,
1432
+ 126,
1433
+ 385,
1434
+ 382,
1435
+ 52,
1436
+ 145,
1437
+ 362,
1438
+ 78,
1439
+ 415,
1440
+ 93,
1441
+ 131,
1442
+ 256,
1443
+ 369,
1444
+ 181,
1445
+ 158,
1446
+ 134,
1447
+ 111,
1448
+ 86,
1449
+ 397,
1450
+ 141,
1451
+ 147,
1452
+ 117,
1453
+ 144,
1454
+ 166,
1455
+ 87,
1456
+ 100,
1457
+ 187,
1458
+ 140,
1459
+ 164,
1460
+ 199,
1461
+ 124,
1462
+ 213,
1463
+ 386
1464
+ ],
1465
+ "is_edited": [
1466
+ true,
1467
+ false,
1468
+ false
1469
+ ],
1470
+ "account_age_days": [
1471
+ 799,
1472
+ 982,
1473
+ 1118,
1474
+ 1042,
1475
+ 1210,
1476
+ 2567,
1477
+ 998,
1478
+ 1262,
1479
+ 1168,
1480
+ 905,
1481
+ 1204,
1482
+ 820,
1483
+ 833,
1484
+ 2399,
1485
+ 2628,
1486
+ 824,
1487
+ 919,
1488
+ 994,
1489
+ 1005,
1490
+ 2521,
1491
+ 1225,
1492
+ 2664,
1493
+ 2381,
1494
+ 2789,
1495
+ 1029,
1496
+ 1116,
1497
+ 2765,
1498
+ 1256,
1499
+ 2128,
1500
+ 1826,
1501
+ 2637,
1502
+ 960,
1503
+ 2766,
1504
+ 1826,
1505
+ 2299,
1506
+ 1981,
1507
+ 2646,
1508
+ 855,
1509
+ 2453,
1510
+ 2844,
1511
+ 816,
1512
+ 2816,
1513
+ 999,
1514
+ 2757,
1515
+ 1323,
1516
+ 1826,
1517
+ 848,
1518
+ 2361,
1519
+ 901,
1520
+ 898
1521
+ ],
1522
+ "is_op": [
1523
+ true,
1524
+ false,
1525
+ false,
1526
+ false
1527
+ ],
1528
+ "parent_comment_id": {
1529
+ "functionName": "arrow",
1530
+ "body": "() => chance.hash({ length: 8 })"
1531
+ }
1532
+ }
1533
+ },
1534
+ {
1535
+ "event": "bug_report_submitted",
1536
+ "weight": 1,
1537
+ "properties": {
1538
+ "report_text": {
1539
+ "functionName": "arrow",
1540
+ "body": "() => bugReportGen.generateOne()"
1541
+ },
1542
+ "severity": [
1543
+ "critical",
1544
+ "high",
1545
+ "medium",
1546
+ "low"
1547
+ ],
1548
+ "bug_category": [
1549
+ "ui",
1550
+ "api",
1551
+ "performance",
1552
+ "data",
1553
+ "security"
1554
+ ],
1555
+ "steps_to_reproduce": [
1556
+ 7,
1557
+ 4,
1558
+ 4,
1559
+ 4,
1560
+ 7,
1561
+ 4,
1562
+ 8,
1563
+ 4,
1564
+ 8,
1565
+ 4,
1566
+ 6,
1567
+ 5,
1568
+ 4,
1569
+ 9,
1570
+ 4,
1571
+ 4,
1572
+ 4,
1573
+ 4,
1574
+ 5,
1575
+ 4,
1576
+ 4,
1577
+ 8,
1578
+ 4,
1579
+ 9,
1580
+ 4,
1581
+ 4,
1582
+ 4,
1583
+ 4,
1584
+ 8,
1585
+ 8,
1586
+ 7,
1587
+ 4,
1588
+ 4,
1589
+ 4,
1590
+ 4,
1591
+ 8,
1592
+ 8,
1593
+ 8,
1594
+ 8,
1595
+ 5,
1596
+ 4,
1597
+ 8,
1598
+ 4,
1599
+ 4,
1600
+ 5,
1601
+ 4,
1602
+ 8,
1603
+ 9,
1604
+ 4,
1605
+ 4
1606
+ ],
1607
+ "browser_info": [
1608
+ "Chrome 118",
1609
+ "Firefox 119",
1610
+ "Safari 17",
1611
+ "Edge 118"
1612
+ ],
1613
+ "os_info": [
1614
+ "Windows 11",
1615
+ "macOS Ventura",
1616
+ "Ubuntu 22.04",
1617
+ "iOS 17"
1618
+ ],
1619
+ "is_reproducible": [
1620
+ true,
1621
+ true,
1622
+ true,
1623
+ false
1624
+ ],
1625
+ "affects_workflow": [
1626
+ true,
1627
+ true,
1628
+ false
1629
+ ],
1630
+ "has_screenshot": [
1631
+ true,
1632
+ true,
1633
+ false
1634
+ ],
1635
+ "reporter_role": [
1636
+ "admin",
1637
+ "user",
1638
+ "developer",
1639
+ "qa_tester"
1640
+ ]
1641
+ }
1642
+ },
1643
+ {
1644
+ "event": "feature_request_submitted",
1645
+ "weight": 1,
1646
+ "properties": {
1647
+ "request_text": {
1648
+ "functionName": "arrow",
1649
+ "body": "() => featureRequestGen.generateOne()"
1650
+ },
1651
+ "request_category": [
1652
+ "ui_improvement",
1653
+ "new_feature",
1654
+ "integration",
1655
+ "performance"
1656
+ ],
1657
+ "priority_level": [
1658
+ "nice_to_have",
1659
+ "important",
1660
+ "critical",
1661
+ "blocker"
1662
+ ],
1663
+ "estimated_users_affected": [
1664
+ 3126,
1665
+ 6951,
1666
+ 4551,
1667
+ 5654,
1668
+ 4138,
1669
+ 1918,
1670
+ 6074,
1671
+ 1822,
1672
+ 3220,
1673
+ 5720,
1674
+ 2325,
1675
+ 5636,
1676
+ 2547,
1677
+ 6258,
1678
+ 2500,
1679
+ 1790,
1680
+ 1684,
1681
+ 7461,
1682
+ 3210,
1683
+ 6362,
1684
+ 3541,
1685
+ 3873,
1686
+ 1858,
1687
+ 8546,
1688
+ 2733,
1689
+ 2596,
1690
+ 7209,
1691
+ 3339,
1692
+ 7538,
1693
+ 6762,
1694
+ 7640,
1695
+ 2184,
1696
+ 2957,
1697
+ 9242,
1698
+ 2723,
1699
+ 8514,
1700
+ 9232,
1701
+ 5268,
1702
+ 2865,
1703
+ 1773,
1704
+ 7073,
1705
+ 3548,
1706
+ 7820,
1707
+ 3120,
1708
+ 7225,
1709
+ 3380,
1710
+ 2592,
1711
+ 3621,
1712
+ 8593,
1713
+ 2477
1714
+ ],
1715
+ "business_impact": [
1716
+ "low",
1717
+ "medium",
1718
+ "high",
1719
+ "critical"
1720
+ ],
1721
+ "similar_requests": [
1722
+ 18,
1723
+ 15,
1724
+ 11,
1725
+ 17,
1726
+ 29,
1727
+ 38,
1728
+ 1,
1729
+ 35,
1730
+ 10,
1731
+ 40,
1732
+ 10,
1733
+ 35,
1734
+ 37,
1735
+ 29,
1736
+ 13,
1737
+ 15,
1738
+ 16,
1739
+ 37,
1740
+ 18,
1741
+ 18,
1742
+ 33,
1743
+ 21,
1744
+ 38,
1745
+ 16,
1746
+ 29,
1747
+ 30,
1748
+ 29,
1749
+ 17,
1750
+ 23,
1751
+ 12,
1752
+ 21,
1753
+ 17,
1754
+ 16,
1755
+ 6,
1756
+ 13,
1757
+ 42,
1758
+ 22,
1759
+ 32,
1760
+ 28,
1761
+ 13,
1762
+ 20,
1763
+ 11,
1764
+ 29,
1765
+ 22,
1766
+ 15,
1767
+ 17,
1768
+ 19,
1769
+ 6,
1770
+ 32,
1771
+ 21
1772
+ ],
1773
+ "requester_plan": [
1774
+ "free",
1775
+ "basic",
1776
+ "pro",
1777
+ "enterprise"
1778
+ ],
1779
+ "implementation_complexity": [
1780
+ "simple",
1781
+ "moderate",
1782
+ "complex",
1783
+ "very_complex"
1784
+ ],
1785
+ "votes": [
1786
+ 131,
1787
+ 152,
1788
+ 60,
1789
+ 130,
1790
+ 60,
1791
+ 43,
1792
+ 42,
1793
+ 160,
1794
+ 52,
1795
+ 145,
1796
+ 60,
1797
+ 40,
1798
+ 49,
1799
+ 140,
1800
+ 52,
1801
+ 62,
1802
+ 52,
1803
+ 100,
1804
+ 55,
1805
+ 100,
1806
+ 72,
1807
+ 52,
1808
+ 155,
1809
+ 152,
1810
+ 53,
1811
+ 57,
1812
+ 51,
1813
+ 43,
1814
+ 95,
1815
+ 148,
1816
+ 149,
1817
+ 77,
1818
+ 44,
1819
+ 64,
1820
+ 51,
1821
+ 100,
1822
+ 138,
1823
+ 115,
1824
+ 43,
1825
+ 52,
1826
+ 54,
1827
+ 133,
1828
+ 73,
1829
+ 109,
1830
+ 85,
1831
+ 54,
1832
+ 52,
1833
+ 74,
1834
+ 53,
1835
+ 118
1836
+ ]
1837
+ }
1838
+ },
1839
+ {
1840
+ "event": "onboarding_feedback",
1841
+ "weight": 1,
1842
+ "properties": {
1843
+ "feedback_text": {
1844
+ "functionName": "arrow",
1845
+ "body": "() => onboardingGen.generateOne()"
1846
+ },
1847
+ "onboarding_step": [
1848
+ "signup",
1849
+ "email_verification",
1850
+ "profile_setup",
1851
+ "first_use",
1852
+ "tutorial"
1853
+ ],
1854
+ "completion_rate": [
1855
+ 26,
1856
+ 33,
1857
+ 30,
1858
+ 78,
1859
+ 78,
1860
+ 30,
1861
+ 28,
1862
+ 75,
1863
+ 68,
1864
+ 31,
1865
+ 25,
1866
+ 76,
1867
+ 75,
1868
+ 78,
1869
+ 68,
1870
+ 28,
1871
+ 26,
1872
+ 68,
1873
+ 25,
1874
+ 75,
1875
+ 27,
1876
+ 50,
1877
+ 23,
1878
+ 23,
1879
+ 20,
1880
+ 30,
1881
+ 28,
1882
+ 25,
1883
+ 30,
1884
+ 32,
1885
+ 22,
1886
+ 78,
1887
+ 65,
1888
+ 28,
1889
+ 36,
1890
+ 25,
1891
+ 29,
1892
+ 50,
1893
+ 50,
1894
+ 50,
1895
+ 32,
1896
+ 59,
1897
+ 24,
1898
+ 26,
1899
+ 74,
1900
+ 76,
1901
+ 79,
1902
+ 29,
1903
+ 26,
1904
+ 76
1905
+ ],
1906
+ "time_spent_minutes": [
1907
+ 88,
1908
+ 76,
1909
+ 40,
1910
+ 21,
1911
+ 86,
1912
+ 24,
1913
+ 37,
1914
+ 47,
1915
+ 25,
1916
+ 37,
1917
+ 37,
1918
+ 39,
1919
+ 77,
1920
+ 48,
1921
+ 41,
1922
+ 82,
1923
+ 23,
1924
+ 35,
1925
+ 107,
1926
+ 33,
1927
+ 49,
1928
+ 3,
1929
+ 65,
1930
+ 94,
1931
+ 48,
1932
+ 41,
1933
+ 93,
1934
+ 33,
1935
+ 29,
1936
+ 36,
1937
+ 97,
1938
+ 33,
1939
+ 28,
1940
+ 100,
1941
+ 82,
1942
+ 33,
1943
+ 32,
1944
+ 86,
1945
+ 78,
1946
+ 57,
1947
+ 35,
1948
+ 36,
1949
+ 79,
1950
+ 77,
1951
+ 33,
1952
+ 28,
1953
+ 30,
1954
+ 52,
1955
+ 92,
1956
+ 85
1957
+ ],
1958
+ "dropped_at_step": [
1959
+ "signup",
1960
+ "tutorial",
1961
+ "first_action",
1962
+ "payment",
1963
+ "completed"
1964
+ ],
1965
+ "help_docs_accessed": [
1966
+ true,
1967
+ false,
1968
+ false
1969
+ ],
1970
+ "support_contacted": [
1971
+ true,
1972
+ false,
1973
+ false,
1974
+ false
1975
+ ],
1976
+ "device_type": [
1977
+ "desktop",
1978
+ "mobile",
1979
+ "tablet"
1980
+ ],
1981
+ "signup_source": [
1982
+ "organic",
1983
+ "paid_ad",
1984
+ "referral",
1985
+ "social_media"
1986
+ ]
1987
+ }
1988
+ },
1989
+ {
1990
+ "event": "tutorial_comment_posted",
1991
+ "weight": 1,
1992
+ "properties": {
1993
+ "comment_text": {
1994
+ "functionName": "arrow",
1995
+ "body": "() => tutorialCommentGen.generateOne()"
1996
+ },
1997
+ "tutorial_section": [
1998
+ "getting_started",
1999
+ "advanced_features",
2000
+ "api_guide",
2001
+ "troubleshooting"
2002
+ ],
2003
+ "helpfulness_rating": [
2004
+ 3,
2005
+ 2,
2006
+ 2,
2007
+ 4,
2008
+ 2,
2009
+ 2,
2010
+ 2,
2011
+ 2,
2012
+ 4,
2013
+ 2,
2014
+ 4,
2015
+ 3,
2016
+ 4,
2017
+ 4,
2018
+ 3,
2019
+ 2,
2020
+ 4,
2021
+ 2,
2022
+ 2,
2023
+ 2,
2024
+ 2,
2025
+ 2,
2026
+ 4,
2027
+ 2,
2028
+ 2,
2029
+ 4,
2030
+ 2,
2031
+ 2,
2032
+ 2,
2033
+ 2,
2034
+ 4,
2035
+ 2,
2036
+ 3,
2037
+ 2,
2038
+ 2,
2039
+ 2,
2040
+ 2,
2041
+ 2,
2042
+ 4,
2043
+ 4,
2044
+ 2,
2045
+ 2,
2046
+ 2,
2047
+ 3,
2048
+ 2,
2049
+ 2,
2050
+ 2,
2051
+ 4,
2052
+ 4,
2053
+ 2
2054
+ ],
2055
+ "comment_type": [
2056
+ "question",
2057
+ "clarification",
2058
+ "praise",
2059
+ "suggestion",
2060
+ "correction"
2061
+ ],
2062
+ "user_experience_level": [
2063
+ "beginner",
2064
+ "intermediate",
2065
+ "advanced",
2066
+ "expert"
2067
+ ],
2068
+ "tutorial_completion": [
2069
+ 72,
2070
+ 25,
2071
+ 41,
2072
+ 33,
2073
+ 20,
2074
+ 21,
2075
+ 28,
2076
+ 30,
2077
+ 29,
2078
+ 41,
2079
+ 32,
2080
+ 53,
2081
+ 70,
2082
+ 25,
2083
+ 42,
2084
+ 27,
2085
+ 21,
2086
+ 68,
2087
+ 60,
2088
+ 50,
2089
+ 37,
2090
+ 29,
2091
+ 23,
2092
+ 23,
2093
+ 77,
2094
+ 29,
2095
+ 19,
2096
+ 43,
2097
+ 18,
2098
+ 65,
2099
+ 75,
2100
+ 42,
2101
+ 23,
2102
+ 41,
2103
+ 74,
2104
+ 64,
2105
+ 74,
2106
+ 79,
2107
+ 62,
2108
+ 21,
2109
+ 53,
2110
+ 44,
2111
+ 33,
2112
+ 26,
2113
+ 62,
2114
+ 17,
2115
+ 24,
2116
+ 45,
2117
+ 68,
2118
+ 33
2119
+ ],
2120
+ "follow_up_questions": [
2121
+ 4,
2122
+ 2,
2123
+ 2,
2124
+ 2,
2125
+ 1,
2126
+ 2,
2127
+ 1,
2128
+ 1,
2129
+ 2,
2130
+ 2,
2131
+ 4,
2132
+ 2,
2133
+ 3,
2134
+ 3,
2135
+ 1,
2136
+ 4,
2137
+ 2,
2138
+ 3,
2139
+ 2,
2140
+ 3,
2141
+ 1,
2142
+ 1,
2143
+ 2,
2144
+ 1,
2145
+ 2,
2146
+ 3,
2147
+ 2,
2148
+ 3,
2149
+ 2,
2150
+ 2,
2151
+ 1,
2152
+ 4,
2153
+ 3,
2154
+ 2,
2155
+ 2,
2156
+ 2,
2157
+ 4,
2158
+ 1,
2159
+ 3,
2160
+ 1,
2161
+ 4,
2162
+ 1,
2163
+ 2,
2164
+ 1,
2165
+ 3,
2166
+ 3,
2167
+ 3,
2168
+ 3,
2169
+ 1,
2170
+ 2
2171
+ ],
2172
+ "marked_as_helpful": [
2173
+ true,
2174
+ true,
2175
+ false
2176
+ ],
2177
+ "time_on_tutorial_minutes": [
2178
+ 39,
2179
+ 47,
2180
+ 43,
2181
+ 37,
2182
+ 17,
2183
+ 14,
2184
+ 19,
2185
+ 31,
2186
+ 43,
2187
+ 35,
2188
+ 22,
2189
+ 17,
2190
+ 45,
2191
+ 45,
2192
+ 19,
2193
+ 24,
2194
+ 19,
2195
+ 23,
2196
+ 42,
2197
+ 44,
2198
+ 40,
2199
+ 12,
2200
+ 26,
2201
+ 15,
2202
+ 31,
2203
+ 20,
2204
+ 19,
2205
+ 15,
2206
+ 21,
2207
+ 36,
2208
+ 18,
2209
+ 23,
2210
+ 15,
2211
+ 12,
2212
+ 16,
2213
+ 22,
2214
+ 38,
2215
+ 16,
2216
+ 31,
2217
+ 33,
2218
+ 23,
2219
+ 48,
2220
+ 34,
2221
+ 37,
2222
+ 14,
2223
+ 11,
2224
+ 31,
2225
+ 14,
2226
+ 38,
2227
+ 22
2228
+ ]
2229
+ }
2230
+ },
2231
+ {
2232
+ "event": "webinar_chat_message",
2233
+ "weight": 1,
2234
+ "properties": {
2235
+ "message_text": {
2236
+ "functionName": "arrow",
2237
+ "body": "() => webinarChatGen.generateOne()"
2238
+ },
2239
+ "webinar_topic": [
2240
+ "product_demo",
2241
+ "feature_update",
2242
+ "best_practices",
2243
+ "q_and_a"
2244
+ ],
2245
+ "message_timestamp_minutes": [
2246
+ 31,
2247
+ 66,
2248
+ 55,
2249
+ 30,
2250
+ 65,
2251
+ 73,
2252
+ 25,
2253
+ 22,
2254
+ 54,
2255
+ 64,
2256
+ 55,
2257
+ 18,
2258
+ 23,
2259
+ 64,
2260
+ 26,
2261
+ 72,
2262
+ 67,
2263
+ 62,
2264
+ 56,
2265
+ 57,
2266
+ 19,
2267
+ 70,
2268
+ 74,
2269
+ 77,
2270
+ 30,
2271
+ 38,
2272
+ 73,
2273
+ 45,
2274
+ 22,
2275
+ 71,
2276
+ 27,
2277
+ 23,
2278
+ 21,
2279
+ 22,
2280
+ 20,
2281
+ 19,
2282
+ 49,
2283
+ 35,
2284
+ 13,
2285
+ 30,
2286
+ 29,
2287
+ 72,
2288
+ 23,
2289
+ 29,
2290
+ 56,
2291
+ 20,
2292
+ 56,
2293
+ 25,
2294
+ 25,
2295
+ 20
2296
+ ],
2297
+ "attendee_count": [
2298
+ 210,
2299
+ 316,
2300
+ 607,
2301
+ 224,
2302
+ 467,
2303
+ 331,
2304
+ 458,
2305
+ 795,
2306
+ 326,
2307
+ 813,
2308
+ 256,
2309
+ 779,
2310
+ 414,
2311
+ 769,
2312
+ 698,
2313
+ 719,
2314
+ 358,
2315
+ 315,
2316
+ 460,
2317
+ 282,
2318
+ 287,
2319
+ 268,
2320
+ 406,
2321
+ 584,
2322
+ 338,
2323
+ 525,
2324
+ 773,
2325
+ 576,
2326
+ 287,
2327
+ 768,
2328
+ 793,
2329
+ 291,
2330
+ 309,
2331
+ 257,
2332
+ 284,
2333
+ 281,
2334
+ 525,
2335
+ 298,
2336
+ 639,
2337
+ 425,
2338
+ 792,
2339
+ 306,
2340
+ 432,
2341
+ 796,
2342
+ 307,
2343
+ 684,
2344
+ 294,
2345
+ 303,
2346
+ 525,
2347
+ 288
2348
+ ],
2349
+ "is_question": [
2350
+ true,
2351
+ true,
2352
+ false
2353
+ ],
2354
+ "is_answered": [
2355
+ true,
2356
+ false,
2357
+ false
2358
+ ],
2359
+ "reaction_emoji": [
2360
+ "👍",
2361
+ "❤️",
2362
+ "😍",
2363
+ "🤔",
2364
+ "👏",
2365
+ null,
2366
+ null
2367
+ ],
2368
+ "is_moderator": [
2369
+ true,
2370
+ false,
2371
+ false,
2372
+ false,
2373
+ false
2374
+ ],
2375
+ "attendee_type": [
2376
+ "customer",
2377
+ "prospect",
2378
+ "partner",
2379
+ "employee"
2380
+ ]
2381
+ }
2382
+ },
2383
+ {
2384
+ "event": "charity_comment_posted",
2385
+ "weight": 8,
2386
+ "properties": {
2387
+ "comment_text": {
2388
+ "functionName": "arrow",
2389
+ "body": "() => charityCommentGen.generateOne()"
2390
+ },
2391
+ "comment_type": [
2392
+ "donation_thanks",
2393
+ "support_message",
2394
+ "congratulations",
2395
+ "encouragement"
2396
+ ],
2397
+ "cause_category": [
2398
+ "medical",
2399
+ "education",
2400
+ "disaster_relief",
2401
+ "animal_welfare",
2402
+ "community"
2403
+ ],
2404
+ "donation_amount": [
2405
+ 354,
2406
+ 295,
2407
+ 199,
2408
+ 138,
2409
+ 253,
2410
+ 184,
2411
+ 165,
2412
+ 406,
2413
+ 416,
2414
+ 338,
2415
+ 302,
2416
+ 110,
2417
+ 170,
2418
+ 184,
2419
+ 284,
2420
+ 104,
2421
+ 188,
2422
+ 130,
2423
+ 253,
2424
+ 91,
2425
+ 210,
2426
+ 133,
2427
+ 174,
2428
+ 148,
2429
+ 423,
2430
+ 59,
2431
+ 83,
2432
+ 308,
2433
+ 385,
2434
+ 279,
2435
+ 125,
2436
+ 159,
2437
+ 170,
2438
+ 250,
2439
+ 140,
2440
+ 308,
2441
+ 169,
2442
+ 253,
2443
+ 286,
2444
+ 81,
2445
+ 146,
2446
+ 313,
2447
+ 124,
2448
+ 203,
2449
+ 179,
2450
+ 173,
2451
+ 242,
2452
+ 157,
2453
+ 209,
2454
+ 124
2455
+ ],
2456
+ "is_anonymous": [
2457
+ true,
2458
+ false,
2459
+ false
2460
+ ],
2461
+ "includes_prayer": [
2462
+ true,
2463
+ false,
2464
+ false,
2465
+ false
2466
+ ],
2467
+ "emotional_tone": [
2468
+ "supportive",
2469
+ "inspiring",
2470
+ "grateful",
2471
+ "hopeful"
2472
+ ],
2473
+ "relationship_to_cause": [
2474
+ "friend",
2475
+ "family",
2476
+ "stranger",
2477
+ "community_member"
2478
+ ]
2479
+ }
2480
+ },
2481
+ {
2482
+ "event": "wedding_comment_posted",
2483
+ "weight": 6,
2484
+ "properties": {
2485
+ "comment_text": {
2486
+ "functionName": "arrow",
2487
+ "body": "() => charityCommentGen.generateOne()"
2488
+ },
2489
+ "comment_type": [
2490
+ "congratulations",
2491
+ "well_wishes",
2492
+ "memory_share",
2493
+ "blessing"
2494
+ ],
2495
+ "wedding_phase": [
2496
+ "engagement",
2497
+ "ceremony",
2498
+ "reception",
2499
+ "honeymoon"
2500
+ ],
2501
+ "includes_emoji": [
2502
+ true,
2503
+ true,
2504
+ false
2505
+ ],
2506
+ "relationship_to_couple": [
2507
+ "family",
2508
+ "friend",
2509
+ "coworker",
2510
+ "acquaintance"
2511
+ ],
2512
+ "comment_length": [
2513
+ 60,
2514
+ 54,
2515
+ 96,
2516
+ 49,
2517
+ 62,
2518
+ 54,
2519
+ 43,
2520
+ 61,
2521
+ 111,
2522
+ 51,
2523
+ 44,
2524
+ 113,
2525
+ 122,
2526
+ 46,
2527
+ 72,
2528
+ 41,
2529
+ 69,
2530
+ 49,
2531
+ 54,
2532
+ 55,
2533
+ 93,
2534
+ 70,
2535
+ 48,
2536
+ 53,
2537
+ 94,
2538
+ 64,
2539
+ 39,
2540
+ 101,
2541
+ 60,
2542
+ 114,
2543
+ 97,
2544
+ 62,
2545
+ 94,
2546
+ 69,
2547
+ 66,
2548
+ 117,
2549
+ 60,
2550
+ 53,
2551
+ 57,
2552
+ 60,
2553
+ 45,
2554
+ 40,
2555
+ 117,
2556
+ 30,
2557
+ 103,
2558
+ 50,
2559
+ 61,
2560
+ 53,
2561
+ 72,
2562
+ 101
2563
+ ],
2564
+ "is_public": [
2565
+ true,
2566
+ true,
2567
+ true,
2568
+ false
2569
+ ]
2570
+ }
2571
+ },
2572
+ {
2573
+ "event": "social_media_tweet",
2574
+ "weight": 15,
2575
+ "properties": {
2576
+ "tweet_text": {
2577
+ "functionName": "arrow",
2578
+ "body": "() => socialTweetGen.generateOne()"
2579
+ },
2580
+ "tweet_type": [
2581
+ "announcement",
2582
+ "update",
2583
+ "opinion",
2584
+ "question",
2585
+ "share"
2586
+ ],
2587
+ "character_count": [
2588
+ 52,
2589
+ 119,
2590
+ 198,
2591
+ 80,
2592
+ 91,
2593
+ 215,
2594
+ 60,
2595
+ 133,
2596
+ 68,
2597
+ 214,
2598
+ 109,
2599
+ 216,
2600
+ 98,
2601
+ 202,
2602
+ 190,
2603
+ 91,
2604
+ 212,
2605
+ 211,
2606
+ 145,
2607
+ 99,
2608
+ 216,
2609
+ 93,
2610
+ 211,
2611
+ 216,
2612
+ 91,
2613
+ 211,
2614
+ 219,
2615
+ 60,
2616
+ 87,
2617
+ 91,
2618
+ 63,
2619
+ 88,
2620
+ 99,
2621
+ 191,
2622
+ 208,
2623
+ 192,
2624
+ 213,
2625
+ 184,
2626
+ 81,
2627
+ 75,
2628
+ 209,
2629
+ 214,
2630
+ 104,
2631
+ 193,
2632
+ 198,
2633
+ 100,
2634
+ 69,
2635
+ 72,
2636
+ 181,
2637
+ 145
2638
+ ],
2639
+ "has_hashtags": [
2640
+ true,
2641
+ true,
2642
+ false
2643
+ ],
2644
+ "has_mentions": [
2645
+ true,
2646
+ false,
2647
+ false
2648
+ ],
2649
+ "has_media": [
2650
+ true,
2651
+ false,
2652
+ false,
2653
+ false
2654
+ ],
2655
+ "engagement_score": [
2656
+ 384,
2657
+ 724,
2658
+ 458,
2659
+ 640,
2660
+ 337,
2661
+ 566,
2662
+ 587,
2663
+ 253,
2664
+ 252,
2665
+ 567,
2666
+ 500,
2667
+ 165,
2668
+ 345,
2669
+ 836,
2670
+ 351,
2671
+ 236,
2672
+ 579,
2673
+ 272,
2674
+ 335,
2675
+ 748,
2676
+ 396,
2677
+ 750,
2678
+ 356,
2679
+ 722,
2680
+ 361,
2681
+ 778,
2682
+ 33,
2683
+ 700,
2684
+ 387,
2685
+ 123,
2686
+ 956,
2687
+ 392,
2688
+ 481,
2689
+ 846,
2690
+ 530,
2691
+ 387,
2692
+ 331,
2693
+ 179,
2694
+ 656,
2695
+ 275,
2696
+ 356,
2697
+ 193,
2698
+ 775,
2699
+ 309,
2700
+ 141,
2701
+ 452,
2702
+ 629,
2703
+ 194,
2704
+ 216,
2705
+ 174
2706
+ ],
2707
+ "is_retweet": [
2708
+ true,
2709
+ false,
2710
+ false,
2711
+ false
2712
+ ],
2713
+ "time_of_day": [
2714
+ "morning",
2715
+ "afternoon",
2716
+ "evening",
2717
+ "night"
2718
+ ],
2719
+ "device_type": [
2720
+ "mobile",
2721
+ "desktop",
2722
+ "tablet"
2723
+ ]
2724
+ }
2725
+ },
2726
+ {
2727
+ "event": "company_announcement_tweet",
2728
+ "weight": 3,
2729
+ "properties": {
2730
+ "tweet_text": {
2731
+ "functionName": "arrow",
2732
+ "body": "() => socialTweetGen.generateOne()"
2733
+ },
2734
+ "announcement_type": [
2735
+ "product_launch",
2736
+ "milestone",
2737
+ "hiring",
2738
+ "partnership",
2739
+ "event"
2740
+ ],
2741
+ "urgency": [
2742
+ "low",
2743
+ "medium",
2744
+ "high"
2745
+ ],
2746
+ "target_audience": [
2747
+ "customers",
2748
+ "investors",
2749
+ "employees",
2750
+ "general_public"
2751
+ ],
2752
+ "includes_link": [
2753
+ true,
2754
+ true,
2755
+ false
2756
+ ],
2757
+ "is_scheduled": [
2758
+ true,
2759
+ false
2760
+ ],
2761
+ "campaign_tag": [
2762
+ "product",
2763
+ "brand",
2764
+ "recruitment",
2765
+ "pr",
2766
+ "organic"
2767
+ ],
2768
+ "expected_reach": [
2769
+ 21175,
2770
+ 15227,
2771
+ 10349,
2772
+ 10672,
2773
+ 41687,
2774
+ 29173,
2775
+ 34492,
2776
+ 15147,
2777
+ 37632,
2778
+ 12166,
2779
+ 36349,
2780
+ 35343,
2781
+ 11682,
2782
+ 12599,
2783
+ 22851,
2784
+ 18689,
2785
+ 35547,
2786
+ 26867,
2787
+ 32121,
2788
+ 12892,
2789
+ 32004,
2790
+ 25452,
2791
+ 27855,
2792
+ 39111,
2793
+ 30478,
2794
+ 14543,
2795
+ 12859,
2796
+ 29443,
2797
+ 13769,
2798
+ 22517,
2799
+ 10481,
2800
+ 18801,
2801
+ 8022,
2802
+ 20807,
2803
+ 13497,
2804
+ 15185,
2805
+ 18008,
2806
+ 15546,
2807
+ 12017,
2808
+ 36725,
2809
+ 33752,
2810
+ 18823,
2811
+ 10086,
2812
+ 32025,
2813
+ 12917,
2814
+ 11049,
2815
+ 37556,
2816
+ 38604,
2817
+ 8869,
2818
+ 12590
2819
+ ]
2820
+ }
2821
+ },
2822
+ {
2823
+ "event": "api_discussion_thread",
2824
+ "weight": 1,
2825
+ "properties": {
2826
+ "thread_messages": {
2827
+ "functionName": "arrow",
2828
+ "body": "() => generateBatch({\n\t\t\t\t\tn: integer(2, 6), // 2-6 messages per thread\n\t\t\t\t\tstyle: 'forum',\n\t\t\t\t\ttone: 'neu',\n\t\t\t\t\trelated: true,\n\t\t\t\t\tsharedContext: 'API integration issues',\n\t\t\t\t\tkeywords: {\n\t\t\t\t\t\ttechnical: ['REST API', 'authentication', 'rate limiting', 'webhooks'],\n\t\t\t\t\t\terrors: ['401 Unauthorized', '429 Too Many Requests', 'timeout']\n\t\t\t\t\t},\n\t\t\t\t\tmin: 40,\n\t\t\t\t\tmax: 200,\n\t\t\t\t\tincludeMetadata: false\n\t\t\t\t})"
2829
+ },
2830
+ "api_version": [
2831
+ "v1",
2832
+ "v2",
2833
+ "v3",
2834
+ "beta"
2835
+ ],
2836
+ "severity": [
2837
+ "low",
2838
+ "medium",
2839
+ "high",
2840
+ "critical"
2841
+ ],
2842
+ "affects_production": [
2843
+ true,
2844
+ false,
2845
+ false
2846
+ ],
2847
+ "resolution_status": [
2848
+ "open",
2849
+ "investigating",
2850
+ "resolved",
2851
+ "closed"
2852
+ ]
2853
+ }
2854
+ }
2855
+ ],
2856
+ "funnels": [],
2857
+ "superProps": {
2858
+ "product_tier": [
2859
+ "free",
2860
+ "basic",
2861
+ "pro",
2862
+ "enterprise"
2863
+ ],
2864
+ "data_center": [
2865
+ "us-east",
2866
+ "us-west",
2867
+ "eu-central",
2868
+ "asia-pacific"
2869
+ ],
2870
+ "feature_flags": {
2871
+ "functionName": "arrow",
2872
+ "body": "() => {\n\t\t\t// Dynamic feature flags\n\t\t\tconst flags = [\"new_dashboard\", \"beta_api\", \"advanced_analytics\", \"mobile_v2\"];\n\t\t\t// @ts-ignore\n\t\t\treturn flags.filter(() => chance.bool({likelihood: 5})); // 5% chance each flag is enabled\n\t\t}"
2873
+ }
2874
+ },
2875
+ "userProps": {
2876
+ "account_age_days": [
2877
+ 548,
2878
+ 861,
2879
+ 223,
2880
+ 824,
2881
+ 363,
2882
+ 381,
2883
+ 711,
2884
+ 329,
2885
+ 287,
2886
+ 856,
2887
+ 309,
2888
+ 264,
2889
+ 219,
2890
+ 698,
2891
+ 784,
2892
+ 701,
2893
+ 380,
2894
+ 724,
2895
+ 770,
2896
+ 592,
2897
+ 306,
2898
+ 834,
2899
+ 772,
2900
+ 203,
2901
+ 853,
2902
+ 293,
2903
+ 228,
2904
+ 252,
2905
+ 752,
2906
+ 274,
2907
+ 849,
2908
+ 849,
2909
+ 291,
2910
+ 308,
2911
+ 762,
2912
+ 487,
2913
+ 827,
2914
+ 286,
2915
+ 752,
2916
+ 251,
2917
+ 365,
2918
+ 194,
2919
+ 327,
2920
+ 783,
2921
+ 313,
2922
+ 665,
2923
+ 307,
2924
+ 263,
2925
+ 604,
2926
+ 241
2927
+ ],
2928
+ "user_tier": [
2929
+ "free",
2930
+ "free",
2931
+ "basic",
2932
+ "pro",
2933
+ "enterprise"
2934
+ ],
2935
+ "signup_method": [
2936
+ "email",
2937
+ "google",
2938
+ "microsoft",
2939
+ "sso",
2940
+ "invite"
2941
+ ],
2942
+ "notification_enabled": [
2943
+ true,
2944
+ true,
2945
+ false
2946
+ ],
2947
+ "has_purchased": [
2948
+ true,
2949
+ false,
2950
+ false
2951
+ ],
2952
+ "primary_use_case": [
2953
+ "analytics",
2954
+ "reporting",
2955
+ "integration",
2956
+ "automation"
2957
+ ],
2958
+ "company_size": [
2959
+ "1-10",
2960
+ "11-50",
2961
+ "51-200",
2962
+ "201-1000",
2963
+ "1000+"
2964
+ ],
2965
+ "industry": [
2966
+ "technology",
2967
+ "finance",
2968
+ "healthcare",
2969
+ "retail",
2970
+ "education",
2971
+ "other"
2972
+ ],
2973
+ "technical_expertise": [
2974
+ "beginner",
2975
+ "intermediate",
2976
+ "advanced",
2977
+ "expert"
2978
+ ],
2979
+ "engagement_score": [
2980
+ 27,
2981
+ 31,
2982
+ 28,
2983
+ 75,
2984
+ 62,
2985
+ 25,
2986
+ 77,
2987
+ 78,
2988
+ 50,
2989
+ 69,
2990
+ 75,
2991
+ 20,
2992
+ 76,
2993
+ 37,
2994
+ 25,
2995
+ 73,
2996
+ 59,
2997
+ 27,
2998
+ 28,
2999
+ 75,
3000
+ 61,
3001
+ 60,
3002
+ 28,
3003
+ 23,
3004
+ 21,
3005
+ 32,
3006
+ 43,
3007
+ 19,
3008
+ 25,
3009
+ 24,
3010
+ 30,
3011
+ 73,
3012
+ 28,
3013
+ 24,
3014
+ 25,
3015
+ 33,
3016
+ 66,
3017
+ 28,
3018
+ 26,
3019
+ 23,
3020
+ 23,
3021
+ 31,
3022
+ 27,
3023
+ 23,
3024
+ 64,
3025
+ 27,
3026
+ 61,
3027
+ 29,
3028
+ 76,
3029
+ 76
3030
+ ],
3031
+ "last_active_days_ago": [
3032
+ 5,
3033
+ 12,
3034
+ 20,
3035
+ 8,
3036
+ 17,
3037
+ 9,
3038
+ 6,
3039
+ 5,
3040
+ 5,
3041
+ 13,
3042
+ 6,
3043
+ 8,
3044
+ 7,
3045
+ 9,
3046
+ 19,
3047
+ 6,
3048
+ 6,
3049
+ 22,
3050
+ 6,
3051
+ 21,
3052
+ 13,
3053
+ 9,
3054
+ 13,
3055
+ 11,
3056
+ 20,
3057
+ 11,
3058
+ 9,
3059
+ 8,
3060
+ 8,
3061
+ 16,
3062
+ 20,
3063
+ 8,
3064
+ 24,
3065
+ 9,
3066
+ 9,
3067
+ 18,
3068
+ 14,
3069
+ 5,
3070
+ 13,
3071
+ 10,
3072
+ 15,
3073
+ 18,
3074
+ 15,
3075
+ 14,
3076
+ 22,
3077
+ 6,
3078
+ 19,
3079
+ 7,
3080
+ 7,
3081
+ 13
3082
+ ],
3083
+ "preferred_communication": [
3084
+ "email",
3085
+ "chat",
3086
+ "phone",
3087
+ "self_service"
3088
+ ]
3089
+ },
3090
+ "scdProps": {},
3091
+ "lookupTables": []
3092
+ },
3093
+ "hooks": "function (record, type, meta) {\n\t\t// --- user hook: classify users by engagement and tier ---\n\t\tif (type === \"user\") {\n\t\t\trecord.is_power_user = record.engagement_score > 70;\n\t\t\trecord.risk_level = record.last_active_days_ago > 20 ? \"high_churn\" : \"healthy\";\n\t\t\treturn record;\n\t\t}\n\n\t\t// --- event hook: enterprise support tickets get auto-escalated if critical ---\n\t\tif (type === \"event\") {\n\t\t\tif (record.event === \"enterprise_support_ticket\" && record.priority === \"critical\") {\n\t\t\t\trecord.escalation_level = Math.min((record.escalation_level || 1) + 1, 3);\n\t\t\t\trecord.auto_escalated = true;\n\t\t\t}\n\t\t\t// bug reports with critical severity get flagged for immediate review\n\t\t\tif (record.event === \"bug_report_submitted\" && record.severity === \"critical\" && record.is_reproducible === true) {\n\t\t\t\trecord.requires_immediate_review = true;\n\t\t\t\trecord.estimated_fix_hours = chance.integer({ min: 1, max: 8 });\n\t\t\t}\n\t\t\treturn record;\n\t\t}\n\n\t\t// --- everything hook: enterprise users get a satisfaction survey event ---\n\t\tif (type === \"everything\" && meta && meta.profile) {\n\t\t\tif (meta.profile.user_tier === \"enterprise\" && record.length > 5) {\n\t\t\t\tconst lastEvent = record[record.length - 1];\n\t\t\t\trecord.push({\n\t\t\t\t\tevent: \"satisfaction_survey_triggered\",\n\t\t\t\t\ttime: lastEvent.time,\n\t\t\t\t\tuser_id: lastEvent.user_id,\n\t\t\t\t\tproduct_tier: \"enterprise\",\n\t\t\t\t\tsurvey_type: \"quarterly_nps\",\n\t\t\t\t\tscore: chance.integer({ min: 1, max: 10 })\n\t\t\t\t});\n\t\t\t}\n\t\t\treturn record;\n\t\t}\n\n\t\treturn record;\n\t}",
3094
+ "timestamp": "2026-04-10T01:39:07.883Z",
3095
+ "version": "4.0"
3096
+ }