Skip to content

Commit a3e1b34

Browse files
authored
Update index.md
Modify the "Recording userId" section, add in information to indicate userId should not be pass as 'Id' in trait as trait.id is a reserved trait. It does not get sent to MailChimp. Added in the following sentences to "Recording UserId" section: "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."
1 parent ef4d988 commit a3e1b34

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, 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.
9494

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

0 commit comments

Comments
 (0)