Skip to content

Commit 1996e65

Browse files
committed
layout and typo fixes
1 parent d1a2e87 commit 1996e65

File tree

2 files changed

+19
-27
lines changed

2 files changed

+19
-27
lines changed
Lines changed: 19 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
title: Antavo Source
22

3-
[Antavo](http://www.antavo.com){:target="_blank”} allows you to synchronize loyalty events and profile updates into
4-
Segment.
3+
[Antavo](http://www.antavo.com){:target="_blank”} allows you to synchronize loyalty events and profile updates into Segment.
54

6-
The Antavo Source allows you to sync profile updates and loyalty events into Segment Destination apps and Segment
7-
warehouse.
5+
The Antavo Source allows you to sync profile updates and loyalty events into Segment Destination apps and Segment warehouse.
86

97
This source is maintained by Antavo. For any issues with the
108
source, [contact the Antavo support team](mailto:[email protected]).
@@ -13,36 +11,35 @@ source, [contact the Antavo support team](mailto:[email protected]).
1311

1412
1. From your workspace's Sources catalog page click `Add Source`.
1513
2. Search for "Antavo" in the Sources Catalog, select Antavo, and click Add Source.
16-
3. On the next screen, you can name the Source (e.g., Antavo or Loyalty Engine).
17-
1. The name is used as a label in the Segment app, and Segment creates a related schema name in your warehouse.
18-
2. The name can be anything, but we recommend using something that reflects the source and distinguishes amongst your
19-
environments.
14+
3. On the next screen, you can name the Source (e.g. Antavo or Loyalty Engine).
15+
1. The name is used as a label in the Segment app, and Segment creates a related schema name in your warehouse.
16+
2. The name can be anything, but we recommend using something that reflects the source and distinguishes amongst your environments.
2017
4. Click Add Source to save your settings.
2118
5. Copy the Write key from the Segment UI.
2219
6. Log into your Antavo account.
2320
7. Select Twilio Segment integration in Antavo platform.
2421

2522
![Enable Twilio Segment extension](images/1-antavo-enable_segment_extension.png)
26-
8. Insert the Segment write key and select which attribute contains the userID that will be used as User identifier when
27-
syncing events.
23+
8. Insert the Segment write key and select which attribute contains the userID that will be used as User identifier when syncing events.
2824

2925
![Configure Twilio Segment extension](images/2-antavo-configure_segment_extension.png)
3026
9. Go to the Outbound settings page and select:
31-
- The events you want to sync to Segment
32-
- The customer attribute updates you want to sync to Segment.
27+
- The events you want to sync to Segment.
28+
- The customer attribute updates you want to sync to Segment.
3329

34-
![Setup event synchronization](images/3-antavo-setup_event_sync.png)
30+
![Configure event synchronization](images/3-antavo-configure_event_sync.png)
3531

3632
## Events
3733

38-
Two main event types are synced into Segment: Profile updates and loyalty events. Both event types require userID, which
39-
can be selected in Antavo. Any customer attribute in Antavo can be selected as “external customer ID.”
34+
Two main event types are synced into Segment: Profile updates and loyalty events.
35+
Both event types require userID, which can be selected in Antavo.
36+
Any customer attribute in Antavo can be selected as “external customer ID.”
4037

4138
### Profile updates
4239

4340
This event happens when a customer attribute - added to the **Customer field sync** - changes.
44-
45-
Antavo always includes the `userId`. Customer attributes are included in `traits` object.
41+
- Antavo always includes the `userId`.
42+
- Customer attributes are included in `traits` object.
4643

4744
```
4845
{
@@ -58,10 +55,9 @@ Antavo always includes the `userId`. Customer attributes are included in `traits
5855

5956
### Loyalty events
6057

61-
When a built-in or custom loyalty event - added to the **Event sync** - happens, event data are streamlined to the
62-
Antavo Source.
63-
64-
Antavo always includes the `userId`. Event properties are included in `properties` object.
58+
When a built-in or custom loyalty event - added to the **Event sync** - happens, event data are streamlined to the Antavo Source.
59+
- Antavo always includes the `userId`.
60+
- Event properties are included in `properties` object.
6561

6662
```
6763
{
@@ -79,10 +75,6 @@ Antavo always includes the `userId`. Event properties are included in `propertie
7975

8076
As the last step of the Antavo Source setup, you can select Destinations to receive data.
8177

82-
Log into your downstream tools and check to see that your events appear as expected, and that they contain all of the
83-
properties you expect. If your events and properties don’t appear, check
84-
the [Event Delivery](https://github.com/segmentio/segment-docs/blob/develop/docs/connections/event-delivery){:target="_
85-
blank”} tool, and refer to the Destination docs for each tool for troubleshooting.
78+
Log into your downstream tools and check to see that your events appear as expected, and that they contain all of the properties you expect. If your events and properties don’t appear, check the [Event Delivery](https://github.com/segmentio/segment-docs/blob/develop/docs/connections/event-delivery){:target="_blank”} tool, and refer to the Destination docs for each tool for troubleshooting.
8679

87-
If there are any issues with how the events are arriving to
88-
Segment, [contact the Antavo support team](mailto:[email protected]).
80+
If there are any issues with how the events are arriving to Segment, [contact the Antavo support team](mailto:[email protected]).

0 commit comments

Comments
 (0)