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/statsig/index.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Statsig supports the following methods, as specified in the [Segment Spec](/docs
22
22
23
23
### Page
24
24
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:
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.
40
40
41
41
### Screen
42
42
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:
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.
58
58
59
59
### Track
60
60
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:
0 commit comments