Skip to content

Commit c60169f

Browse files
committed
Merge branch 'develop' into 2885-content-clarify-24h-deduplication-window-on-handling-duplicate-data-page
2 parents 3b7e5a0 + f549d0a commit c60169f

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

src/_data/sidenav/main.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -300,17 +300,6 @@ sections:
300300
title: Profiles and GDPR
301301
- path: /profiles/faqs
302302
title: Profiles FAQs
303-
- path: /profiles/profile-api
304-
title: Profile API
305-
- path: /profiles/profile-api-limits
306-
title: Profile API Limits
307-
- path: /profiles/debugger
308-
title: Profile Debugger
309-
- path: /profiles/profiles-gdpr
310-
title: Profiles and GDPR
311-
- path: /profiles/faqs
312-
title: Profiles FAQs
313-
314303

315304
- section_title: Engage
316305
section:

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,12 @@ Mailchimp doesn't support arrays as traits values. This can cause calls to not s
137137

138138
You can send computed traits and audiences generated using [Engage](/docs/engage/) to Mailchimp as a **user property**. To learn more about Engage, schedule a [demo](https://segment.com/demo/){:target="_blank"}.
139139

140+
Segment sends an [`identify` call](/docs/connections/spec/identify/) to the Mailchimp destination for each user being added and removed. The Mailchimp destination requires an email field in all Identify payloads. If a profile doesn't have an email identifier when the audience or trait is created in Segment, then the event will fail and will not be sent to Mailchimp.
141+
140142
> success ""
141143
> Before creating audiences or computed traits with Engage, you must first create merge fields in Mailchimp. Learn more about [recording custom user traits](#recording-custom-user-traits) and [sending custom merge fields](#custom-merge-fields) to Mailchimp.
142144
143-
For user-property destinations, an [identify call](/docs/connections/spec/identify/) is sent to the destination for each user being added and removed. The property name is the snake_cased version of the audience name, with a true/false value to indicate membership. For example, when a user first completes an order in the last 30 days, Engage sends an Identify call with the property `order_completed_last_30days: true`. When the user no longer satisfies this condition (for example, it’s been more than 30 days since their last order), Engage sets that value to `false`.
145+
The property name is the snake_cased version of the audience name, with a true/false value to indicate membership. For example, when a user first completes an order in the last 30 days, Engage sends an Identify call with the property `order_completed_last_30days: true`. When the user no longer satisfies this condition (for example, it’s been more than 30 days since their last order), Engage sets that value to `false`.
144146

145147
When you first create an audience, Engage sends an Identify call for every user in that audience. Later audience syncs only send updates for users whose membership has changed since the last sync.
146148

0 commit comments

Comments
 (0)