From 4e38f5cfa57c257904b302eb5e58cc9aea69eea9 Mon Sep 17 00:00:00 2001 From: n2parko Date: Thu, 27 Feb 2020 17:12:45 -0800 Subject: [PATCH 1/2] updating mailchimp userID https://segment.atlassian.net/browse/DEST-1740 --- src/connections/destinations/catalog/mailchimp/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/destinations/catalog/mailchimp/index.md b/src/connections/destinations/catalog/mailchimp/index.md index 80e199e002..a4fc8f1046 100644 --- a/src/connections/destinations/catalog/mailchimp/index.md +++ b/src/connections/destinations/catalog/mailchimp/index.md @@ -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 userId in Mailchimp, you must pass the userID as a trait on your `identify()` calls. We do not automatically map userId as a property. ### Overriding List ID (Also now referred to as Audience ID) From 370986ea174e17be423e98649d02534d5abe3334 Mon Sep 17 00:00:00 2001 From: LRubin Date: Fri, 28 Feb 2020 13:23:06 -0800 Subject: [PATCH 2/2] Update src/connections/destinations/catalog/mailchimp/index.md --- src/connections/destinations/catalog/mailchimp/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/destinations/catalog/mailchimp/index.md b/src/connections/destinations/catalog/mailchimp/index.md index a4fc8f1046..4d08c9315f 100644 --- a/src/connections/destinations/catalog/mailchimp/index.md +++ b/src/connections/destinations/catalog/mailchimp/index.md @@ -86,7 +86,7 @@ Once Mailchimp has processed the new subscriber you'll see it show up in your li ### Recording userId -To record a userId in Mailchimp, you must pass the userID as a trait on your `identify()` calls. We do not automatically map userId as a property. +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)