Skip to content

Commit 5f649be

Browse files
authored
Merge pull request #7856 from segmentio/destinations_catalog_audit
Strikedeck no longer exists
2 parents 8d944c1 + a7f3084 commit 5f649be

File tree

1 file changed

+13
-14
lines changed
  • src/connections/destinations/catalog/strikedeck

1 file changed

+13
-14
lines changed

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

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,24 @@
22
rewrite: true
33
title: Strikedeck Destination
44
id: 5c940e99e3498f000177880c
5+
deprecated: true
6+
hidden: true
57
---
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.
78

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.**
1211
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.
1313

14+
## Getting started
1415

1516
1. From the Segment web app, click **Catalog**.
1617
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.
1819

1920
## Page
2021

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.
2223

2324
An example Page call looks like:
2425

@@ -28,9 +29,9 @@ analytics.page()
2829

2930
Segment sends Page calls to Strikedeck as a `pageview`.
3031

31-
3232
## 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.
3435

3536
An example Screen call looks like:
3637

@@ -42,7 +43,7 @@ Segment sends Screen calls to Strikedeck as a `screenview`.
4243

4344

4445
## 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.
4647

4748
An example Identify call looks like:
4849

@@ -54,10 +55,9 @@ analytics.identify('userId123', {
5455

5556
Segment sends Identify to Strikedeck as an `identify` event.
5657

57-
5858
## Group
5959

60-
For more information about the Screen method, see the [Segment Specs - Screen](/docs/connections/spec/group/) documentation.
60+
For more information about the Screen method, see the [Segment Spec - Screen](/docs/connections/spec/group/) documentation.
6161

6262
An example Group call looks like:
6363

@@ -69,10 +69,9 @@ analytics.group( {
6969

7070
Segment sends Group to Strikedeck as a `group` event.
7171

72-
7372
## Track
7473

75-
For more information about the Screen method, see the [Segment Specs - Screen](/docs/connections/spec/track/) documentation.
74+
For more information about the Screen method, see the [Segment Spec - Screen](/docs/connections/spec/track/) documentation.
7675

7776
An example Track call looks like:
7877

0 commit comments

Comments
 (0)