Skip to content

Commit b8b1e03

Browse files
authored
Updated typo
Fixed a typo in the "Server-side Track" section of the docs and updated the description to be consistent with the "Client-side Track" description. Currently: "When you call make a Track call from..." Updated: "When you call `track` from..."
1 parent 8fbe101 commit b8b1e03

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
@@ -149,7 +149,7 @@ If you include `properties.revenue` in a track event, Segment maps it to Klaviyo
149149
150150
### Server-side Track
151151

152-
When you call make a Track call from one of Segment's mobile or server-side libraries, Segment keys the user with the `userId` and also provides the Klaviyo `$email` `customer_property` if your `userId` is an email, or you provide `email` as one of your event `properties`.
152+
When you call `track` from one of Segment's mobile or server-side libraries, Segment keys the user with the `userId` and also provides the Klaviyo `$email` `customer_property` if your `userId` is an email, or you provide `email` as one of your event `properties`.
153153

154154
Segment also maps the following Segment spec'd properties to Klaviyo's [special people properties](https://developers.klaviyo.com/en/docs/javascript_api#identify-people){:target="_blank"}:.
155155

0 commit comments

Comments
 (0)