Skip to content

Commit 80aa265

Browse files
author
Thomas Gilbert
committed
add spideo destination docs
1 parent 1ef5322 commit 80aa265

File tree

1 file changed

+35
-0
lines changed
  • src/connections/destinations/catalog/spideo

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: Spideo Destination
3+
id: 6279326f707f2f9bc4882b84
4+
---
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 (e.g. '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)