Skip to content

Commit e09bcc1

Browse files
authored
Update send-data.md
1 parent f2772c1 commit e09bcc1

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

src/personas/journeys/send-data.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,6 @@ When the user enters the step:
4141
}
4242
```
4343

44-
When the user leaves the step:
45-
46-
```json
47-
{
48-
"type": "track",
49-
"event": "Audience Exited",
50-
"properties": {
51-
"j_o_first_purchase__opened_email_dje83h": "false"
52-
}
53-
}
54-
```
55-
5644
#### Identify calls
5745

5846
When the user enters the step:
@@ -66,17 +54,6 @@ When the user enters the step:
6654
}
6755
```
6856

69-
When the user leaves the step:
70-
71-
```json
72-
{
73-
"type": "identify",
74-
"traits": {
75-
"j_o_first_purchase__opened_email_dje83h": "false"
76-
}
77-
}
78-
```
79-
8057
### List destination
8158

8259
The destination receives a list of users who qualify for that step of the Journey. This list is constantly updated by Segment.

0 commit comments

Comments
 (0)