File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/connections/destinations/catalog/skalin Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
3131analytics .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
5353analytics.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
7676analytics .track (' myFeature' )
You can’t perform that action at this time.
0 commit comments