Skip to content
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
8 changes: 4 additions & 4 deletions src/engage/audiences/linked-audiences.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ hidden: true
> info "Linked Audiences is in private beta"
> Linked Audiences is in private beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.

With Linked Audiences, you can use the relational data you've defined in your Data Graph to build audiences and send them to your downstream [actions-based destination](/docs/connections/destinations/actions/#available-actions-based-destinations).
With Linked Audiences, you can use the relational data you've defined in your Data Graph to build audiences and send them to your downstream [actions-based destination](/docs/connections/destinations/actions/#available-actions-based-destinations) in cloud-mode.

From the relationships you've defined between the profiles and entities in your warehouse, you can filter on an entity, profile trait, and audience membership conditions to create hyper-segmented audiences.

Expand Down Expand Up @@ -129,17 +129,17 @@ In the warehouse, `subscriptions.tier` is a column in the `Subscriptions` table,

## Step 2: Activate your Linked Audience

You can use your Linked Audience to activate any [actions-based destination](/docs/connections/destinations/actions/#available-actions-based-destinations). The steps below provide instructions on how to add a destination to your Linked Audience(s), and send an event that best matches your use case.
You can use your Linked Audience to activate any [actions-based destination](/docs/connections/destinations/actions/#available-actions-based-destinations) in cloud-mode. The steps below provide instructions on how to add a destination to your Linked Audience(s), and send an event that best matches your use case.

> info ""
> Segment has preset mappings for [Braze](/docs/connections/destinations/catalog/braze-cloud-mode-actions/#available-presets), [Iterable](/docs/connections/destinations/catalog/actions-iterable/#available-presets), and [Customer.io](/docs/connections/destinations/catalog/customer-io-actions/#available-presets) with many of the following steps already configured.

> warning ""
> Some action destinations have limitations on nested objects, and the depth of the `_entity_context` property.

### Step 2a: Add an action destination
### Step 2a: Add an action destination (cloud-mode only)

To activate your Linked Audience, you first need to add an action destination.
To activate your Linked Audience, you first need to add an actions-based destination.

From the Add destination window, select your destination and click **Next**.

Expand Down
4 changes: 2 additions & 2 deletions src/unify/linked-profiles/linked-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ entity "account-entity" {
To use Linked Events, you'll need to add an action destination to send enriched events to. Navigate to **Connections > Destinations**. Select an existing action destination, or click **+ Add destination** to add a new action destination.

> info ""
> For Linked Events, Segment supports [Destination Actions](/docs/connections/destinations/actions/).
> For Linked Events, Segment supports [Destination Actions](/docs/connections/destinations/actions/) in cloud-mode only.


## Step 5: Enrich events with entities
Expand Down Expand Up @@ -190,7 +190,7 @@ Segment currently syncs once every hour.

#### Which Destinations does Linked Events support?

For Linked Events, Segment supports all actions-based destinations.
For Linked Events, Segment supports all actions-based destinations in cloud-mode.

#### Why aren't test events working?

Expand Down