Skip to content

updating mailchimp userID #671

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 28, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/connections/destinations/catalog/mailchimp/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Once Mailchimp has processed the new subscriber you'll see it show up in your li

### Recording userId

If you send a `userId` in your `.identify()` call, we will attach it as Mailchimp's semantic `unique_email_id` for that user. This is a read-only unique identifier for that email across all of Mailchimp.
To record a Segment `userId` in Mailchimp, you must pass the userID as a trait on your `identify()` calls. We do not automatically map the Segment userID to any Mailchimp properties.

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

Expand Down