Skip to content

Commit 8a6694c

Browse files
author
markzegarelli
committed
edits
1 parent e3ba59a commit 8a6694c

File tree

1 file changed

+6
-6
lines changed
  • src/connections/destinations/catalog/statsig

1 file changed

+6
-6
lines changed

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Statsig supports the following methods, as specified in the [Segment Spec](/docs
2222

2323
### Page
2424

25-
If you aren't familiar with the Segment Spec, take a look at the [Page method documentation](https://segment.com/docs/connections/spec/page/) to learn about what it does. An example call would look like:
25+
Send [Page](/docs/connections/spec/page) calls to Statsig. For example:
2626

2727
```js
2828
analytics.page("Home")
@@ -36,11 +36,11 @@ Segment sends Page calls to Statsig as:
3636
}
3737
```
3838

39-
These events will be automatically included in any experiments running on Statsig and will show up in all Metrics data.
39+
These events are included in any experiments running on Statsig and will show up in all Metrics data.
4040

4141
### Screen
4242

43-
If you aren't familiar with the Segment Spec, take a look at the [Screen method documentation](https://segment.com/docs/connections/spec/screen/) to learn about what it does. An example call would look like:
43+
Send [Screen](/docs/connections/spec/screen) calls to Statsig. For example:
4444

4545
```obj-c
4646
[[SEGAnalytics sharedAnalytics] screen:@"Home"];
@@ -54,11 +54,11 @@ Segment sends Screen calls to Statsig as:
5454
}
5555
```
5656

57-
These events will be automatically included in any experiments running on Statsig and will show up in all Metrics data.
57+
These events are included in any experiments running on Statsig and will show up in all Metrics data.
5858

5959
### Track
6060

61-
If you aren't familiar with the Segment Spec, take a look at the [Track method documentation](https://segment.com/docs/connections/spec/track/) to learn about what it does. An example call would look like:
61+
Send [Track](/docs/connections/spec/track) calls to Statsig. For example:
6262

6363
```js
6464
analytics.track('Login Button Clicked')
@@ -72,4 +72,4 @@ Segment sends Track calls to Statsig as:
7272
}
7373
```
7474

75-
These events will be automatically included in any experiments running on Statsig and will show up in all Metrics data.
75+
These events are included in any experiments running on Statsig and will show up in all Metrics data.

0 commit comments

Comments
 (0)