Skip to content

Commit 5fdb557

Browse files
Merge pull request #4750 from segmentio/criteo
clarify how email is actually set
2 parents 2ac27f8 + 8703a7d commit 5fdb557

File tree

1 file changed

+1
-1
lines changed
  • src/connections/destinations/catalog/criteo-app-web-events

1 file changed

+1
-1
lines changed

src/connections/destinations/catalog/criteo-app-web-events/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ window.criteo_q.push({ event: 'viewItem', item: 'PRODUCT-ID', sub_status: 'trial
379379

380380
### Setting Emails
381381

382-
It's easy to associate emails with a user, if there's an `email` property in a [`track`](/docs/connections/spec/track/) call, we'll include the `setHashedEmail` event to Criteo along with your event. We'll take care of hashing it for you
382+
If you make an [identify call](/docs/connections/spec/identify/) that has an `email` trait in the payload, this email is stored as a customer trait. We then include a hashed version of this email in subsequent [`track`](/docs/connections/spec/track/) calls by pushing the `setHashedEmail` event to Criteo along with your event. Segment takes care of hashing customer emails for you.
383383

384384
### Criteo Data Centers
385385

0 commit comments

Comments
 (0)