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/connections/destinations/catalog/preact/index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,26 +5,26 @@ title: Preact Destination
5
5
6
6
## Identify
7
7
8
-
To create users in in Preact you'll use our [`identify`](/docs/connections/spec/identify) method. Users must be identified on the client side for events to appear in Preact.
8
+
To create users in in Preact, use the [Identify](/docs/connections/spec/identify) method. Users must be identified on the client side for events to appear in Preact.
9
9
10
10
11
11
## Group
12
12
13
-
To group users into accounts in preact you'll use our [`group`](/docs/connections/spec/group) method.
13
+
To group users into accounts in Preact, use the [Group](/docs/connections/spec/group) method.
14
14
15
15
16
16
## Track
17
17
18
-
Our [`track`](/docs/connections/spec/track) method will record events in Preact. Users must be identified on the client side for events to appear in Preact.
18
+
The [Track](/docs/connections/spec/track) method records events in Preact. Users must be identified on the client side for events to appear in Preact.
19
19
20
20
21
21
## Features
22
22
23
-
### Recording Errors
23
+
### Recording errors
24
24
25
-
Preact can be really useful for customer support. For that to work well you'll want to send error events to Preact.
25
+
Preact can be useful for customer support. For that to work, you can send error events to Preact.
26
26
27
-
All you have to do is add a "!" as the first character in the event name and Preact will recognize it as an error event. Properties sent with the event will also show up in Preact.
27
+
All you have to do is add a "!" as the first character in the event name and Preact recognizes it as an error event. Properties sent with the event also showa up in Preact.
0 commit comments