@@ -48,11 +48,11 @@ To find the list of properties associated with the events, please refer to the [
48
48
49
49
Synap sends an identify() message to Segment which consists of the userId and the user traits.
50
50
51
- | Field | Type | Description |
52
- | ------- | ------ | --------------------------------------------------------------------------------------------------------- |
53
- | userId | string | Unique identifier for the user in Synap |
54
- | context | object | User [ context] ( https://segment.com/docs/connections/spec/common/#context ) |
55
- | traits | object | Custom [ traits] ( https://segment.com/docs/connections/spec/common/#traits ) of the user (See Traits Object) |
51
+ | Field | Type | Description |
52
+ | ------- | ------ | ------------------------------------------------------------------------------------- |
53
+ | userId | string | Unique identifier for the user in Synap |
54
+ | context | object | User [ context] ( https://segment.com/docs/connections/spec/common/#context ) |
55
+ | traits | object | Custom [ traits] ( https://segment.com/docs/connections/spec/common/#traits ) of the user |
56
56
57
57
### Identify traits
58
58
@@ -72,13 +72,13 @@ Synap sends an identify() message to Segment which consists of the userId and th
72
72
73
73
Page calls include the page path and unique URL.
74
74
75
- | Property | Example | Description |
76
- | -------- | -------------------------------------- ------ | ---------------------------------------- |
77
- | name | Springfield Portal | The name of the page |
78
- | path | /quiz/a/abc123 | The relative path to the page |
79
- | search | ?mode=test | Any query string parameters from the URL |
80
- | title | Springfield Summer Exam | The title of the page |
81
- | url | your-portal.synap.ac/quiz/a/abc123?mode=test | The full URL of the page |
75
+ | Name | Type | Description |
76
+ | ------ | ------ | ---------------------------------------- |
77
+ | name | string | The name of the page |
78
+ | path | string | The relative path to the page |
79
+ | search | string | Any query string parameters from the URL |
80
+ | title | string | The title of the page |
81
+ | url | string | The full URL of the page |
82
82
83
83
## Adding destinations
84
84
0 commit comments