We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2772c1 commit e09bcc1Copy full SHA for e09bcc1
src/personas/journeys/send-data.md
@@ -41,18 +41,6 @@ When the user enters the step:
41
}
42
```
43
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
56
#### Identify calls
57
58
When the user enters the step:
@@ -66,17 +54,6 @@ When the user enters the step:
66
67
68
69
70
71
72
73
- "type": "identify",
74
- "traits": {
75
76
77
78
79
80
### List destination
81
82
59
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