Skip to content

Commit 3ef7dd1

Browse files
committed
Update glossary
1 parent 1813eee commit 3ef7dd1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/_data/glossary.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ Cloud mode: |
3939
*Cloud mode libraries* run on a server and are completely invisible to end users. You can find the full list of server-side languages Segment supports [in the Sources catalog](/docs/connections/sources/catalog/#server). These libraries can be used to track a user in realtime as they use your app, but are also able to run batches of calls to update many end users at once. Cloud-mode libraries do not maintain "state" which means every API call you make must include every detail you want to see inside of Segment.
4040
4141
Computed trait: |
42-
[Computed traits](/docs/personas/computed-traits/) are per-user, or per-account [traits](#traits) that you create or “compute” in [Personas](/docs/personas/). When you build a Computed Trait, Personas adds it to relevant user profiles.
42+
[Computed traits](/docs/unify/traits/computed-traits/) are per-user or per-account [traits](#traits) that you create or “compute” in Segment. When you build a computed trait, Segment adds it to relevant user profiles.
4343
4444
Custom trait: |
45-
[Custom Traits](/docs/engage/audiences/#custom-traits) are user or account properties collected from all the events you send to Personas. For example, you can add any properties that you send as a part of your track calls or identify calls (`email`, `first_name`, `last_name`) as custom traits. You can then view them in the profile explorer, and use them in your audiences, computed traits and SQL traits.
45+
[Custom traits](/docs/engage/audiences/#custom-traits) are user or account traits collected from the Identify calls you send to Segment. For example, you can add any trait that you send as a part of your Identify calls (`email`, `first_name`, `last_name`) as custom traits. You can then view them in the Profile explorer, and use them in your audiences, computed traits, and SQL traits.
4646
4747
Debugger: |
48-
This is the place in the app where you can see your events flowing through Segment
48+
This is the place in the app where you can see your events flowing through Segment.
4949
5050
Destination: |
5151
A destination is a target for Segment to forward data to, and represents a tool or storage destination.
@@ -67,7 +67,7 @@ Event: |
6767
An event can refer to either an action by a user, or something a user does which triggers a [track call](/docs/connections/spec/track/). Events have a name (for example "Product viewed") and properties (for example the product name, price, and category), and take place in a single moment in time. (This is in contrast to "[objects](#object)" which persist over a period of time, and which have properties that might change.)
6868
6969
Identify: |
70-
a call that gathers information about who the user is.
70+
A call that gathers information about who the user is.
7171
7272
JSON: |
7373
JSON, or JavaScript Object Notation, is a convenient format for storing structured data.
@@ -96,7 +96,7 @@ Page: |
9696
The Segment API call records that a user "viewed a page". It's recorded by calling `analytics.page()`. You can optionally pass in a `name` and a `category`.
9797
9898
Postgres: |
99-
An open-source [SQL](#sql) server
99+
An open-source [SQL](#sql) server.
100100
101101
Redshift: |
102102
An analytics data warehouse from Amazon Web Services. Made for loading in tons of event data, and then analyzing it with complex queries. It's designed to be fast and cheap.

0 commit comments

Comments
 (0)