Skip to content

Commit a2dfff2

Browse files
Update index.md
1 parent f2563f9 commit a2dfff2

File tree

1 file changed

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

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,29 +27,29 @@ Variance supports the following methods of the [Segment Spec](/docs/connections/
2727

2828
### Page
2929

30-
Send [Page](/docs/connections/spec/page) calls to *ADD WHAT PAGE CALLS ARE USED FOR HERE*. For example:
30+
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:
3131

3232
```js
3333
analytics.page()
3434
```
3535

36-
Segment sends Page calls to Variance as a `Page` Event Type.
36+
Segment sends Page calls to Variance as a `Page` Event Type.
3737

3838

3939
### Screen
4040

41-
Send [Screen](/docs/connections/spec/screen) calls to *ADD WHAT SCREEN CALLS ARE USED FOR HERE*. For example:
41+
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:
4242

4343
```obj-c
4444
[[SEGAnalytics sharedAnalytics] screen:@"Home"];
4545
```
4646
47-
Segment sends Screen calls to Variance as a `Screen` Event Type.
47+
Segment sends Screen calls to Variance as a `Screen` Event Type.
4848
4949
5050
### Identify
5151
52-
Send [Identify](/docs/connections/spec/identify) calls to *ADD WHAT IDENTIFY CALLS ARE USED FOR HERE*. For example:
52+
If you aren't familiar with the Segment Spec, take a look at the [Identify method documentation](https://segment.com/docs/connections/spec/identify/) to learn about what it does. An example call would look like:
5353
5454
```js
5555
analytics.identify('userId123', {
@@ -62,7 +62,7 @@ Segment sends Identify calls to Variance as a `Contact`.
6262

6363
### Track
6464

65-
Send [Track](/docs/connections/spec/track) calls to *ADD WHAT Track CALLS ARE USED FOR HERE*. For example:
65+
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:
6666

6767
```js
6868
analytics.track('Login Button Clicked')

0 commit comments

Comments
 (0)