Skip to content

Commit e937071

Browse files
authored
Merge pull request #5473 from segmentio/ashton-huxtable-patch-2
Update client side identify
2 parents a78b979 + 213d52b commit e937071

File tree

1 file changed

+1
-1
lines changed
  • src/connections/destinations/catalog/klaviyo

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ analytics.identify({
4242
When you call `identify` on analytics.js, Segment calls Klaviyo's `identify` with the `traits` object. Segment then augments the `traits` object to have `traits.$id` be the `userId` since Klaviyo takes the user ID on the `traits` object itself.
4343

4444
> info ""
45-
> When you send data to Klaviyo using `analytics.js`, an initial `page` call is required. By default, this is already added in your [Segment snippet](/docs/connections/sources/catalog/libraries/website/javascript/quickstart/#step-2-copy-the-segment-snippet).
45+
> When you send data to Klaviyo using `analytics.js`, an initial Page call is required. By default, this is already added in your [Segment snippet](/docs/connections/sources/catalog/libraries/website/javascript/quickstart/#step-2-copy-the-segment-snippet). In addition to the Page call, you must make an Identify call on each subdomain where you want to track users. Klaviyo sets cookies on the subdomain rather than the top-level domain, making this extra Identify call necessary for tracking.
4646
4747
The following Segment spec'd traits map to Klaviyo [special people properties](http://www.klaviyo.com/docs){:target="_blank"}:
4848

0 commit comments

Comments
 (0)