Skip to content

Commit 000144e

Browse files
authored
Merge pull request #4 from antavo/antavo/source-updates
Source documentation updates
2 parents 2dcce8c + 3ca576d commit 000144e

File tree

1 file changed

+5
-9
lines changed
  • src/connections/sources/catalog/cloud-apps/antavo

1 file changed

+5
-9
lines changed

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

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,13 @@ source, [contact the Antavo support team](mailto:[email protected]).
3333

3434
## Events
3535

36-
Two main event types are synced into Segment: Profile updates and loyalty events.
37-
Both event types require userID, which can be selected in Antavo.
38-
Any customer attribute in Antavo can be selected as "external customer ID".
36+
Antavo syncs two main types of events to Segment: Profile Updates and Loyalty Events. Profile Updates are sent as Segment Identify events, while Loyalty Events are sent as Segment Track events.
37+
38+
Both event types include a `userId`, which can be configured in Antavo. You can designate any customer attribute as the "external customer ID" to use as the Segment `userId`.
3939

4040
### Profile updates
4141

42-
This event happens when a customer attribute - added to the **Customer field sync** - changes.
43-
- Antavo always includes the `userId`.
44-
- Customer attributes are included in `traits` object.
42+
Profile Updates occur when a customer attribute, added to the Antavo **Customer field sync**, updates. Customer attributes are included in the traits object.
4543

4644
```
4745
{
@@ -57,9 +55,7 @@ This event happens when a customer attribute - added to the **Customer field syn
5755

5856
### Loyalty events
5957

60-
When a built-in or custom loyalty event - added to the **Event sync** - happens, event data are streamlined to the Antavo Source.
61-
- Antavo always includes the `userId`.
62-
- Event properties are included in `properties` object.
58+
Loyalty Events occur when a built-in or custom event, added to the Antavo Event sync, is triggered. The event data is then sent to the Segment Antavo Source. Event properties are included in the properties object.
6359

6460
```
6561
{

0 commit comments

Comments
 (0)