Skip to content

Commit

Permalink
Add FXIOS-7909 [v121] Add messaging trigger for 3 days since install (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dnarcese committed Dec 7, 2023
1 parent 77c6ffa commit 73c121e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nimbus-features/messagingFeature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 73c121e

Please sign in to comment.