Skip to content

Commit fa1fc9e

Browse files
authored
Merge pull request #6456 from segmentio/joeynmq-patch-6
Klaviyo - Add note about 'Enforce email as primary identifier' setting
2 parents 5b59431 + 1a59417 commit fa1fc9e

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ If your `userId` is an email, or you provide an email in `traits.email`, Segment
8585
#### Enforce email as primary identifier
8686

8787
This option is enabled by default to ensure duplicate profiles are not being created inside of Klaviyo. When enabled, Segment will never set the $id field to your `userId` when you call `.identify()` or `.track()`. Instead, Segment will only set $email as the primary identifier with your `traits.email` or `properties.email`. Please note that if you have this setting toggled on, you must send `email` in on your payloads or your events will not go through to Klaviyo.
88+
> info ""
89+
> For the Web Device-mode connection, this option applies **only** to the `.identify()` call.
8890
8991
#### Fallback on Anonymous ID
9092

0 commit comments

Comments
 (0)