|
18 | 18 | }, |
19 | 19 | "engagement_rules": [ |
20 | 20 | { |
21 | | - "template_type": "rate-app", |
| 21 | + "template_type": "rate_app", |
22 | 22 | "user_roles": ["standard_user"], |
23 | 23 | "min_days_since_account_creation": 7, |
24 | 24 | "max_times_to_show": 1, |
|
29 | 29 | } |
30 | 30 | }, |
31 | 31 | { |
32 | | - "template_type": "link-account", |
| 32 | + "template_type": "link_account", |
33 | 33 | "user_roles": ["guest_user"], |
34 | 34 | "min_days_since_account_creation": 3, |
35 | 35 | "max_times_to_show": 3, |
|
40 | 40 | } |
41 | 41 | }, |
42 | 42 | { |
43 | | - "template_type": "upgrade-to-premium", |
| 43 | + "template_type": "upgrade_to_premium", |
44 | 44 | "user_roles": ["standard_user"], |
45 | 45 | "min_days_since_account_creation": 14, |
46 | 46 | "max_times_to_show": 2, |
|
53 | 53 | ], |
54 | 54 | "suggestion_rules": [ |
55 | 55 | { |
56 | | - "template_type": "categories-to-follow", |
| 56 | + "template_type": "categories_to_follow", |
57 | 57 | "user_roles": ["guest_user", "standard_user"], |
58 | 58 | "placement": { |
59 | 59 | "after_primary_item_index": 7, |
60 | 60 | "min_primary_items_required": 10 |
61 | 61 | } |
62 | 62 | }, |
63 | 63 | { |
64 | | - "template_type": "sources-to-follow", |
| 64 | + "template_type": "sources_to_follow", |
65 | 65 | "user_roles": ["standard_user"], |
66 | 66 | "placement": { |
67 | 67 | "relative_position": "end_quarter", |
|
0 commit comments