Skip to content

Commit 121a26e

Browse files
committed
Add warning box
1 parent 586c23d commit 121a26e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/connections/spec/identify.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ Segment recommends using database IDs instead of simple email addresses or usern
139139

140140
Segment has reserved some custom traits that have semantic meanings for users, and will handle them in special ways. For example, Segment always expects `email` to be a string of the user's email address. Segment sends this on to destinations like _Mailchimp_ that require an email address for their tracking.
141141

142-
You should **only use reserved traits for their intended meaning**.
142+
> warning ""
143+
> Only use reserved traits for their intended meaning.
143144
144145
Reserved custom traits Segment has standardized:
145146

src/unify/Traits/custom-traits.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ Use the Profile explorer (**Unify > Profile explorer**) to view custom traits at
4949

5050
Segment has reserved some custom traits that have semantic meanings for users, and will handle them in special ways. For example, Segment always expects `email` to be a string of the user's email address. Segment sends this on to destinations like _Mailchimp_ that require an email address for their tracking.
5151

52-
You should **only use reserved custom traits for their intended meaning**.
52+
> warning ""
53+
> Only use reserved custom traits for their intended meaning.
5354
5455
Reserved custom traits Segment has standardized:
5556

@@ -74,6 +75,6 @@ Reserved custom traits Segment has standardized:
7475
| `website` | String | Website of a user |
7576

7677

77-
To learn more about using an Identify call to tie custom traits to profiles, [visit Segment's Spec docs](/docs/connections/spec/identify/).
78+
To learn more about using an Identify call to tie custom traits to profiles, [visit Segment's Identify documentation](/docs/connections/spec/identify/).
7879

7980

0 commit comments

Comments
 (0)