Skip to content

Commit e432b6e

Browse files
authored
Update limitations.md (#598)
changed to update that we can now target users based on past experiments.
1 parent e25e6d0 commit e432b6e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/workflow/implementing/messaging/limitations.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ slug: /messaging/limitations
66

77
### History state of past experiments ###
88

9-
It is currently not possible to enroll users into experiments based on previous experiments that they might have been a part of. If multiple messaging campaigns go out as experiments targeting different surfaces it is not possible to ensure that users will not see both campaigns.
9+
If multiple messaging campaigns go out as experiments targeting different surfaces it is possible that users would see both campaigns.
10+
1011
Mitigation is possible through the use of groups for frequency capping. If the experiments happen simultaneously, then using the same group can ensure we control the time it takes for a user to see both campaigns.
1112

1213
Similarly (using targeting) it is possible to prevent a user from seeing a message if impressions from a different message are present. This is only possible if the two messages overlap in the system at the same time.
1314

15+
It is also possible to specifically include or exclude users into experiments based on previous experiments that they might have been a part of.
16+
1417
:::info
1518
Note that when using targeting or groups in this way the message **impressions** are removed once the message has been removed or the experiment has ended.
1619
:::

0 commit comments

Comments
 (0)