Skip to content

Commit 8ee7096

Browse files
author
markzegarelli
authored
Merge pull request #3166 from segmentio/thomas/spideo
add spideo destination docs
2 parents bf1aa85 + 0e7e9cf commit 8ee7096

File tree

2 files changed

+33
-4
lines changed

2 files changed

+33
-4
lines changed

.github/styles/Vocab/Docs/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Shopify
8484
Skalin
8585
Smartly
8686
Snapchat
87+
Spideo
8788
Subnet
8889
svg
8990
Totango
Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,35 @@
11
---
2-
title: 'Spideo Destination'
3-
hidden: true
2+
title: Spideo Destination
43
id: 6279326f707f2f9bc4882b84
5-
published: false
6-
beta: true
74
---
5+
6+
[Spideo](https://spideo.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) is the leading company in video and cultural content recommendation.
7+
8+
This destination is maintained by Spideo. For any issues with the destination, [contact the Spideo Support team](mailto:[email protected]).
9+
10+
## Getting Started
11+
12+
{% include content/connection-modes.md %}
13+
14+
1. From the Destinations catalog page in the Segment App, click **Add Destination**.
15+
2. Search for "Spideo" in the Destinations Catalog, and select the "Spideo" destination.
16+
3. Choose which Source should send data to the "Spideo" destination.
17+
4. Use the same API key that you are using for your existing Spideo integration, as provided by the Spideo team.
18+
5. Enter the "API Key" in the "Spideo" destination settings in Segment.
19+
20+
21+
## Supported methods
22+
23+
Spideo supports the following methods, as specified in the [Segment Spec](/docs/connections/spec).
24+
25+
### Track
26+
27+
Send [Track](/docs/connections/spec/track) calls to track user interactions, such as content watched or clicked, on your platform. For example:
28+
29+
```js
30+
analytics.track('Video Content Watched',{
31+
asset_id: 'xyz'
32+
});
33+
```
34+
35+
`Track` events sent from Segment to Spideo will surface as different Spideo interaction types (for example 'play', 'click', 'buy'), depending on the event contents. These events will be used to personalize future user recommendations, and will feed Spideo's analytics Explore platform.

0 commit comments

Comments
 (0)