You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/cloud-apps/vero/index.md
+15-22Lines changed: 15 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,43 +4,36 @@ id: FOkpxVzfJJ
4
4
---
5
5
{% include content/source-region-unsupported.md %}
6
6
7
-
Vero is an email marketing tool that lets you set up automated emails to your users that get sent after they've completed certain actions.[Visit Website](http://getvero.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”}
7
+
[Vero](http://getvero.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”} is an email marketing tool that lets you set up automated emails to your users that get sent after they've completed certain actions.
8
8
9
-
Take your company's email analysis to the next level by **adding Vero as a Source to Segment.** Segment automatically collects email events like `Email Delivered` and `Email Opened`, forward them to your destinations, and load them into your data warehouse.
9
+
Take your company's email analysis to the next level by **adding Vero as a source to Segment**. Segment automatically collects email events like `Email Delivered` and `Email Opened`, forwards them to your destinations, and loads them into your data warehouse.
10
10
11
-
In your favorite BI or analytics tool, you'll be able to analyze your email campaigns in SQL or through drag-and-drop reports. And, you'll be able to join your Vero data with the event data you're already sending through Segment to analyze the down-funnel effects of your emails.
11
+
In a BI or analytics tool, you can analyze your email campaigns in SQL or through drag-and-drop reports. You're also able to join your Vero data with the event data that you're already sending through Segment to analyze the down-funnel effects of your emails.
12
12
13
-
## Getting Started
13
+
## Getting started
14
14
15
-
If you have previously enabled sending email events using the Vero destination during our beta (using a project write key), you do not need to create new Vero source. Your email data will continue to flow as normal.
15
+
If you have previously enabled sending email events using the Vero destination during beta (using a project write key), you do not need to create new Vero source. Your email data will continue to flow as normal.
16
16
17
-
1. From your workspace's `segment.com/<your-workspace>/sources page`, click `Add source`.
17
+
1. From your Segment workspace, go to **Connections > Catalog**, search for "Vero" and click **Add Source**.
18
+
2. Give the source a name and add any labels to help you organize and filter your sources. You can give the source any name, but Segment recommends a name that reflects the source itself, as this name autopopulates the schema name. For example, the source name `Vero` creates the schema `vero`.
19
+
3. In the **Overview** page, find your **Segment write key** for Vero and copy it.
20
+
4. To finish the setup, go to your Vero account, navigate to **[Integrations](https://app.getvero.com/settings/integrations?integrations=all){:target="_blank”} > Segment** and enter this Segment write key.
21
+
5. Click **Save**.
22
+
6. In Segment, click into your Vero source. Here, you can add destinations where you want to see email events.
18
23
19
-
2. Choose Vero.
20
-
21
-
3. Give the Source a name and add any labels to help you organize and filter your sources. You can give the source any name, but Segment recommends a name that reflects the source itself, as this name autopopulates the schema name. For example, the source name `Vero` creates the schema `vero`.
22
-
23
-
4. The next page ("Overview") will surface your **Segment write key for Vero.** Copy this write key.
24
-
25
-
5. To finish the setup, you'll have to go into your Vero account and enter this Segment write key in their integrations settings. Find the right place in Vero by clicking [Integrations](https://app.getvero.com/settings/integrations?integrations=all){:target="_blank”} > Segment.
26
-
27
-
6. Click **Save**.
28
-
29
-
7. In Segment, click into your Vero Source in `segment.com/<your-workspace>/sources`. From there you'll be able to add Destinations where you want to see email events.
30
-
31
-
That's it! As you send emails, events will now be sent to your destinations and automatically loaded into any warehouses you have enabled.
24
+
As you send emails, events are sent to your destinations and automatically loaded into any warehouses you have enabled.
32
25
33
26
## Components
34
27
35
28
**Stream**
36
29
37
-
Vero uses our stream Source component to send Segment email events. It uses a server-side `track` method to send data to Segment. These events are then available in any destination that accepts server-side events, and available in a schema in your data warehouse, so you can query using SQL.
30
+
Vero uses Segment's stream source component to send Segment email events. It uses a server-side `track` method to send data to Segment. These events are then available in any destination that accepts server-side events, and available in a schema in your data warehouse, so you can query using SQL.
38
31
39
32
The default behavior is for Vero to pass the `userId` associated with the email recipient as the `userId`. There are cases in which Vero does not have an associated `userId`, in which case the email address will be passed in as the `anonymousId`.
40
33
41
34
## Collections
42
35
43
-
Collections are the groupings of data we pull from your Source. In your warehouse, each collection gets its own table, as well as a `tracks` table that aggregates all the events into a single table.
36
+
Collections are the groupings of data pulled from your Source. In your warehouse, each collection gets its own table, as well as a `tracks` table that aggregates all the events into a single table.
44
37
45
38
<table>
46
39
<tr>
@@ -98,4 +91,4 @@ from activecampaign.email_delivered
98
91
99
92
## Send data to Vero
100
93
101
-
The Vero Source works better when you also connect Vero as a destination. With the Vero **Destination**, you can use Segment to send Vero user and event data from which you trigger email campaigns. Want to start sending website or mobile data to Vero? Head on over to our[Vero destination docs](/docs/connections/destinations/catalog/vero/).
94
+
The Vero source works best when you also connect Vero as a destination. With the Vero destination, you can use Segment to send Vero user and event data from which you trigger email campaigns. To start sending website or mobile data to Vero, see the[Vero destination docs](/docs/connections/destinations/catalog/vero/).
0 commit comments