Skip to content

Commit 1225092

Browse files
authored
Merge pull request #671 from segmentio/repo-sync
repo sync
2 parents fc1b9bd + 4829cd2 commit 1225092

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed
Binary file not shown.

src/_includes/content/cloud-app-note.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
{% assign currentIntegration = site.data.catalog.sources.items | where: "slug", currentSlug | first %}
33
{% if currentIntegration.url contains "cloud-apps" or page.path contains "cloud-apps" %}
44
{% if currentIntegration.isCloudEventSource %}
5-
<div class="premonition success"><div class="fa fa-check-square"></div><div class="content"><p class="header">Good to know: Event source</p>
5+
<div class="premonition success"><div class="fa fa-check-square"></div><div class="content"><p class="header">Good to know: Event Cloud source</p>
66
<p markdown=1>The {{ page.title }} is an **event** source. This means that it sends data as events, which are behaviors or occurrences tied to a user and a point in time. Data from these sources can be loaded into your Segment warehouses, and **also** sent to Segment streaming destinations. [Learn more about cloud sources.](/docs/connections/sources/#cloud-apps)</p>
77
</div></div>
88
{% else %}
99

10-
<div class="premonition success"><div class="fa fa-check-square"></div><div class="content"><p class="header">Good to know: Object source</p><p markdown=1>The {{ page.title }} is an **object** source. This means that it sends information (traits) about a thing that exists and persists over time, such as a person or company, and which can be updated over time. Data from this source can only be exported directly to a warehouse, but it can then be used for further analysis. [Learn more about cloud sources.](/docs/connections/sources/#cloud-apps)</p></div></div>
10+
<div class="premonition success"><div class="fa fa-check-square"></div><div class="content"><p class="header">Good to know: Object Cloud source</p><p markdown=1>The {{ page.title }} is an **object** source. This means that it sends information (traits) about a thing that exists and persists over time, such as a person or company, and which can be updated over time. Data from this source can only be exported directly to a warehouse, but it can then be used for further analysis. [Learn more about cloud sources.](/docs/connections/sources/#cloud-apps)</p></div></div>
1111
{% endif %}
1212
{% endif %}

src/connections/sources/index.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ analytics.identify('user_123', {
4747
{% endcodeexampletab %}
4848
{% endcodeexample %}
4949
{% endcomment %}
50-
---
5150

5251

5352
## Types of sources
@@ -57,8 +56,11 @@ Segment has five types of sources:
5756
* [Mobile](#mobile)
5857
* [Server](#server)
5958
* [Cloud App](#cloud-apps)
59+
* [Object Cloud](#object-cloud-sources)
60+
* [Event Cloud](#event-cloud-sources)
6061
* User-created [Source Functions](/docs/connections/sources/source-functions/)
6162

63+
6264
Web, Mobile, and Server sources send first-party data from your digital properties. Cloud-app sources send data about your users from your connected web apps such as [Zendesk](/docs/connections/sources/catalog/cloud-apps/zendesk/), [Stripe](/docs/connections/sources/catalog/cloud-apps/stripe/), and [Braze](/docs/connections/sources/catalog/cloud-apps/braze/).
6365

6466
## Create a source
@@ -80,7 +82,7 @@ To create a source:
8082
description="Analytics and data collection is a very broad topic and it can be quite overwhelming. How do you get started?"
8183
%}
8284

83-
---
85+
8486

8587
## Mobile
8688

@@ -95,7 +97,7 @@ Segment's Mobile SDKs are the best way to simplify your iOS, Android, and Xamari
9597
- [Swift](/docs/connections/sources/catalog/libraries/mobile/swift-ios/)
9698
- [Xamarin](/docs/connections/sources/catalog/libraries/mobile/xamarin)
9799

98-
---
100+
99101

100102
## Server
101103

@@ -114,7 +116,7 @@ Segment's server-side sources let you send analytics data directly from your ser
114116
> info "Cloud-mode tracking"
115117
> Server-side data management is when tag sends data to the Segment servers, which then passes that data to the destination system.
116118
117-
---
119+
118120

119121
## Cloud Apps
120122

@@ -151,11 +153,11 @@ If Segment doesn't have a library for your environment, you can send your data d
151153

152154
Segment's [Pixel Tracking API](/docs/connections/sources/catalog/libraries/server/pixel-tracking-api/) lets you track events from environments where you can't execute code, like tracking email opens.
153155

154-
| Event name | Description |
155-
| --- | --- |
156-
| Email Delivered | The message has been successfully delivered to the receiving server |
157-
| Email Opened | The recipient has opened the HTML message. You need to enable Open Tracking for getting this type of event. |
158-
| Email Link Clicked | The recipient clicked on a link within the message. You need to enable Click Tracking for getting this type of event. |
159-
| Email Bounced | The receiving server could not or would not accept message. |
160-
| Email Marked as Spam | The recipient marked message as spam. |
161-
| Unsubscribe | The recipient clicked on message's subscription management link. |
156+
| Event name | Description |
157+
| -------------------- | --------------------------------------------------------------------------------------------------------------------- |
158+
| Email Delivered | The message has been successfully delivered to the receiving server. |
159+
| Email Opened | The recipient has opened the HTML message. You need to enable Open Tracking for getting this type of event. |
160+
| Email Link Clicked | The recipient clicked on a link within the message. You need to enable Click Tracking for getting this type of event. |
161+
| Email Bounced | The receiving server could not or would not accept message. |
162+
| Email Marked as Spam | The recipient marked message as spam. |
163+
| Unsubscribe | The recipient clicked on message's subscription management link. |

0 commit comments

Comments
 (0)