Skip to content

Commit b8b07db

Browse files
Update src/connections/destinations/catalog/mailchimp/index.md
Co-authored-by: stayseesong <[email protected]>
1 parent a3e1b34 commit b8b07db

File tree

1 file changed

+1
-1
lines changed
  • src/connections/destinations/catalog/mailchimp

1 file changed

+1
-1
lines changed

src/connections/destinations/catalog/mailchimp/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Once Mailchimp has processed the new subscriber you'll see it show up in your li
9090

9191
### Recording userId
9292

93-
To record a Segment `userId` in Mailchimp, you must pass the userID as a trait on your `identify()` calls. One thing to take note is not to pass 'userId' as 'id' in trait as trait.id is a reserved trait. You can pass 'userId' in a trait name with a corresponding merge field in MailChimp. Segment doesn't automatically map the userID to any Mailchimp properties.
93+
To record a Segment `userId` in Mailchimp, pass the user ID as a trait on your `identify()` calls. Don't pass the `userId` as a trait ID because the `trait.id` is a reserved trait. Instead, pass the `userId` in a trait name with the corresponding merge field in Mailchimp. Segment doesn't automatically map the user ID to a Mailchimp property.
9494

9595
### Overriding List ID (Also now referred to as Audience ID)
9696

0 commit comments

Comments
 (0)