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/strikedeck/index.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Strikedeck is a customer success platform which manages customer relationships t
13
13
14
14
1. From the Segment web app, click **Catalog**.
15
15
2. Search for "Strikedeck" in the Catalog, select it, and choose which of your sources to connect the destination to.
16
-
3. Enter the "API Key" into your Segment Settings UI, which you can find from your Strikedeck settings page. Go to**Settings > Connector** and click on "Segment". Copy the API Key from this page.
16
+
3. Enter the "API Key" into your Segment Settings UI, which you can find from your Strikedeck settings page. Go to**Settings > Connector** and click on "Segment". Copy the API Key from this page.
17
17
18
18
## Page
19
19
@@ -27,8 +27,8 @@ analytics.page()
27
27
28
28
Segment sends Page calls to Strikedeck as a `pageview`.
29
29
30
-
31
30
## Screen
31
+
32
32
For more information about the Screen method, see the [Segment Spec - Screen](/docs/connections/spec/screen/) documentation.
33
33
34
34
An example Screen call looks like:
@@ -67,7 +67,6 @@ analytics.group( {
67
67
68
68
Segment sends Group to Strikedeck as a `group` event.
69
69
70
-
71
70
## Track
72
71
73
72
For more information about the Screen method, see the [Segment Spec - Screen](/docs/connections/spec/track/) documentation.
0 commit comments