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
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.”
40
37
41
38
### Profile updates
42
39
43
40
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.
46
43
47
44
```
48
45
{
@@ -58,10 +55,9 @@ Antavo always includes the `userId`. Customer attributes are included in `traits
58
55
59
56
### Loyalty events
60
57
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.
65
61
66
62
```
67
63
{
@@ -79,10 +75,6 @@ Antavo always includes the `userId`. Event properties are included in `propertie
79
75
80
76
As the last step of the Antavo Source setup, you can select Destinations to receive data.
81
77
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.
86
79
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