You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/_data/glossary.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -39,13 +39,13 @@ Cloud mode: |
39
39
*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.
40
40
41
41
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.
43
43
44
44
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.
46
46
47
47
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.
49
49
50
50
Destination: |
51
51
A destination is a target for Segment to forward data to, and represents a tool or storage destination.
@@ -67,7 +67,7 @@ Event: |
67
67
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.)
68
68
69
69
Identify: |
70
-
a call that gathers information about who the user is.
70
+
A call that gathers information about who the user is.
71
71
72
72
JSON: |
73
73
JSON, or JavaScript Object Notation, is a convenient format for storing structured data.
@@ -96,7 +96,7 @@ Page: |
96
96
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`.
97
97
98
98
Postgres: |
99
-
An open-source [SQL](#sql) server
99
+
An open-source [SQL](#sql) server.
100
100
101
101
Redshift: |
102
102
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