Skip to content

Commit b5d649d

Browse files
Update src/connections/destinations/catalog/actions-cordial/index.md
Co-authored-by: stayseesong <[email protected]>
1 parent f006729 commit b5d649d

File tree

1 file changed

+1
-1
lines changed
  • src/connections/destinations/catalog/actions-cordial

1 file changed

+1
-1
lines changed

src/connections/destinations/catalog/actions-cordial/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To enable destination actions to connect to Cordial:
3636

3737
### User Identities Mappings
3838

39-
Every Cordial destination action needs to be invoked with data identifying a Cordial contact. To identify a contact every destination action has a `User Identities` field, which maps Segment event fields to Cordial contact identifiers. Each entry in the list represents a contact identifier and how it maps from a Segment event. For example, `channels.email.address <- userId` or `customerId <- traits.customerId`. At least one identifier should be valid, otherwise the contact will not be identified and the request will be ignored.
39+
Every Cordial destination action needs to be invoked with data identifying a Cordial contact. To identify a contact every destination action has a `User Identities` field, which maps Segment event fields to Cordial contact identifiers. Each entry in the list represents a contact identifier and how it maps from a Segment event. For example, `channels.email.address <- userId` or `customerId <- traits.customerId`. At least one identifier should be valid, otherwise the contact won't be identified and the request will be ignored.
4040

4141
Typically, the `User Identities` field maps the Segment events `userId` field to the Cordial secondary identifier field. For example, if Segment's `userId` field is known to be an email, the mapping will be `channels.email.address <- userId`, meaning the value of `userId` will be sent as `channels.email.address` to Cordial.
4242

0 commit comments

Comments
 (0)