From 7eabb9a7271b85f5a4f239122cb855e572353021 Mon Sep 17 00:00:00 2001 From: Daniela Arcese Date: Wed, 6 Dec 2023 16:13:36 -0500 Subject: [PATCH 1/2] Update messagingFeature.yaml --- nimbus-features/messagingFeature.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/nimbus-features/messagingFeature.yaml b/nimbus-features/messagingFeature.yaml index 268ea98b3db8..c68c424c447e 100644 --- a/nimbus-features/messagingFeature.yaml +++ b/nimbus-features/messagingFeature.yaml @@ -80,6 +80,7 @@ features: # Nimbus team. triggers: NOT_INSTALLED_TODAY: days_since_install > 0 + DAY_3_AFTER_INSTALL: days_since_install == 3 NOT_LAUNCHED_YESTERDAY: "'app_cycle.foreground'|eventLastSeen('Days', 1) > 1" AFTER_THREE_LAUNCHES_THIS_WEEK: "'app_cycle.foreground'|eventSum('Weeks', 1, 0) >= 3" ON_FOURTH_LAUNCH_THIS_YEAR: "'app_cycle.foreground'|eventSum('Years', 1, 0) > 3" From 769e9e889a497d97944fa2d1b8358d01fe403278 Mon Sep 17 00:00:00 2001 From: Daniela Arcese Date: Thu, 7 Dec 2023 12:00:19 -0500 Subject: [PATCH 2/2] Update messagingFeature.yaml --- nimbus-features/messagingFeature.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nimbus-features/messagingFeature.yaml b/nimbus-features/messagingFeature.yaml index c68c424c447e..3aa1dbee6ce4 100644 --- a/nimbus-features/messagingFeature.yaml +++ b/nimbus-features/messagingFeature.yaml @@ -80,7 +80,7 @@ features: # Nimbus team. triggers: NOT_INSTALLED_TODAY: days_since_install > 0 - DAY_3_AFTER_INSTALL: days_since_install == 3 + DAY_3_AFTER_INSTALL: days_since_install >= 3 NOT_LAUNCHED_YESTERDAY: "'app_cycle.foreground'|eventLastSeen('Days', 1) > 1" AFTER_THREE_LAUNCHES_THIS_WEEK: "'app_cycle.foreground'|eventSum('Weeks', 1, 0) >= 3" ON_FOURTH_LAUNCH_THIS_YEAR: "'app_cycle.foreground'|eventSum('Years', 1, 0) > 3"