Skip to content

Commit 2a49f17

Browse files
authored
Apply suggestions from code review
1 parent 988b074 commit 2a49f17

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,10 +342,10 @@ If you select **Use email attribute from Entry Source** you can use an email or
342342

343343
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.
344344

345-
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.
345+
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){:target="_blank"} to adjust the rate limit from the Segment side for you.
346346

347347
### Sending null values
348348

349-
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](/docs/connections/functions/insert-functions/) to replace any `null` values within your events.
349+
Events containing a field with a `null` value are 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](/docs/connections/functions/insert-functions/) to replace any `null` values within your events.
350350

351-
If you are connecting to this destination using [Reverse ETL](/docs/connections/reverse-etl/), please ensure that the model connected to the mapping is configured to return non-null values to avoid any disruptions.
351+
If you're connected to this destination using [Reverse ETL](/docs/connections/reverse-etl/), ensure that you configure the model connected to the mapping to return non-null values to avoid any disruptions.

0 commit comments

Comments
 (0)