From 95b98f5c4f72b78863f7601674e3246b4f6a2570 Mon Sep 17 00:00:00 2001 From: Liz Kane <68755692+lizkane222@users.noreply.github.com> Date: Tue, 31 Oct 2023 16:39:44 -0700 Subject: [PATCH 1/3] Update computed-traits.md CSV Download Account update --- src/unify/Traits/computed-traits.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/unify/Traits/computed-traits.md b/src/unify/Traits/computed-traits.md index 88c55346bc..715f7588ba 100644 --- a/src/unify/Traits/computed-traits.md +++ b/src/unify/Traits/computed-traits.md @@ -234,3 +234,6 @@ Computed Trait CSVs are generated on demand. Before you can download the CSV, yo (If the trait recalculates between when you click Generate and when you download the file, you might want to regenerate the file. The CSV is a snapshot from when you clicked Generate, and could be outdated.) + +> note "" +> Account traits and Account identifiers are not possible to add to the CSV download with Account Level audiences, because every row listed is a user, and since account traits and identifiers only exist on accounts, then they would not technically exist as a user's custom trait and appear on the CSV. From 702b224c0ea6d6f06f3ac60d61ad8794604443ac Mon Sep 17 00:00:00 2001 From: rchinn-segment <93161299+rchinn-segment@users.noreply.github.com> Date: Thu, 9 Nov 2023 10:05:35 -0800 Subject: [PATCH 2/3] edits --- src/unify/Traits/computed-traits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unify/Traits/computed-traits.md b/src/unify/Traits/computed-traits.md index 715f7588ba..16d01afc99 100644 --- a/src/unify/Traits/computed-traits.md +++ b/src/unify/Traits/computed-traits.md @@ -236,4 +236,4 @@ Computed Trait CSVs are generated on demand. Before you can download the CSV, yo > note "" -> Account traits and Account identifiers are not possible to add to the CSV download with Account Level audiences, because every row listed is a user, and since account traits and identifiers only exist on accounts, then they would not technically exist as a user's custom trait and appear on the CSV. +> You can't add account traits and identifiers using the CSV downloader with account level audiences. This is because every row listed in the CSV file is a user, and since account traits and identifiers only exist on accounts, they wouldn't exist as a user's custom trait and appear on the CSV. From 12647101fbc58bc4623cd70484ac4c222307fd4d Mon Sep 17 00:00:00 2001 From: rchinn-segment <93161299+rchinn-segment@users.noreply.github.com> Date: Thu, 9 Nov 2023 10:05:44 -0800 Subject: [PATCH 3/3] note > warning --- src/unify/Traits/computed-traits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unify/Traits/computed-traits.md b/src/unify/Traits/computed-traits.md index 16d01afc99..bc4d35a1c9 100644 --- a/src/unify/Traits/computed-traits.md +++ b/src/unify/Traits/computed-traits.md @@ -235,5 +235,5 @@ Computed Trait CSVs are generated on demand. Before you can download the CSV, yo -> note "" +> warning "" > You can't add account traits and identifiers using the CSV downloader with account level audiences. This is because every row listed in the CSV file is a user, and since account traits and identifiers only exist on accounts, they wouldn't exist as a user's custom trait and appear on the CSV.