Skip to content

Commit bbedee8

Browse files
author
markzegarelli
committed
Added information about Profiles sources
1 parent 11b06a5 commit bbedee8

File tree

4 files changed

+29
-1
lines changed

4 files changed

+29
-1
lines changed

src/_data/sidenav/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,8 @@ sections:
283283
title: Profiles and GDPR
284284
- path: /profiles/faqs
285285
title: Profiles FAQs
286-
286+
- path: /profiles/profiles-settings
287+
title: Profiles Settings
287288

288289
- section_title: Engage
289290
section:

src/profiles/identity-resolution/identity-resolution-settings.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,3 +190,4 @@ When choosing the priority of your identifier, ask the following questions about
190190
1. Is it an immutable ID? Give immutable IDs, such as user_id, highest priority.
191191
2. Are they unique IDs? Give Unique IDs such as email higher priority than possibly shared identifiers like android.id or ios.id.
192192
3. Does it temporarily identify a user? Identifiers such as anonymous_id, ios.idfa, and ga_client_id are constantly updated or expired for a user. Generally speaking, rank these lower than identifiers that permanently identify a user.
193+

src/profiles/profiles-settings.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Profiles Settings
3+
---
4+
5+
## Identity resolution
6+
7+
For information about Profiles Identity Resolution Settings, see [Identity Resolution Settings](/docs/profiles/identity-resolution/identity-resolution-settings/)
8+
9+
## Sources
10+
11+
Sources provide the data that Profiles uses to perform Identity Resolution. You can add multiple sources to a single Profiles space. Profiles supports the following Source types:
12+
13+
| Type | Profiles Compatibility |
14+
| ---------------------------------------------------------------- | --------------------------------- |
15+
| [Web](/docs/connections/sources/#website-libraries) | ![](/docs/images/supported.svg) |
16+
| [Mobile](/docs/connections/sources/#mobile) | ![](/docs/images/supported.svg) |
17+
| [Server](/docs/connections/sources/#server) | ![](/docs/images/supported.svg) |
18+
| [Object Cloud ](/docs/connections/sources/#object-cloud-sources) | ![](/docs/images/unsupported.svg) |
19+
| [Event Cloud](/docs/connections/sources/#event-cloud-sources) | ![](/docs/images/supported.svg) |
20+
21+
22+

src/segment-app/workspace-home.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ If your Segment plan includes Protocols, the dashboard shows [Event Violations](
2626
![](/docs/segment-app/images/workspace-home-violations.png)
2727

2828

29+
## Sources - Events Received
30+
31+
If your Segment plan does not include Protocols, an Events Received chart is shown to reflect the number of events received across sources.
32+
2933
## Destinations - Event Delivery
3034

3135
The Destinations section of the Home page shows a summary of the Event Delivery for the workspace, including a graph over time. You can click the **destinations** link to see a list of destinations with delivery problems, ordered from highest to lowest error rate. You can click a destination to see more details about the delivery failures, and from the details panel click the destination name to go directly to its configuration page.

0 commit comments

Comments
 (0)