You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% if currentIntegration.url contains "cloud-apps" or page.path contains "cloud-apps" %}
4
4
{% if currentIntegration.isCloudEventSource %}
5
-
<divclass="premonition success"><divclass="fa fa-check-square"></div><divclass="content"><pclass="header">Good to know: Event source</p>
5
+
<divclass="premonition success"><divclass="fa fa-check-square"></div><divclass="content"><pclass="header">Good to know: Event Cloud source</p>
6
6
<pmarkdown=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>
7
7
</div></div>
8
8
{% else %}
9
9
10
-
<divclass="premonition success"><divclass="fa fa-check-square"></div><divclass="content"><pclass="header">Good to know: Object source</p><pmarkdown=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
+
<divclass="premonition success"><divclass="fa fa-check-square"></div><divclass="content"><pclass="header">Good to know: Object Cloud source</p><pmarkdown=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>
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/).
63
65
64
66
## Create a source
@@ -80,7 +82,7 @@ To create a source:
80
82
description="Analytics and data collection is a very broad topic and it can be quite overwhelming. How do you get started?"
81
83
%}
82
84
83
-
---
85
+
84
86
85
87
## Mobile
86
88
@@ -95,7 +97,7 @@ Segment's Mobile SDKs are the best way to simplify your iOS, Android, and Xamari
@@ -114,7 +116,7 @@ Segment's server-side sources let you send analytics data directly from your ser
114
116
> info "Cloud-mode tracking"
115
117
> Server-side data management is when tag sends data to the Segment servers, which then passes that data to the destination system.
116
118
117
-
---
119
+
118
120
119
121
## Cloud Apps
120
122
@@ -151,11 +153,11 @@ If Segment doesn't have a library for your environment, you can send your data d
151
153
152
154
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.
153
155
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. |
0 commit comments