Skip to content

Commit d3e2f54

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

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
@@ -38,7 +38,7 @@ To enable destination actions to connect to Cordial:
3838

3939
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.
4040

41-
Typically `User Identities` field will map Segment event's `userId` field to 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.
41+
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

4343
### Updating contacts
4444

0 commit comments

Comments
 (0)