Skip to content

Commit d2db492

Browse files
committed
additional fixes
1 parent 8f35a4d commit d2db492

File tree

1 file changed

+1
-6
lines changed
  • src/connections/destinations/catalog/vero

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,11 @@ The Vero destination code is all open-source on GitHub if you want to check it o
99
Vero helps you send targeted emails to customers based on their behavior.
1010

1111
When you enable Vero in the Segment web app, your changes appear in the Segment CDN in about 45 minutes, and then Analytics.js starts asynchronously loading Vero's `m.js` onto your page. This means you should remove Vero's snippet from your page.
12-
+ Since Vero only records custom events and custom user data, no events or users will appear in Vero until you start using the API outlined below.
13-
14-
Vero is supported on the client-side, server-side and mobile.
1512

13+
Vero only records custom events and custom user data so no events or users will appear in Vero until you start using the API outlined below.
1614

1715
## Identify
1816

19-
2017
### Client Side
2118

2219
When you call [Identify](/docs/connections/spec/identify/) on analytics.js, Segment augments `traits` to have `traits.id` set to the `userId`, and then call Vero's `user` with the augmented traits object. You should provide both a `traits.email` and a `userId` for Vero to work best.
@@ -29,7 +26,6 @@ A `userId` is a required value for all types of calls. Be sure you call Identify
2926

3027
When you call [Identify](/docs/connections/spec/identify/) from one of Segment's server-side languages, Segment calls Vero's REST API and update the traits for the customer with that `userId`. If your `userId` is an email, Segment sets the trait `email` as your `userId` in the update call.
3128

32-
3329
## Track
3430

3531
When you call [Track](/docs/connections/spec/track/), Segment sends the event to Vero with the event `name` and `properties` you provide. Events will be matched to the current user.
@@ -57,7 +53,6 @@ To enable this feature,
5753

5854
![Send email events from Vero](images/1aWDVSGw9d.png)
5955

60-
6156
## Group
6257

6358
When you call [Group](/docs/connections/spec/group/), the `traits` included in the call will be set to the current user's **Group** property in Vero.

0 commit comments

Comments
 (0)