Skip to content

Commit 68fcd74

Browse files
Add note on sending null values
1 parent c0c7421 commit 68fcd74

File tree

1 file changed

+6
-0
lines changed
  • src/connections/destinations/catalog/salesforce-marketing-cloud

1 file changed

+6
-0
lines changed

src/connections/destinations/catalog/salesforce-marketing-cloud/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,3 +341,9 @@ If you select **Use email attribute from Entry Source** you can use an email or
341341
This issue usually occurs for customers that have very large volumes of customer data (10MM+ users), because multiple audiences and traits attempt to send large quantities of backfill data into SFMC at the same time, and compete for the SFMC rate limit. To help with this, avoid syncing multiple *new* audiences and *new* traits at the same time. Instead, create an audience, sync it to SFMC and wait for it to complete. Then, create and sync your next audience or trait.
342342

343343
You can also request a higher rate limit from your SFMC account representative. After you confirm the higher rate limit with your SFMC representative, contact [Segment Product Support](http://segment.com/help/contact) to adjust the rate limit from the Segment side for you.
344+
345+
### Sending null values
346+
347+
Events containing a field with a `null` value will be silently rejected by SFMC's REST API. To prevent this, especially in situations where events require transformation prior to sending to SFMC, consider employing an [Insert Function](https://segment.com/docs/connections/functions/insert-functions/) to replace any `null` values within your events.
348+
349+
If you are connecting to this destination using rETL, please ensure that the model connected to the mapping is configured to return non-null values to avoid any disruptions.

0 commit comments

Comments
 (0)