Skip to content

Commit 7d79c22

Browse files
authored
Merge pull request #4262 from segmentio/tanjinhong72-patch-1
Added information on recording userId for mailchimp - not to use trait.id
2 parents f497a5e + b8b07db commit 7d79c22

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. 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)