Skip to content

Commit 4962876

Browse files
authored
Merge pull request #52 from segmentio/repo-sync
repo sync
2 parents f884d43 + 32b61db commit 4962876

File tree

5 files changed

+55
-13
lines changed

5 files changed

+55
-13
lines changed

src/_includes/sidebar/edit-tools.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% if site.os_links %}
22
<div>
3-
<a href="{{site.env.REPOSITORY_URL}}/edit/master/src/{{ page.path }}" class="button edit flex no-icon" target="_blank">
3+
<a href="{{site.env.REPOSITORY_URL}}/edit/develop/src/{{ page.path }}" class="button edit flex no-icon" target="_blank">
44
<span class="button__icon">{% include icons/symbols/edit.svg %}</span>
55

66
<span class="button__text">Edit this page</span>
@@ -12,4 +12,4 @@
1212
<span class="button__text">Request docs change</span>
1313
</a>
1414
</div>
15-
{% endif %}
15+
{% endif %}
Binary file not shown.

src/connections/sources/catalog/cloud-apps/customer-io/index.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,23 @@ In your favorite BI or analytics tool, you'll be able to analyze your email camp
1313
1414
## Getting Started
1515

16-
If you have previously enabled sending email events using the Customer.io destination during our beta (using a project write key), you do not need to create new Customer.io source. Your email data will continue to flow as normal.
16+
If you previously sent email events using the Customer.io destination during our beta (using a project write key), you do not need to create new Customer.io source. Your email data will continue to flow as normal.
1717

18+
1. Go to **Connections > Sources** and click **Add Source** in the Segment app.
1819

19-
1. From your workspace's `segment.com/<your-workspace>/sources` page, click **Add source**.
20-
21-
2. Choose Customer.io.
20+
2. Search for **Customer.io** in the Sources Catalog and click **Add Source**.
2221

2322
3. Give the Source a name and add any labels to help you organize and filter your sources. You can give the source any name, but Segment recommends a name that reflects the source itself, as this name autopopulates the schema name. For example, the source name `Customer.io` creates the schema `customerio`.
2423

2524
4. The next page ("Overview") displays your **Segment write key for Customer.io.** Copy this write key. 
2625

27-
5. To finish the set up, go to your Customer.io account, go to **Settings > Integrations > Segment**, and enter the Segment write key.
28-
29-
![](images/customerio_streaming_data_out.png)
30-
26+
5. To finish the set up, go to your Customer.io account, go to **Data & Integrations > Integrations > Segment**, and enter the Segment write key.
3127

32-
6. Click **Save**.
28+
![](images/customerio_streaming_data_out.png)
3329

34-
7. In Segment, click into your Customer.io Source in `segment.com/goto-my-workspace/sources`. From there you'll be able to add Destinations where you want to see email events.
30+
6. Click **Connect Segment**.
3531

36-
![](images/customerio1.gif)
32+
7. In Segment, click **Add Destinations** in your Customer.io source to add destinations for your Customer.io data.
3733

3834
That's it! As you send emails, events will now be sent to your destinations and automatically loaded into any warehouses you have enabled. 
3935

src/connections/spec/video.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,52 @@ When playback is complete and only when the session is finished.
538538
}
539539
```
540540

541+
#### Video Playback Exited
542+
When user navigates away from a playback/stream.
543+
{% comment %} api-example '{
544+
"action": "track",
545+
"event": "Video Playback Exited",
546+
"userId": "userId",
547+
"properties": {
548+
"session_id": "12345",
549+
"content_asset_id": "0129370",
550+
"content_pod_id": "segA",
551+
"position": 392,
552+
"total_length": 392,
553+
"bitrate": 100,
554+
"framerate": 29.00,
555+
"video_player": "youtube",
556+
"sound": 55,
557+
"full_screen": false,
558+
"ad_enabled": false,
559+
"quality": "hd1080",
560+
"livestream": false
561+
}
562+
}'}}} {% endcomment %}
563+
564+
```js
565+
{
566+
"action": "track",
567+
"event": "Video Playback Exited",
568+
"userId": "userId",
569+
"properties": {
570+
"session_id": "12345",
571+
"content_asset_id": "0129370",
572+
"content_pod_id": "segA",
573+
"position": 392,
574+
"total_length": 392,
575+
"bitrate": 100,
576+
"framerate": 29.00,
577+
"video_player": "youtube",
578+
"sound": 55,
579+
"full_screen": false,
580+
"ad_enabled": false,
581+
"quality": "hd1080",
582+
"livestream": false
583+
}
584+
}
585+
```
586+
541587
---
542588

543589
## Content

0 commit comments

Comments
 (0)