|
1 | 1 | --- |
2 | 2 | title:Segment Spec for Partners |
| 3 | +hidden:true |
3 | 4 | --- |
4 | 5 |
|
5 | | -Segment users instrument their apps withathe Segment SDKs. The most common SDK is analytics.js, which is used in a webapp as the following: |
| 6 | +Segment users instrument their apps with the Segment SDKs. The most common SDK is analytics.js, which is used in a webapp as the following: |
6 | 7 |
|
7 | 8 | ```js |
8 | 9 | analytics.identify("97980cfea0067", { |
@@ -216,7 +217,7 @@ There are a set of standardized traits for Identify events: |
216 | 217 | * username |
217 | 218 | * website |
218 | 219 |
|
219 | | -See the[Identify traits](https://segment.com/docs/connections/spec/identify/#traits) doc for full details. |
| 220 | +See the[Identify traits](/docs/connections/spec/identify/#traits) doc for full details. |
220 | 221 |
|
221 | 222 | And a set for Group events: |
222 | 223 |
|
|