Skip to content

Commit 213d52b

Browse files
authored
Update index.md
1 parent ba74bea commit 213d52b

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). In addition to the `page` call, `identify` must be called 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.
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)