From bfe1d6e32dfa999935d0bd779343bf7ff3f13dc5 Mon Sep 17 00:00:00 2001 From: Florent DANCY Date: Tue, 14 Jun 2022 13:04:14 +0200 Subject: [PATCH] [criteoBidAdapter] Update HEM collection documentation (#8556) --- modules/criteoBidAdapter.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/modules/criteoBidAdapter.md b/modules/criteoBidAdapter.md index 6a165978f3b8..30ae3d97fac5 100644 --- a/modules/criteoBidAdapter.md +++ b/modules/criteoBidAdapter.md @@ -27,12 +27,7 @@ Module that connects to Criteo's demand sources. ``` # Additional Config (Optional) -Set the "ceh" property to provides the user's hashed email if available -``` - pbjs.setConfig({ - criteo: { - ceh: 'hashed mail', - fastBidVersion: "none"|"latest"| - } - }); -``` + +Criteo Bid Adapter supports the collection of the user's hashed email, if available. + +Please consider passing it to the adapter, following [these guidelines](https://publisherdocs.criteotilt.com/prebid/#hashed-emails).