Skip to content

Commit 23396ba

Browse files
committed
Update index.md
1 parent ec1bf88 commit 23396ba

File tree

1 file changed

+12
-12
lines changed
  • src/connections/sources/catalog/cloud-apps/synap

1 file changed

+12
-12
lines changed

src/connections/sources/catalog/cloud-apps/synap/index.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ To find the list of properties associated with the events, please refer to the [
4848

4949
Synap sends an identify() message to Segment which consists of the userId and the user traits.
5050

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 |
5656

5757
### Identify traits
5858

@@ -72,13 +72,13 @@ Synap sends an identify() message to Segment which consists of the userId and th
7272

7373
Page calls include the page path and unique URL.
7474

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 |
8282

8383
## Adding destinations
8484

0 commit comments

Comments
 (0)