Skip to content

Commit 0afcaec

Browse files
tcgilbertstayseesong
authored andcommitted
Provide clarity on Skalin features
1 parent c54a2a3 commit 0afcaec

File tree

1 file changed

+5
-5
lines changed
  • src/connections/destinations/catalog/skalin

1 file changed

+5
-5
lines changed

src/connections/destinations/catalog/skalin/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Skalin supports the following methods, as specified in the [Segment Spec](/docs/
2525

2626
### Page
2727

28-
Send [Page](/docs/connections/spec/page) calls to *feature*. For example:
28+
Send [Page](/docs/connections/spec/page) calls to Skalin. For example:
2929

3030
```js
3131
analytics.page('myFeature')
@@ -36,7 +36,7 @@ Segment sends Page calls to Skalin as a `feature`.
3636

3737
### Screen
3838

39-
Send [Screen](/docs/connections/spec/screen) calls to *feature*. For example:
39+
Send [Screen](/docs/connections/spec/screen) calls to Skalin. For example:
4040

4141
```obj-c
4242
[[SEGAnalytics sharedAnalytics] screen:@"Home"];
@@ -47,7 +47,7 @@ Segment sends Screen calls to Skalin as a `feature`.
4747
4848
### Identify
4949
50-
Send [Identify](/docs/connections/spec/identify) calls to *identity*. For example:
50+
Send [Identify](/docs/connections/spec/identify) calls to Skalin. For example:
5151
5252
```js
5353
analytics.identify('userId123', {
@@ -65,12 +65,12 @@ analytics.identify('userId123', {
6565
});
6666
```
6767

68-
Segment sends Identify calls to Skalin as an `identify` event.
68+
Segment sends Identify calls to Skalin as an `identity`.
6969

7070

7171
### Track
7272

73-
Send [Track](/docs/connections/spec/track) calls to *feature*. For example:
73+
Send [Track](/docs/connections/spec/track) calls to Skalin. For example:
7474

7575
```js
7676
analytics.track('myFeature')

0 commit comments

Comments
 (0)