Skip to content

Commit 16901e0

Browse files
author
markzegarelli
authored
Added a note about property hashing (#2458)
1 parent cb9a497 commit 16901e0

File tree

1 file changed

+2
-0
lines changed
  • src/connections/destinations/catalog/facebook-pixel-server-side

1 file changed

+2
-0
lines changed

src/connections/destinations/catalog/facebook-pixel-server-side/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ Segment maps the following Segment traits to [Facebook properties](https://devel
252252
| `timestamp` | `event_time` | |
253253
| `userId` | `external_id` | Any unique ID from the advertiser, such as membership IDs, user IDs, and cookie IDs. See [Alternative External IDs](#alternative-external-ids). |
254254

255+
> info "About hashing"
256+
> For each of the hashed properties above, Segment's integration code hashes the values before they're sent to the destination.
255257
256258
To access the `contexts` and `context.traits` objects in a Track call, you can use the [context-traits format](/docs/connections/sources/catalog/libraries/website/javascript/#context--traits) as in the example below.
257259

0 commit comments

Comments
 (0)