Skip to content

feat(content): clarify no dependency on profiles sync for linked events #6710

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions src/unify/linked-profiles/data-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Segment's Data Graph powers [Linked Events](/docs/unify/linked-profiles/linked-e

To help you get started with the Data Graph, [view this short setup demo](https://drive.google.com/file/d/1oZNvs0raYaxK6tds3OEF0Ri3NGVCoXys/view?pli=1){:target="_blank"}.

> > info ""
> info ""
> Linked Profiles follows zero-copy principles, and doesn't copy entities to store in Segment. Segment stores and processes all data in the United States.

> warning ""
Expand All @@ -25,9 +25,12 @@ To help you get started with the Data Graph, [view this short setup demo](https:
To use the Data Graph, you'll need the following:

- A supported data warehouse.
- [Profiles Sync](/docs/unify/profiles-sync/) set up with ready-to-use [data models and tables](/docs/unify/profiles-sync/tables/) in your warehouse.
- (If setting up Linked Audiences) [Profiles Sync](/docs/unify/profiles-sync/) set up with ready-to-use [data models and tables](/docs/unify/profiles-sync/tables/) in your warehouse.
- Workspace Owner or Unify Read-only/Admin and Entities Admin permissions.

> info ""
> Profiles Sync is not required for Linked Events

## Step 1: Set up required permissions in your data warehouse

To get started, set up the required permissions in your data warehouse using the instructions below:
Expand Down
3 changes: 3 additions & 0 deletions src/unify/linked-profiles/linked-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ To use Linked Events, you'll need the following:
> info ""
> Segment stores and processes all data in the United States.

> info ""
> Profiles Sync isn't required for Linked Events.

### Linked Events roles

The following Segment access [roles](/docs/segment-app/iam/roles/) apply to Linked Events:
Expand Down
Loading