You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/salesforce-marketing-cloud/index.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -281,14 +281,12 @@ In order to do this, you must have access to **Personas**. To learn more, [conta
281
281
> **Tip**: We recommend that you use [SFMC batching](#optional-set-up-sfmc-batching) with Personas to help reduce the number of API calls that you send to SFMC, but this is optional. If you choose to set up batching, do this _before_ you set up the SFMC destination in your Segment workspace.
282
282
283
283
1. In your Personas space, add the SFMC destination to a computed trait or audience.
284
-
2. You can either sync to an existing Data Extension or you can make the sync create a new Data Extension in SFMC.
285
-
- To **Create a new Data Extension** leave the Data Extension External Key blank. This creates a new Data Extension in the default location configured for your SFMC instance, with all the required columns.
286
-
- To **Sync to an existing Data Extension**: enter the Data Extension External Key for the existing Data Extension. When your audience syncs to it, Segment adds a new column which stores the computed trait or audience membership.
284
+
2. Enter the Data Extension External Key for the existing Data Extension. When your audience syncs to it, Segment adds a new column which stores the computed trait or audience membership.
287
285
288
-
If you sync to an existing Data Extension, there are additional requirements:
286
+
When you sync to an existing Data Extension, note these additional requirements:
289
287
- The table cannot have an existing **Primary Key**, unless it is the `Contact Key` field, and the field type is `Text`.
290
288
- All fields in the Data Extension must be nullable (meaning optional, or not required), except the `Contact Key` field.
291
-
- Any fields that you will send with Segment, and which already exist in the Data Extension must be of the correct data type. If they do not exist, Segment creates them for you. The standard identifiers Segment sends come from the [Context object](https://segment.com/docs/connections/spec/common/#context), and appear in the image below.
289
+
- Any fields that you send with Segment, and which already exist in the Data Extension, must be of the correct data type. If they do not exist, Segment creates them for you. The standard identifiers Segment sends come from the [Context object](https://segment.com/docs/connections/spec/common/#context), and appear in the image below.
0 commit comments