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
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,23 +2,24 @@
2
2
rewrite: true
3
3
title: Strikedeck Destination
4
4
id: 5c940e99e3498f000177880c
5
+
deprecated: true
6
+
hidden: true
5
7
---
6
-
[Strikedeck](https://strikedeck.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”} is a Customer Success platform which actively manages customer relationships to reduce churn, increase existing revenue and influence new sales. Strikedeck includes Customer Engagement Analytics, Health Scorecard, Notifications, Recommendations & Actions.
7
8
8
-
Strikedeck maintains this documentation. For any issues with the destination, [contact the Strikedeck Support team](mailto:[email protected]).
9
-
10
-
11
-
## Getting Started
9
+
> warning ""
10
+
> **Strikedeck has been discontinued. This documentation is retained for reference only.**
12
11
12
+
Strikedeck is a customer success platform which manages customer relationships to reduce churn, increase existing revenue and influence new sales. Strikedeck includes customer engagement analytics, health scorecard, notifications, and recommendations and actions.
13
13
14
+
## Getting started
14
15
15
16
1. From the Segment web app, click **Catalog**.
16
17
2. Search for "Strikedeck" in the Catalog, select it, and choose which of your sources to connect the destination to.
17
-
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.
18
+
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.
18
19
19
20
## Page
20
21
21
-
For more information about the Page method, see the [Segment Specs - Page](/docs/connections/spec/page/) documentation.
22
+
For more information about the Page method, see the [Segment Spec - Page](/docs/connections/spec/page/) documentation.
22
23
23
24
An example Page call looks like:
24
25
@@ -28,9 +29,9 @@ analytics.page()
28
29
29
30
Segment sends Page calls to Strikedeck as a `pageview`.
30
31
31
-
32
32
## Screen
33
-
For more information about the Screen method, see the [Segment Specs - Screen](/docs/connections/spec/screen/) documentation.
33
+
34
+
For more information about the Screen method, see the [Segment Spec - Screen](/docs/connections/spec/screen/) documentation.
34
35
35
36
An example Screen call looks like:
36
37
@@ -42,7 +43,7 @@ Segment sends Screen calls to Strikedeck as a `screenview`.
42
43
43
44
44
45
## Identify
45
-
For more information about the Screen method, see the [Segment Specs - Screen](/docs/connections/spec/identify/) documentation.
46
+
For more information about the Screen method, see the [Segment Spec - Screen](/docs/connections/spec/identify/) documentation.
0 commit comments