Skip to content

Commit

Permalink
updates probability assigned to each message and exclude if interacte…
Browse files Browse the repository at this point in the history
…d with previous or current ones.
  • Loading branch information
cmonfortep committed Nov 28, 2024
1 parent 3ce6446 commit bc6a54e
Showing 1 changed file with 95 additions and 4 deletions.
99 changes: 95 additions & 4 deletions live/android-config/android-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
},
"matchingRules": [
12
],
"exclusionRules": [
4,16
]
},
{
Expand All @@ -75,7 +78,10 @@
}
},
"matchingRules": [
12
13
],
"exclusionRules": [
4,16
]
},
{
Expand All @@ -92,7 +98,10 @@
}
},
"matchingRules": [
12
14
],
"exclusionRules": [
4,16
]
},
{
Expand All @@ -109,7 +118,10 @@
}
},
"matchingRules": [
12
15
],
"exclusionRules": [
4,16
]
},
{
Expand Down Expand Up @@ -405,7 +417,29 @@
{
"id": 12,
"targetPercentile": {
"before": 0.05
"before": 0.0625
},
"attributes": {
"daysSinceInstalled": {
"min": 7
},
"pproEligible": {
"value": true
},
"pproSubscriber": {
"value": false
},
"locale": {
"value": [
"en-US"
]
}
}
},
{
"id": 13,
"targetPercentile": {
"before": 0.0666
},
"attributes": {
"daysSinceInstalled": {
Expand All @@ -423,6 +457,63 @@
]
}
}
},
{
"id": 14,
"targetPercentile": {
"before": 0.0714
},
"attributes": {
"daysSinceInstalled": {
"min": 7
},
"pproEligible": {
"value": true
},
"pproSubscriber": {
"value": false
},
"locale": {
"value": [
"en-US"
]
}
}
},
{
"id": 15,
"targetPercentile": {
"before": 0.0769
},
"attributes": {
"daysSinceInstalled": {
"min": 7
},
"pproEligible": {
"value": true
},
"pproSubscriber": {
"value": false
},
"locale": {
"value": [
"en-US"
]
}
}
},
{
"id": 16,
"attributes": {
"interactedWithMessage": {
"value": [
"funnel_pro_androidrmf_announcement_privacy",
"funnel_pro_androidrmf_announcement_vpn",
"funnel_pro_androidrmf_announcement_wifi",
"funnel_pro_androidrmf_announcement_holiday"
]
}
}
}
]
}

0 comments on commit bc6a54e

Please sign in to comment.