From 7a2aaf538bc9cae7da3752f3d3e62dd788041730 Mon Sep 17 00:00:00 2001 From: Bill Wilkin <67137313+bill-wilkin@users.noreply.github.com> Date: Thu, 30 Nov 2023 15:38:42 -0800 Subject: [PATCH 1/2] Update index.md --- src/engage/audiences/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/engage/audiences/index.md b/src/engage/audiences/index.md index 7faf270224..8620767ccf 100644 --- a/src/engage/audiences/index.md +++ b/src/engage/audiences/index.md @@ -23,6 +23,9 @@ You can build an Audience from existing events, traits, computed traits, or othe > - **Include Anonymous Users** not selected: `user_id`, `email`, `android.idfa`, or `ios.idfa` > - **Include Anonymous Users** selected: `user_id`, `email`, `android.idfa`, `ios.idfa`, or `anonymous_id` +> warning "Caution" +> Editing an audience before the initial backfill is complete can create technical errors. + ### Events You can build an Audience from any events that are connected to Engage, including [Track](/docs/connections/spec/track), [Page](/docs/connections/spec/page), and [Screen](/docs/connections/spec/screen) calls. You can use the `property` button to refine the audience on specific event properties, as well. From 0b09d74f1e898eb8763ec55d4e0afe9c4e64438f Mon Sep 17 00:00:00 2001 From: rchinn-segment <93161299+rchinn-segment@users.noreply.github.com> Date: Fri, 16 Feb 2024 14:56:05 -0800 Subject: [PATCH 2/2] small fix --- src/engage/audiences/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engage/audiences/index.md b/src/engage/audiences/index.md index 8620767ccf..d33879032c 100644 --- a/src/engage/audiences/index.md +++ b/src/engage/audiences/index.md @@ -23,7 +23,7 @@ You can build an Audience from existing events, traits, computed traits, or othe > - **Include Anonymous Users** not selected: `user_id`, `email`, `android.idfa`, or `ios.idfa` > - **Include Anonymous Users** selected: `user_id`, `email`, `android.idfa`, `ios.idfa`, or `anonymous_id` -> warning "Caution" +> warning "" > Editing an audience before the initial backfill is complete can create technical errors. ### Events