Skip to content

Commit 636a00f

Browse files
Apply suggestions from code review
1 parent f34808a commit 636a00f

File tree

1 file changed

+4
-2
lines changed
  • src/connections/destinations/catalog/actions-klaviyo

1 file changed

+4
-2
lines changed

src/connections/destinations/catalog/actions-klaviyo/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ To add and remove profiles in Klaviyo with Engage Audience data:
8989

9090
#### 429 Too Many Requests
9191

92-
If you're encountering rate limiting issues, consider enabling batching for the Action receiving these errors. Ensure that within the mapping configuration, "Batch data to Klaviyo" is set to "Yes". This adjustment can help alleviate the rate limiting problem.
92+
If you're encountering rate limiting issues, consider enabling batching for the Action receiving these errors. To enable mapping, navigate to the mapping configuration and set "Batch data to Klaviyo" to "Yes". This adjustment might help alleviate the rate limiting problem.
9393

9494
#### 409 Conflict
95-
In most cases, you can safely ignore this error code as it prevents duplicate profiles from being created in Klaviyo. When you use the [Upsert Profile](/docs/connections/destinations/catalog/actions-klaviyo/#upsert-profile) mapping to send Identify events, Segment will first attempt to [create a new profile in Klaviyo](https://developers.klaviyo.com/en/reference/create_profile). If the first request returns with a `409` error code, a second request will be sent to [update the existing profile with the given profile ID](https://developers.klaviyo.com/en/reference/update_profile).
95+
In most cases, you can safely ignore a `409` error code.
96+
97+
When you use the [Upsert Profile](/docs/connections/destinations/catalog/actions-klaviyo/#upsert-profile) mapping to send Identify events, Segment first attempts to [create a new profile in Klaviyo](https://developers.klaviyo.com/en/reference/create_profile){:target="_blank”}. If the first request returns with a `409` error code, Segment sends a second request to [update the existing profile with the given profile ID](https://developers.klaviyo.com/en/reference/update_profile){:target="_blank”}.

0 commit comments

Comments
 (0)