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/
25
25
26
26
### Page
27
27
28
- Send [ Page] ( /docs/connections/spec/page ) calls to * feature * . For example:
28
+ Send [ Page] ( /docs/connections/spec/page ) calls to Skalin . For example:
29
29
30
30
``` js
31
31
analytics .page (' myFeature' )
@@ -36,7 +36,7 @@ Segment sends Page calls to Skalin as a `feature`.
36
36
37
37
### Screen
38
38
39
- Send [ Screen] ( /docs/connections/spec/screen ) calls to * feature * . For example:
39
+ Send [ Screen] ( /docs/connections/spec/screen ) calls to Skalin . For example:
40
40
41
41
``` obj-c
42
42
[[SEGAnalytics sharedAnalytics ] screen: @"Home"] ;
@@ -47,7 +47,7 @@ Segment sends Screen calls to Skalin as a `feature`.
47
47
48
48
### Identify
49
49
50
- Send [Identify](/docs/connections/spec/identify) calls to *identity* . For example:
50
+ Send [Identify](/docs/connections/spec/identify) calls to Skalin . For example:
51
51
52
52
```js
53
53
analytics.identify('userId123', {
@@ -65,12 +65,12 @@ analytics.identify('userId123', {
65
65
});
66
66
```
67
67
68
- Segment sends Identify calls to Skalin as an ` identify ` event .
68
+ Segment sends Identify calls to Skalin as an ` identity ` .
69
69
70
70
71
71
### Track
72
72
73
- Send [ Track] ( /docs/connections/spec/track ) calls to * feature * . For example:
73
+ Send [ Track] ( /docs/connections/spec/track ) calls to Skalin . For example:
74
74
75
75
``` js
76
76
analytics .track (' myFeature' )
You can’t perform that action at this time.
0 commit comments