Skip to content

Commit a5033a9

Browse files
authored
cleanup + edits
1 parent b93d88f commit a5033a9

File tree

1 file changed

+15
-22
lines changed
  • src/connections/sources/catalog/cloud-apps/vero

1 file changed

+15
-22
lines changed

src/connections/sources/catalog/cloud-apps/vero/index.md

Lines changed: 15 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,43 +4,36 @@ id: FOkpxVzfJJ
44
---
55
{% include content/source-region-unsupported.md %}
66

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.
88

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. 
1010

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. 
1212

13-
## Getting Started
13+
## Getting started
1414

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.
1616

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.
1823

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. 
3225

3326
## Components
3427

3528
**Stream**
3629

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. 
3831

3932
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`
4033

4134
## Collections
4235

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. 
4437

4538
<table>
4639
<tr>
@@ -98,4 +91,4 @@ from activecampaign.email_delivered
9891

9992
## Send data to Vero
10093

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

Comments
 (0)