@ak--47/dungeon-master 1.1.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/dungeons/technical/ad-spend-schema.json +2 -2
- package/dungeons/technical/ad-spend.js +1 -1
- package/dungeons/technical/anonymous-users-schema.json +4 -3
- package/dungeons/technical/anonymous-users.js +1 -1
- package/dungeons/technical/array-of-object-lookup-schema.json +1 -1
- package/dungeons/technical/array-of-object-lookup.js +1 -1
- package/dungeons/technical/experiments-schema.json +25 -19
- package/dungeons/technical/experiments.js +1 -1
- package/dungeons/technical/foobar.js +1 -1
- package/dungeons/technical/group-analytics-schema.json +92 -0
- package/dungeons/technical/group-analytics.js +1 -1
- package/dungeons/technical/mirror-strategies-schema.json +4 -4
- package/dungeons/technical/mirror-strategies.js +1 -1
- package/dungeons/technical/nested-objects.js +1 -1
- package/dungeons/technical/retention-cadence.js +1 -2
- package/dungeons/technical/sanity-schema.json +22 -22
- package/dungeons/technical/sanity.js +1 -0
- package/dungeons/technical/scale-test.js +1 -1
- package/dungeons/technical/scd-schema.json +230 -33
- package/dungeons/technical/scd.js +1 -0
- package/dungeons/technical/simple-schema.json +132 -48
- package/dungeons/technical/simple.js +1 -1
- package/dungeons/technical/simplest-schema.json +168 -79
- package/dungeons/technical/simplest.js +1 -1
- package/dungeons/technical/text-generation-schema.json +7 -4
- package/dungeons/technical/text-generation.js +1 -2
- package/dungeons/vertical/community-schema.json +71 -49
- package/dungeons/vertical/community.js +8 -2
- package/dungeons/vertical/devtools-schema.json +69 -48
- package/dungeons/vertical/devtools.js +8 -2
- package/dungeons/vertical/ecommerce-schema.json +126 -108
- package/dungeons/vertical/ecommerce.js +9 -2
- package/dungeons/vertical/education-schema.json +5261 -272
- package/dungeons/vertical/education.js +16 -3
- package/dungeons/vertical/fintech-schema.json +165 -98
- package/dungeons/vertical/fintech.js +16 -3
- package/dungeons/vertical/fitness-schema.json +69 -47
- package/dungeons/vertical/fitness.js +8 -2
- package/dungeons/vertical/food-delivery-schema.json +36237 -187
- package/dungeons/vertical/food-delivery.js +16 -3
- package/dungeons/vertical/gaming-schema.json +103 -59
- package/dungeons/vertical/gaming.js +20 -9
- package/dungeons/vertical/healthcare-schema.json +70 -48
- package/dungeons/vertical/healthcare.js +8 -2
- package/dungeons/vertical/insurance-application-schema.json +66 -47
- package/dungeons/vertical/insurance-application.js +8 -2
- package/dungeons/vertical/logistics-schema.json +60 -38
- package/dungeons/vertical/logistics.js +8 -2
- package/dungeons/vertical/marketplace-schema.json +65 -43
- package/dungeons/vertical/marketplace.js +8 -2
- package/dungeons/vertical/media-schema.json +4085 -123
- package/dungeons/vertical/media.js +9 -3
- package/dungeons/vertical/rpg-schema.json +1984 -147
- package/dungeons/vertical/rpg.js +9 -3
- package/dungeons/vertical/sass-schema.json +2622 -147
- package/dungeons/vertical/sass.js +16 -3
- package/dungeons/vertical/social-schema.json +146 -78
- package/dungeons/vertical/social.js +16 -3
- package/dungeons/vertical/travel-schema.json +57 -35
- package/dungeons/vertical/travel.js +8 -2
- package/index.js +1 -1
- package/lib/core/context.js +9 -0
- package/lib/core/storage.js +2 -0
- package/lib/orchestrators/user-loop.js +4 -1
- package/package.json +1 -1
- package/scripts/extract-dungeon-schema.mjs +64 -18
- package/types.d.ts +3 -0
|
@@ -5,15 +5,18 @@
|
|
|
5
5
|
"weight": 10,
|
|
6
6
|
"properties": {
|
|
7
7
|
"page": [
|
|
8
|
-
"/blog",
|
|
9
8
|
"/",
|
|
9
|
+
"/help",
|
|
10
|
+
"/account",
|
|
11
|
+
"/pricing",
|
|
12
|
+
"/product",
|
|
10
13
|
"/about",
|
|
11
|
-
"/
|
|
14
|
+
"/blog"
|
|
12
15
|
],
|
|
13
16
|
"utm_source": [
|
|
14
|
-
"facebook",
|
|
15
|
-
"google",
|
|
16
17
|
"$organic",
|
|
18
|
+
"google",
|
|
19
|
+
"facebook",
|
|
17
20
|
"twitter",
|
|
18
21
|
"linkedin"
|
|
19
22
|
]
|
|
@@ -54,8 +57,8 @@
|
|
|
54
57
|
"properties": {
|
|
55
58
|
"query_length": {
|
|
56
59
|
"$range": [
|
|
57
|
-
|
|
58
|
-
|
|
60
|
+
7,
|
|
61
|
+
45
|
|
59
62
|
]
|
|
60
63
|
},
|
|
61
64
|
"resultsReturned": {
|
|
@@ -65,14 +68,13 @@
|
|
|
65
68
|
]
|
|
66
69
|
},
|
|
67
70
|
"category": [
|
|
71
|
+
"Handmade",
|
|
72
|
+
"Sports",
|
|
68
73
|
"Garden",
|
|
69
|
-
"
|
|
70
|
-
"Home",
|
|
71
|
-
"Outdoors",
|
|
74
|
+
"Baby",
|
|
72
75
|
"Pet",
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"Toys"
|
|
76
|
+
"Music",
|
|
77
|
+
"Beauty"
|
|
76
78
|
]
|
|
77
79
|
}
|
|
78
80
|
},
|
|
@@ -85,14 +87,15 @@
|
|
|
85
87
|
false
|
|
86
88
|
],
|
|
87
89
|
"itemCategory": [
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"Computers",
|
|
90
|
+
"Music",
|
|
91
|
+
"Kids",
|
|
91
92
|
"Beauty",
|
|
92
|
-
"
|
|
93
|
+
"Home",
|
|
93
94
|
"Appliances",
|
|
94
|
-
"
|
|
95
|
-
"
|
|
95
|
+
"Games",
|
|
96
|
+
"Office",
|
|
97
|
+
"Books",
|
|
98
|
+
"Entertainment"
|
|
96
99
|
],
|
|
97
100
|
"price": {
|
|
98
101
|
"$range": [
|
|
@@ -119,11 +122,11 @@
|
|
|
119
122
|
]
|
|
120
123
|
},
|
|
121
124
|
"itemCategory": [
|
|
122
|
-
"Baby",
|
|
123
125
|
"Wedding",
|
|
124
|
-
"Outdoors",
|
|
125
126
|
"Software",
|
|
126
|
-
"
|
|
127
|
+
"Home",
|
|
128
|
+
"Outdoors",
|
|
129
|
+
"Handmade"
|
|
127
130
|
],
|
|
128
131
|
"numItems": {
|
|
129
132
|
"$range": [
|
|
@@ -168,12 +171,12 @@
|
|
|
168
171
|
"weight": 6,
|
|
169
172
|
"properties": {
|
|
170
173
|
"videoCategory": [
|
|
171
|
-
"music",
|
|
172
174
|
"news",
|
|
173
|
-
"
|
|
174
|
-
"travel",
|
|
175
|
+
"educational",
|
|
175
176
|
"inspirational",
|
|
176
|
-
"
|
|
177
|
+
"cooking",
|
|
178
|
+
"travel",
|
|
179
|
+
"music"
|
|
177
180
|
],
|
|
178
181
|
"watchTimeSec": {
|
|
179
182
|
"$range": [
|
|
@@ -218,15 +221,12 @@
|
|
|
218
221
|
]
|
|
219
222
|
},
|
|
220
223
|
"itemCategory": [
|
|
221
|
-
"
|
|
222
|
-
"Wedding",
|
|
223
|
-
"Office",
|
|
224
|
-
"Outdoors",
|
|
225
|
-
"Home",
|
|
224
|
+
"Baby",
|
|
226
225
|
"Appliances",
|
|
227
|
-
"
|
|
228
|
-
"
|
|
229
|
-
"Software"
|
|
226
|
+
"Outdoors",
|
|
227
|
+
"Office",
|
|
228
|
+
"Software",
|
|
229
|
+
"Books"
|
|
230
230
|
],
|
|
231
231
|
"hasReviewText": [
|
|
232
232
|
true,
|
|
@@ -258,12 +258,12 @@
|
|
|
258
258
|
"properties": {
|
|
259
259
|
"itemCategory": [
|
|
260
260
|
"Books",
|
|
261
|
-
"Games",
|
|
262
|
-
"Beauty",
|
|
263
261
|
"Toys",
|
|
262
|
+
"Entertainment",
|
|
263
|
+
"Appliances",
|
|
264
|
+
"Food",
|
|
264
265
|
"Software",
|
|
265
|
-
"
|
|
266
|
-
"Office"
|
|
266
|
+
"Computers"
|
|
267
267
|
],
|
|
268
268
|
"price": {
|
|
269
269
|
"$range": [
|
|
@@ -381,14 +381,15 @@
|
|
|
381
381
|
"weight": 8,
|
|
382
382
|
"properties": {
|
|
383
383
|
"category": [
|
|
384
|
+
"Games",
|
|
384
385
|
"Smart Home",
|
|
385
|
-
"Electronics",
|
|
386
|
-
"Pet",
|
|
387
|
-
"Software",
|
|
388
|
-
"Books",
|
|
389
|
-
"Movies",
|
|
390
386
|
"Computers",
|
|
391
|
-
"
|
|
387
|
+
"Outdoors",
|
|
388
|
+
"Home",
|
|
389
|
+
"Electronics",
|
|
390
|
+
"Entertainment",
|
|
391
|
+
"Health",
|
|
392
|
+
"Baby"
|
|
392
393
|
],
|
|
393
394
|
"sortBy": [
|
|
394
395
|
"popular",
|
|
@@ -420,14 +421,13 @@
|
|
|
420
421
|
]
|
|
421
422
|
},
|
|
422
423
|
"itemCategory": [
|
|
423
|
-
"
|
|
424
|
-
"
|
|
424
|
+
"Books",
|
|
425
|
+
"Games",
|
|
426
|
+
"Beauty",
|
|
427
|
+
"Toys",
|
|
425
428
|
"Software",
|
|
426
429
|
"Movies",
|
|
427
|
-
"
|
|
428
|
-
"Toys",
|
|
429
|
-
"Baby",
|
|
430
|
-
"Appliances"
|
|
430
|
+
"Office"
|
|
431
431
|
]
|
|
432
432
|
}
|
|
433
433
|
},
|
|
@@ -486,41 +486,13 @@
|
|
|
486
486
|
}
|
|
487
487
|
}
|
|
488
488
|
],
|
|
489
|
-
"superProps": {
|
|
490
|
-
"theme": [
|
|
491
|
-
"light",
|
|
492
|
-
"dark",
|
|
493
|
-
"custom"
|
|
494
|
-
]
|
|
495
|
-
},
|
|
496
|
-
"userProps": {
|
|
497
|
-
"title": {
|
|
498
|
-
"$type": "string"
|
|
499
|
-
},
|
|
500
|
-
"luckyNumber": {
|
|
501
|
-
"$range": [
|
|
502
|
-
123,
|
|
503
|
-
346
|
|
504
|
-
]
|
|
505
|
-
},
|
|
506
|
-
"spiritAnimal": [
|
|
507
|
-
"penguin",
|
|
508
|
-
"otter",
|
|
509
|
-
"elephant",
|
|
510
|
-
"mite",
|
|
511
|
-
"tick",
|
|
512
|
-
"goliath beetle",
|
|
513
|
-
"mosquito",
|
|
514
|
-
"damselfly",
|
|
515
|
-
"hercules beetle"
|
|
516
|
-
]
|
|
517
|
-
},
|
|
518
489
|
"funnels": [
|
|
519
490
|
{
|
|
520
491
|
"sequence": [
|
|
521
492
|
"page view",
|
|
522
493
|
"sign up"
|
|
523
494
|
],
|
|
495
|
+
"name": "Signup Funnel",
|
|
524
496
|
"isFirstFunnel": true,
|
|
525
497
|
"conversionRate": 55,
|
|
526
498
|
"timeToConvert": 1,
|
|
@@ -533,6 +505,7 @@
|
|
|
533
505
|
"add to cart",
|
|
534
506
|
"checkout"
|
|
535
507
|
],
|
|
508
|
+
"name": "Purchase Funnel",
|
|
536
509
|
"conversionRate": 35,
|
|
537
510
|
"timeToConvert": 3,
|
|
538
511
|
"weight": 8
|
|
@@ -543,6 +516,7 @@
|
|
|
543
516
|
"watch video",
|
|
544
517
|
"share content"
|
|
545
518
|
],
|
|
519
|
+
"name": "Content Engagement",
|
|
546
520
|
"conversionRate": 40,
|
|
547
521
|
"timeToConvert": 2,
|
|
548
522
|
"weight": 6
|
|
@@ -552,6 +526,7 @@
|
|
|
552
526
|
"view item",
|
|
553
527
|
"rate item"
|
|
554
528
|
],
|
|
529
|
+
"name": "Review Funnel",
|
|
555
530
|
"conversionRate": 25,
|
|
556
531
|
"timeToConvert": 5,
|
|
557
532
|
"weight": 3
|
|
@@ -563,6 +538,7 @@
|
|
|
563
538
|
"compare items",
|
|
564
539
|
"add to cart"
|
|
565
540
|
],
|
|
541
|
+
"name": "Browse to Cart",
|
|
566
542
|
"conversionRate": 30,
|
|
567
543
|
"timeToConvert": 3,
|
|
568
544
|
"weight": 7
|
|
@@ -573,6 +549,7 @@
|
|
|
573
549
|
"notification clicked",
|
|
574
550
|
"view item"
|
|
575
551
|
],
|
|
552
|
+
"name": "Notification Engagement",
|
|
576
553
|
"conversionRate": 45,
|
|
577
554
|
"timeToConvert": 1,
|
|
578
555
|
"weight": 4
|
|
@@ -585,6 +562,7 @@
|
|
|
585
562
|
"add to cart",
|
|
586
563
|
"checkout"
|
|
587
564
|
],
|
|
565
|
+
"name": "Wishlist to Purchase",
|
|
588
566
|
"conversionRate": 20,
|
|
589
567
|
"timeToConvert": 7,
|
|
590
568
|
"weight": 2
|
|
@@ -595,6 +573,7 @@
|
|
|
595
573
|
"leave review",
|
|
596
574
|
"invite friend"
|
|
597
575
|
],
|
|
576
|
+
"name": "Post-Purchase Advocacy",
|
|
598
577
|
"conversionRate": 15,
|
|
599
578
|
"timeToConvert": 14
|
|
600
579
|
},
|
|
@@ -606,6 +585,7 @@
|
|
|
606
585
|
"apply coupon",
|
|
607
586
|
"checkout"
|
|
608
587
|
],
|
|
588
|
+
"name": "Coupon Purchase Flow",
|
|
609
589
|
"conversionRate": 30,
|
|
610
590
|
"timeToConvert": 2,
|
|
611
591
|
"weight": 9
|
|
@@ -617,6 +597,7 @@
|
|
|
617
597
|
"notification clicked",
|
|
618
598
|
"checkout"
|
|
619
599
|
],
|
|
600
|
+
"name": "Newsletter to Purchase",
|
|
620
601
|
"conversionRate": 10,
|
|
621
602
|
"timeToConvert": 14,
|
|
622
603
|
"weight": 3
|
|
@@ -627,9 +608,117 @@
|
|
|
627
608
|
"update profile",
|
|
628
609
|
"checkout"
|
|
629
610
|
],
|
|
611
|
+
"name": "Support Recovery",
|
|
630
612
|
"conversionRate": 20,
|
|
631
613
|
"timeToConvert": 7,
|
|
632
614
|
"weight": 10
|
|
633
615
|
}
|
|
634
|
-
]
|
|
616
|
+
],
|
|
617
|
+
"superProps": {
|
|
618
|
+
"theme": [
|
|
619
|
+
"light",
|
|
620
|
+
"dark",
|
|
621
|
+
"custom"
|
|
622
|
+
]
|
|
623
|
+
},
|
|
624
|
+
"userProps": {
|
|
625
|
+
"title": {
|
|
626
|
+
"$type": "string"
|
|
627
|
+
},
|
|
628
|
+
"luckyNumber": {
|
|
629
|
+
"$range": [
|
|
630
|
+
117,
|
|
631
|
+
346
|
|
632
|
+
]
|
|
633
|
+
},
|
|
634
|
+
"spiritAnimal": [
|
|
635
|
+
"duck",
|
|
636
|
+
"dog",
|
|
637
|
+
"otter",
|
|
638
|
+
"penguin",
|
|
639
|
+
"cat",
|
|
640
|
+
"elephant",
|
|
641
|
+
"lion",
|
|
642
|
+
"cheetah",
|
|
643
|
+
"giraffe",
|
|
644
|
+
"zebra",
|
|
645
|
+
"rhino",
|
|
646
|
+
"hippo",
|
|
647
|
+
"whale",
|
|
648
|
+
"dolphin",
|
|
649
|
+
"shark",
|
|
650
|
+
"octopus",
|
|
651
|
+
"squid",
|
|
652
|
+
"jellyfish",
|
|
653
|
+
"starfish",
|
|
654
|
+
"seahorse",
|
|
655
|
+
"crab",
|
|
656
|
+
"lobster",
|
|
657
|
+
"shrimp",
|
|
658
|
+
"clam",
|
|
659
|
+
"snail",
|
|
660
|
+
"slug",
|
|
661
|
+
"butterfly",
|
|
662
|
+
"moth",
|
|
663
|
+
"bee",
|
|
664
|
+
"wasp",
|
|
665
|
+
"ant",
|
|
666
|
+
"beetle",
|
|
667
|
+
"ladybug",
|
|
668
|
+
"caterpillar",
|
|
669
|
+
"centipede",
|
|
670
|
+
"millipede",
|
|
671
|
+
"scorpion",
|
|
672
|
+
"spider",
|
|
673
|
+
"tarantula",
|
|
674
|
+
"tick",
|
|
675
|
+
"mite",
|
|
676
|
+
"mosquito",
|
|
677
|
+
"fly",
|
|
678
|
+
"dragonfly",
|
|
679
|
+
"damselfly",
|
|
680
|
+
"grasshopper",
|
|
681
|
+
"cricket",
|
|
682
|
+
"locust",
|
|
683
|
+
"mantis",
|
|
684
|
+
"cockroach",
|
|
685
|
+
"termite",
|
|
686
|
+
"praying mantis",
|
|
687
|
+
"walking stick",
|
|
688
|
+
"stick bug",
|
|
689
|
+
"leaf insect",
|
|
690
|
+
"lacewing",
|
|
691
|
+
"aphid",
|
|
692
|
+
"cicada",
|
|
693
|
+
"thrips",
|
|
694
|
+
"psyllid",
|
|
695
|
+
"scale insect",
|
|
696
|
+
"whitefly",
|
|
697
|
+
"mealybug",
|
|
698
|
+
"planthopper",
|
|
699
|
+
"leafhopper",
|
|
700
|
+
"treehopper",
|
|
701
|
+
"flea",
|
|
702
|
+
"louse",
|
|
703
|
+
"bedbug",
|
|
704
|
+
"flea beetle",
|
|
705
|
+
"weevil",
|
|
706
|
+
"longhorn beetle",
|
|
707
|
+
"leaf beetle",
|
|
708
|
+
"tiger beetle",
|
|
709
|
+
"ground beetle",
|
|
710
|
+
"lady beetle",
|
|
711
|
+
"firefly",
|
|
712
|
+
"click beetle",
|
|
713
|
+
"rove beetle",
|
|
714
|
+
"scarab beetle",
|
|
715
|
+
"dung beetle",
|
|
716
|
+
"stag beetle",
|
|
717
|
+
"rhinoceros beetle",
|
|
718
|
+
"hercules beetle",
|
|
719
|
+
"goliath beetle",
|
|
720
|
+
"jewel beetle",
|
|
721
|
+
"tortoise beetle"
|
|
722
|
+
]
|
|
723
|
+
}
|
|
635
724
|
}
|
|
@@ -6,6 +6,7 @@ dayjs.extend(utc);
|
|
|
6
6
|
import { uid, comma } from 'ak-tools';
|
|
7
7
|
import { pickAWinner, weighNumRange, date, integer, weighChoices } from "../../lib/utils/utils.js";
|
|
8
8
|
|
|
9
|
+
/** @typedef {import("../../types").Dungeon} Config */
|
|
9
10
|
const itemCategories = ["Books", "Movies", "Music", "Games", "Electronics", "Computers", "Smart Home", "Home", "Garden", "Pet", "Beauty", "Health", "Toys", "Kids", "Baby", "Handmade", "Sports", "Outdoors", "Automotive", "Industrial", "Entertainment", "Art", "Food", "Appliances", "Office", "Wedding", "Software"];
|
|
10
11
|
|
|
11
12
|
const videoCategories = ["funny", "educational", "inspirational", "music", "news", "sports", "cooking", "DIY", "travel", "gaming"];
|
|
@@ -52,7 +53,6 @@ const config = {
|
|
|
52
53
|
isAnonymous: false,
|
|
53
54
|
alsoInferFunnels: false,
|
|
54
55
|
concurrency: 1,
|
|
55
|
-
batchSize: 2_500_000,
|
|
56
56
|
writeToDisk: false,
|
|
57
57
|
|
|
58
58
|
events: [
|
|
@@ -915,10 +915,12 @@
|
|
|
915
915
|
"event": "api_discussion_thread",
|
|
916
916
|
"properties": {
|
|
917
917
|
"thread_messages": [
|
|
918
|
-
"
|
|
919
|
-
"Re: API integration issues -
|
|
920
|
-
"
|
|
921
|
-
"
|
|
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"
|
|
922
924
|
],
|
|
923
925
|
"api_version": [
|
|
924
926
|
"v1",
|
|
@@ -946,6 +948,7 @@
|
|
|
946
948
|
},
|
|
947
949
|
{
|
|
948
950
|
"event": "satisfaction_survey_triggered",
|
|
951
|
+
"isStrictEvent": true,
|
|
949
952
|
"properties": {
|
|
950
953
|
"survey_type": [
|
|
951
954
|
"quarterly_nps"
|
|
@@ -10,7 +10,7 @@ const chance = initChance(SEED);
|
|
|
10
10
|
const num_users = 8_000;
|
|
11
11
|
const days = 92;
|
|
12
12
|
|
|
13
|
-
/** @typedef {import("
|
|
13
|
+
/** @typedef {import("../../types").Dungeon} Dungeon */
|
|
14
14
|
|
|
15
15
|
/*
|
|
16
16
|
* ============================================================================
|
|
@@ -416,7 +416,6 @@ const dungeon = {
|
|
|
416
416
|
hasAdSpend: false,
|
|
417
417
|
hasAvatar: false,
|
|
418
418
|
|
|
419
|
-
batchSize: 2_500_000,
|
|
420
419
|
concurrency: 1,
|
|
421
420
|
writeToDisk: false,
|
|
422
421
|
|
|
@@ -441,6 +441,9 @@
|
|
|
441
441
|
},
|
|
442
442
|
{
|
|
443
443
|
"event": "account deactivated",
|
|
444
|
+
"isChurnEvent": true,
|
|
445
|
+
"returnLikelihood": 0.15,
|
|
446
|
+
"isStrictEvent": true,
|
|
444
447
|
"properties": {
|
|
445
448
|
"reason": [
|
|
446
449
|
"lost_interest",
|
|
@@ -452,54 +455,6 @@
|
|
|
452
455
|
}
|
|
453
456
|
}
|
|
454
457
|
],
|
|
455
|
-
"superProps": {
|
|
456
|
-
"subscription_tier": [
|
|
457
|
-
"free",
|
|
458
|
-
"supporter",
|
|
459
|
-
"pro"
|
|
460
|
-
],
|
|
461
|
-
"platform": [
|
|
462
|
-
"ios",
|
|
463
|
-
"android",
|
|
464
|
-
"web"
|
|
465
|
-
],
|
|
466
|
-
"content_hub": [
|
|
467
|
-
"gaming",
|
|
468
|
-
"anime",
|
|
469
|
-
"movies",
|
|
470
|
-
"tv",
|
|
471
|
-
"comics",
|
|
472
|
-
"music"
|
|
473
|
-
]
|
|
474
|
-
},
|
|
475
|
-
"userProps": {
|
|
476
|
-
"role": [
|
|
477
|
-
"reader",
|
|
478
|
-
"contributor",
|
|
479
|
-
"moderator",
|
|
480
|
-
"creator"
|
|
481
|
-
],
|
|
482
|
-
"contributor_level": [
|
|
483
|
-
"newcomer"
|
|
484
|
-
],
|
|
485
|
-
"articles_created": [
|
|
486
|
-
0
|
|
487
|
-
],
|
|
488
|
-
"reputation_score": {
|
|
489
|
-
"$range": [
|
|
490
|
-
20,
|
|
491
|
-
76
|
|
492
|
-
]
|
|
493
|
-
},
|
|
494
|
-
"preferred_hub": [
|
|
495
|
-
"gaming",
|
|
496
|
-
"anime",
|
|
497
|
-
"movies",
|
|
498
|
-
"tv",
|
|
499
|
-
"comics",
|
|
500
|
-
"music"
|
|
501
|
-
]
|
|
502
|
-
},
|
|
503
458
|
"funnels": [
|
|
504
459
|
{
|
|
505
460
|
"sequence": [
|
|
@@ -508,6 +463,7 @@
|
|
|
508
463
|
"article viewed",
|
|
509
464
|
"discussion posted"
|
|
510
465
|
],
|
|
466
|
+
"name": "Onboarding Flow",
|
|
511
467
|
"isFirstFunnel": true,
|
|
512
468
|
"conversionRate": 40,
|
|
513
469
|
"timeToConvert": 72,
|
|
@@ -519,6 +475,7 @@
|
|
|
519
475
|
"article published",
|
|
520
476
|
"comment posted"
|
|
521
477
|
],
|
|
478
|
+
"name": "Content Creation",
|
|
522
479
|
"conversionRate": 35,
|
|
523
480
|
"timeToConvert": 48,
|
|
524
481
|
"weight": 5
|
|
@@ -530,6 +487,7 @@
|
|
|
530
487
|
"comment posted",
|
|
531
488
|
"discussion posted"
|
|
532
489
|
],
|
|
490
|
+
"name": "Engagement Loop",
|
|
533
491
|
"conversionRate": 30,
|
|
534
492
|
"timeToConvert": 96,
|
|
535
493
|
"weight": 4
|
|
@@ -540,6 +498,7 @@
|
|
|
540
498
|
"profile updated",
|
|
541
499
|
"notification received"
|
|
542
500
|
],
|
|
501
|
+
"name": "Creator to Supporter",
|
|
543
502
|
"conversionRate": 45,
|
|
544
503
|
"timeToConvert": 168,
|
|
545
504
|
"weight": 2
|
|
@@ -549,9 +508,72 @@
|
|
|
549
508
|
"report submitted",
|
|
550
509
|
"moderation action"
|
|
551
510
|
],
|
|
511
|
+
"name": "Moderation Pipeline",
|
|
552
512
|
"conversionRate": 60,
|
|
553
513
|
"timeToConvert": 48,
|
|
554
514
|
"weight": 2
|
|
555
515
|
}
|
|
556
|
-
]
|
|
516
|
+
],
|
|
517
|
+
"superProps": {
|
|
518
|
+
"subscription_tier": [
|
|
519
|
+
"free",
|
|
520
|
+
"supporter",
|
|
521
|
+
"pro"
|
|
522
|
+
],
|
|
523
|
+
"platform": [
|
|
524
|
+
"ios",
|
|
525
|
+
"android",
|
|
526
|
+
"web"
|
|
527
|
+
],
|
|
528
|
+
"content_hub": [
|
|
529
|
+
"gaming",
|
|
530
|
+
"anime",
|
|
531
|
+
"movies",
|
|
532
|
+
"tv",
|
|
533
|
+
"comics",
|
|
534
|
+
"music"
|
|
535
|
+
]
|
|
536
|
+
},
|
|
537
|
+
"userProps": {
|
|
538
|
+
"role": [
|
|
539
|
+
"reader",
|
|
540
|
+
"contributor",
|
|
541
|
+
"moderator",
|
|
542
|
+
"creator"
|
|
543
|
+
],
|
|
544
|
+
"contributor_level": [
|
|
545
|
+
"newcomer"
|
|
546
|
+
],
|
|
547
|
+
"articles_created": [
|
|
548
|
+
0
|
|
549
|
+
],
|
|
550
|
+
"reputation_score": {
|
|
551
|
+
"$range": [
|
|
552
|
+
20,
|
|
553
|
+
76
|
|
554
|
+
]
|
|
555
|
+
},
|
|
556
|
+
"preferred_hub": [
|
|
557
|
+
"gaming",
|
|
558
|
+
"anime",
|
|
559
|
+
"movies",
|
|
560
|
+
"tv",
|
|
561
|
+
"comics",
|
|
562
|
+
"music"
|
|
563
|
+
]
|
|
564
|
+
},
|
|
565
|
+
"scdProps": {
|
|
566
|
+
"contributor_level": {
|
|
567
|
+
"type": "user",
|
|
568
|
+
"frequency": "month",
|
|
569
|
+
"timing": "fuzzy",
|
|
570
|
+
"max": 8,
|
|
571
|
+
"values": [
|
|
572
|
+
"newcomer",
|
|
573
|
+
"regular",
|
|
574
|
+
"trusted",
|
|
575
|
+
"admin"
|
|
576
|
+
]
|
|
577
|
+
}
|
|
578
|
+
}
|
|
557
579
|
}
|
|
@@ -269,10 +269,16 @@ const config = {
|
|
|
269
269
|
hasAdSpend: false,
|
|
270
270
|
percentUsersBornInDataset: 35,
|
|
271
271
|
hasAvatar: true,
|
|
272
|
-
batchSize: 2_500_000,
|
|
273
272
|
concurrency: 1,
|
|
274
273
|
writeToDisk: false,
|
|
275
|
-
scdProps: {
|
|
274
|
+
scdProps: {
|
|
275
|
+
contributor_level: {
|
|
276
|
+
values: ["newcomer", "regular", "trusted", "admin"],
|
|
277
|
+
frequency: "month",
|
|
278
|
+
timing: "fuzzy",
|
|
279
|
+
max: 8
|
|
280
|
+
}
|
|
281
|
+
},
|
|
276
282
|
mirrorProps: {},
|
|
277
283
|
lookupTables: [],
|
|
278
284
|
|