@@ -63,8 +63,8 @@ This event supports the following semantic properties:
63
63
" account_name" : " Initech"
64
64
},
65
65
" context" : {
66
- " groupId" : " acct_123"
67
- }
66
+ " groupId" : " acct_123"
67
+ }
68
68
}
69
69
```
70
70
@@ -91,8 +91,8 @@ This event supports the following semantic properties:
91
91
"account_name": "Initech"
92
92
},
93
93
"context": {
94
- "groupId": "acct_123"
95
- }
94
+ "groupId": "acct_123"
95
+ }
96
96
}'}}} {% endcomment %}
97
97
98
98
``` js
@@ -104,8 +104,8 @@ This event supports the following semantic properties:
104
104
" account_name" : " Initech"
105
105
},
106
106
" context" : {
107
- " groupId" : " acct_123"
108
- }
107
+ " groupId" : " acct_123"
108
+ }
109
109
}
110
110
```
111
111
@@ -147,8 +147,8 @@ This event supports the following semantic properties:
147
147
"title": "Mr"
148
148
},
149
149
"context": {
150
- "groupId": "acct_123"
151
- }
150
+ "groupId": "acct_123"
151
+ }
152
152
}'}}} {% endcomment %}
153
153
154
154
``` json
@@ -166,8 +166,8 @@ This event supports the following semantic properties:
166
166
"title" : " Mr"
167
167
},
168
168
"context" : {
169
- "groupId" : " acct_123"
170
- }
169
+ "groupId" : " acct_123"
170
+ }
171
171
}
172
172
```
173
173
@@ -182,10 +182,11 @@ This event should be sent when a user signs in to your service.
182
182
183
183
This event supports the following semantic properties:
184
184
185
- | Property | Type | Description |
186
- | -------- | ---- | -----------
187
- | ` username ` | String | The username of the user logging in. |
188
- | ` context.groupId ` | String | The id of the account being created. |
185
+ | Property | Type | Description |
186
+ | ----------------- | ------ | ---------------------------------------------------------- |
187
+ | ` username ` | String | The username of the user signing in. |
188
+ | ` context.groupId ` | String | The id of the account associated with the user signing in. |
189
+
189
190
190
191
#### Example
191
192
@@ -197,8 +198,8 @@ This event supports the following semantic properties:
197
198
"username": "pgibbons"
198
199
},
199
200
"context": {
200
- "groupId": "acct_123"
201
- }
201
+ "groupId": "acct_123"
202
+ }
202
203
}'}}} {% endcomment %}
203
204
204
205
``` json
@@ -210,8 +211,8 @@ This event supports the following semantic properties:
210
211
"username" : " pgibbons"
211
212
},
212
213
"context" : {
213
- "groupId" : " acct_123"
214
- }
214
+ "groupId" : " acct_123"
215
+ }
215
216
}
216
217
```
217
218
@@ -226,10 +227,10 @@ This event should be sent when a user signs out for your service. You should als
226
227
227
228
This event supports the following semantic properties:
228
229
229
- | Property | Type | Description |
230
- | ----------------- | ------ | ------------------------------------ |
231
- | ` username ` | String | The username of the user logging in. |
232
- | ` context.groupId ` | String | The id of the account being created . |
230
+ | Property | Type | Description |
231
+ | ----------------- | ------ | ----------------------------------------------------------- |
232
+ | ` username ` | String | The username of the user signing out. |
233
+ | ` context.groupId ` | String | The id of the account associated with the user signing out . |
233
234
234
235
#### Example
235
236
@@ -241,8 +242,8 @@ This event supports the following semantic properties:
241
242
"username": "pgibbons"
242
243
},
243
244
"context": {
244
- "groupId": "acct_123"
245
- }
245
+ "groupId": "acct_123"
246
+ }
246
247
}'}}} {% endcomment %}
247
248
248
249
``` js
@@ -254,8 +255,8 @@ This event supports the following semantic properties:
254
255
" username" : " pgibbons"
255
256
},
256
257
" context" : {
257
- " groupId" : " acct_123"
258
- }
258
+ " groupId" : " acct_123"
259
+ }
259
260
}
260
261
```
261
262
@@ -273,6 +274,7 @@ This event supports the following semantic properties:
273
274
| ` invitee_first_name ` | String | The first name of the person receiving the invite. |
274
275
| ` invitee_last_name ` | String | The last name of the person receiving the invite. |
275
276
| ` invitee_role ` | String | The permission group for the person receiving the invite. |
277
+ | ` context.groupId ` | String | The id of the account the person is being invited to. |
276
278
277
279
#### Example
278
280
@@ -287,8 +289,8 @@ This event supports the following semantic properties:
287
289
"invitee_role": "Owner"
288
290
},
289
291
"context": {
290
- "groupId": "acct_123"
291
- }
292
+ "groupId": "acct_123"
293
+ }
292
294
}'}}} {% endcomment %}
293
295
294
296
``` js
@@ -303,8 +305,8 @@ This event supports the following semantic properties:
303
305
" invitee_role" : " Owner"
304
306
},
305
307
" context" : {
306
- " groupId" : " acct_123"
307
- }
308
+ " groupId" : " acct_123"
309
+ }
308
310
}
309
311
```
310
312
@@ -319,7 +321,7 @@ This event supports the following semantic properties:
319
321
| Property | Type | Description |
320
322
| ----------------- | ------ | --------------------------------------------------- |
321
323
| ` role ` | String | The permission group for this user in this account. |
322
- | ` context.groupId ` | String | The id of the account being created. |
324
+ | ` context.groupId ` | String | The id of the account the user is being added to. |
323
325
324
326
#### Example
325
327
@@ -331,8 +333,8 @@ This event supports the following semantic properties:
331
333
"role": "Owner"
332
334
},
333
335
"context": {
334
- "groupId": "acct_123"
335
- }
336
+ "groupId": "acct_123"
337
+ }
336
338
}'}}} {% endcomment %}
337
339
338
340
``` js
@@ -344,8 +346,8 @@ This event supports the following semantic properties:
344
346
" role" : " Owner"
345
347
},
346
348
" context" : {
347
- " groupId" : " acct_123"
348
- }
349
+ " groupId" : " acct_123"
350
+ }
349
351
}
350
352
```
351
353
@@ -357,9 +359,9 @@ This event should be sent when a user is removed from a group or account.
357
359
358
360
This event supports the following semantic properties:
359
361
360
- | Property | Type | Description |
361
- | -------- | ---- | ----------- |
362
- | ` context.groupId ` | String | The id of the account being created . |
362
+ | Property | Type | Description |
363
+ | ----------------- | ------ | ------------------------------------------ ----------- |
364
+ | ` context.groupId ` | String | The id of the account the user is being removed from . |
363
365
364
366
#### Example
365
367
@@ -369,8 +371,8 @@ This event supports the following semantic properties:
369
371
"event": "Account Removed User",
370
372
"properties": {},
371
373
"context": {
372
- "groupId": "acct_123"
373
- }
374
+ "groupId": "acct_123"
375
+ }
374
376
}'}}} {% endcomment %}
375
377
376
378
``` js
@@ -380,8 +382,8 @@ This event supports the following semantic properties:
380
382
" event" : " Account Removed User" ,
381
383
" properties" : {},
382
384
" context" : {
383
- " groupId" : " acct_123"
384
- }
385
+ " groupId" : " acct_123"
386
+ }
385
387
}
386
388
```
387
389
@@ -398,7 +400,7 @@ This event supports the following semantic properties:
398
400
| ` trial_start_date ` | Date | The date when the trial starts. It is an ISO-8601 date string. |
399
401
| ` trial_end_date ` | Date | The date when the trial ends. It is an ISO-8601 date string. |
400
402
| ` trial_plan_name ` | String | The name of the plan being trialed. |
401
- | ` context.groupId ` | String | The id of the account being created. |
403
+ | ` context.groupId ` | String | The id of the account the trial is associated with. |
402
404
403
405
#### Example
404
406
@@ -407,13 +409,13 @@ This event supports the following semantic properties:
407
409
"type": "track",
408
410
"event": "Trial Started",
409
411
"properties": {
410
- "trial_start_date": "2018-08-28T04:09:47Z",
411
- "trial_end_date": "2018-09-20T04:09:47Z",
412
- "trial_plan_name": "Business"
412
+ "trial_start_date": "2018-08-28T04:09:47Z",
413
+ "trial_end_date": "2018-09-20T04:09:47Z",
414
+ "trial_plan_name": "Business"
413
415
},
414
416
"context": {
415
- "groupId": "acct_123"
416
- }
417
+ "groupId": "acct_123"
418
+ }
417
419
}'}}} {% endcomment %}
418
420
419
421
``` js
@@ -422,13 +424,13 @@ This event supports the following semantic properties:
422
424
" type" : " track" ,
423
425
" event" : " Trial Started" ,
424
426
" properties" : {
425
- " trial_start_date" : " 2018-08-28T04:09:47Z" ,
426
- " trial_end_date" : " 2018-09-20T04:09:47Z" ,
427
- " trial_plan_name" : " Business"
427
+ " trial_start_date" : " 2018-08-28T04:09:47Z" ,
428
+ " trial_end_date" : " 2018-09-20T04:09:47Z" ,
429
+ " trial_plan_name" : " Business"
428
430
},
429
431
" context" : {
430
- " groupId" : " acct_123"
431
- }
432
+ " groupId" : " acct_123"
433
+ }
432
434
}
433
435
```
434
436
@@ -440,12 +442,13 @@ This event should be sent when a trial ends.
440
442
441
443
This event supports the following semantic properties:
442
444
443
- | Property | Type | Description |
444
- | -------- | ---- | ----------- |
445
- | ` trial_start_date ` | Date | The date when the trial starts. It is an ISO-8601 date string. |
446
- | ` trial_end_date ` | Date | The date when the trial ends. It is an ISO-8601 date string. |
447
- | ` trial_plan_name ` | String | The name of the plan being trialed. |
448
- | ` context.groupId ` | String | The id of the account being created. |
445
+ | Property | Type | Description |
446
+ | ------------------ | ------ | -------------------------------------------------------------- |
447
+ | ` trial_start_date ` | Date | The date when the trial starts. It is an ISO-8601 date string. |
448
+ | ` trial_end_date ` | Date | The date when the trial ends. It is an ISO-8601 date string. |
449
+ | ` trial_plan_name ` | String | The name of the plan being trialed. |
450
+ | ` context.groupId ` | String | The id of the account the trial is associated with. |
451
+
449
452
450
453
#### Example
451
454
@@ -454,13 +457,13 @@ This event supports the following semantic properties:
454
457
"type": "track",
455
458
"event": "Trial Ended",
456
459
"properties": {
457
- "trial_start_date": "2018-08-28T04:09:47Z",
458
- "trial_end_date": "2018-09-20T04:09:47Z",
459
- "trial_plan_name": "Business"
460
+ "trial_start_date": "2018-08-28T04:09:47Z",
461
+ "trial_end_date": "2018-09-20T04:09:47Z",
462
+ "trial_plan_name": "Business"
460
463
},
461
464
"context": {
462
- "groupId": "acct_123"
463
- }
465
+ "groupId": "acct_123"
466
+ }
464
467
}'}}} {% endcomment %}
465
468
466
469
``` js
@@ -469,12 +472,12 @@ This event supports the following semantic properties:
469
472
" type" : " track" ,
470
473
" event" : " Trial Ended" ,
471
474
" properties" : {
472
- " trial_start_date" : " 2018-08-28T04:09:47Z" ,
473
- " trial_end_date" : " 2018-09-20T04:09:47Z" ,
474
- " trial_plan_name" : " Business"
475
+ " trial_start_date" : " 2018-08-28T04:09:47Z" ,
476
+ " trial_end_date" : " 2018-09-20T04:09:47Z" ,
477
+ " trial_plan_name" : " Business"
475
478
},
476
479
" context" : {
477
- " groupId" : " acct_123"
478
- }
480
+ " groupId" : " acct_123"
481
+ }
479
482
}
480
483
```
0 commit comments