@@ -38,9 +38,13 @@ The table below lists events that Regal Voice sends to Segment. These events app
38
38
<td >A contact was unsubscribed from a marketing channel</td >
39
39
</tr >
40
40
<tr >
41
- <td>contact.attribute_edited </td>
41
+ <td>contact.attribute.edited </td>
42
42
<td>A contact's attributes were edited by an agent</td>
43
43
</tr >
44
+ <tr >
45
+ <td>contact.experiment.assigned</td>
46
+ <td>A contact was assigned to an experiment</td>
47
+ </tr >
44
48
<tr >
45
49
<td >sms.queued</td >
46
50
<td >An sms was queued to be sent from RegalVoice to contact</td >
@@ -150,6 +154,18 @@ The table below lists events that Regal Voice sends to Segment. These events app
150
154
<td >`ended_at`</td >
151
155
<td >UTC timestamp when the conversation was ended</td >
152
156
</tr >
157
+ <tr >
158
+ <td>`experiment_id`</td>
159
+ <td>Experiment ID</td>
160
+ </tr >
161
+ <tr >
162
+ <td>`experiment_name`</td>
163
+ <td>Name of experiment</td>
164
+ </tr >
165
+ <tr >
166
+ <td >`experiment_variant`</td >
167
+ <td >Variant a contact was assigned to in an experiment</td >
168
+ </tr >
153
169
<tr >
154
170
<td >`from_number`</td >
155
171
<td >Phone number that sent the message</td >
@@ -212,8 +228,9 @@ The table below lists events that Regal Voice sends to Segment. These events app
212
228
<td >`talk_time`</td >
213
229
<td >Duration of conversation (ended_at - started_at)</td >
214
230
</tr >
215
- <td >`target_agent_fullname`</td >
216
- <td >Full name of the agent who contact (and all contact’s tasks) are assigned to</td >
231
+ <tr >
232
+ <td>`target_agent_fullname`</td>
233
+ <td>Full name of the agent who contact (and all contact’s tasks) are assigned to</td>
217
234
</tr >
218
235
<tr >
219
236
<td >`target_agent_id`</td >
0 commit comments