Skip to content

Commit

Permalink
PPro Android Onboarding promo: increase daysSinceInstalled filter (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmonfortep authored Jun 25, 2024
1 parent 6e5754c commit dd2eb82
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions live/android-config/android-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 23,
"version": 24,
"messages": [
{
"id": "funnel_pro_androidrmf_onboarding_levelup",
Expand Down Expand Up @@ -107,7 +107,8 @@
"min": "5.200.1"
},
"daysSinceInstalled": {
"value": 3
"min": 2,
"max": 10
}
}
},
Expand Down Expand Up @@ -135,7 +136,8 @@
"min": "5.200.1"
},
"daysSinceInstalled": {
"value": 3
"min": 2,
"max": 10
}
}
},
Expand Down Expand Up @@ -163,7 +165,8 @@
"min": "5.200.1"
},
"daysSinceInstalled": {
"value": 3
"min": 2,
"max": 10
}
}
},
Expand Down Expand Up @@ -191,7 +194,8 @@
"min": "5.200.1"
},
"daysSinceInstalled": {
"value": 3
"min": 2,
"max": 10
}
}
},
Expand Down

0 comments on commit dd2eb82

Please sign in to comment.