From 652e8dfd634b60f6aa7c231be7ddfc7bc4450786 Mon Sep 17 00:00:00 2001 From: joeynmq <37472597+joeynmq@users.noreply.github.com> Date: Fri, 20 Sep 2024 13:35:45 +0800 Subject: [PATCH 1/2] Add note about Identify events generated by the CSV uploader --- src/engage/profiles/csv-upload.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/engage/profiles/csv-upload.md b/src/engage/profiles/csv-upload.md index 4c137c2419..6c4b0c3b5a 100644 --- a/src/engage/profiles/csv-upload.md +++ b/src/engage/profiles/csv-upload.md @@ -4,6 +4,9 @@ plan: engage-foundations --- You can use the Profiles CSV Uploader to add or update user profiles and traits. This page contains guidelines for your CSV upload and explains how to upload a CSV file to Engage. +> info "" +> When you use the CSV upload feature, Engage generates internal Identify calls via Segment's Tracking API and sends them into the [Engage output source](/docs/unify/debugger/). + ## CSV file upload guidelines Keep the following guidelines in mind as you upload CSV files to Twilio Engage: From 75286386215efd0456b4ca841165f6865b1239f2 Mon Sep 17 00:00:00 2001 From: pwseg <86626706+pwseg@users.noreply.github.com> Date: Thu, 3 Oct 2024 13:21:16 -0500 Subject: [PATCH 2/2] minor rewording --- src/engage/profiles/csv-upload.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engage/profiles/csv-upload.md b/src/engage/profiles/csv-upload.md index 6c4b0c3b5a..0531144018 100644 --- a/src/engage/profiles/csv-upload.md +++ b/src/engage/profiles/csv-upload.md @@ -5,7 +5,7 @@ plan: engage-foundations You can use the Profiles CSV Uploader to add or update user profiles and traits. This page contains guidelines for your CSV upload and explains how to upload a CSV file to Engage. > info "" -> When you use the CSV upload feature, Engage generates internal Identify calls via Segment's Tracking API and sends them into the [Engage output source](/docs/unify/debugger/). +> When you upload a CSV file, Engage generates internal Identify calls using Segment's Tracking API and sends them into the [Engage output source](/docs/unify/debugger/). ## CSV file upload guidelines