Skip to content

Fix breadcrumb issues in Linked Profiles and Trait Activation #5706

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 3 commits into from
Nov 21, 2023
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
6 changes: 3 additions & 3 deletions src/_data/sidenav/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ sections:
- section_title: Linked Profiles
slug: unify/linked-profiles
section:
- path: /unify/linked-profiles/linked-events
title: Linked Events
- section_title: Setup Guides
slug: unify/linked-profiles/setup-guides
section:
Expand All @@ -334,8 +336,6 @@ sections:
title: Snowflake Setup
- path: /unify/linked-profiles/setup-guides/redshift-setup
title: Redshift Setup
- path: /unify/linked-profiles/linked-events
title: Linked Events
- section_title: Traits
slug: unify/traits
section:
Expand Down Expand Up @@ -464,7 +464,7 @@ sections:
- section_title: Trait Activation
slug: engage/trait-activation
section:
- path: /engage/trait-activation/overview
- path: /engage/trait-activation
title: Trait Activation Overview
- path: /engage/trait-activation/trait-activation-setup
title: Trait Activation Setup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Trait Activation Overview
beta: true
plan: engage-foundations
redirect_from:
- 'engage/trait-activation/overview'
---

Use Trait Activation to configure sync payloads that you send from Engage Audiences and Journeys to a Destination. Map traits from user profiles to Destinations, configure identifiers to sync, and choose a sync strategy that fits your use cases.
Expand Down
1 change: 1 addition & 0 deletions src/unify/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Unify Overview
plan: unify
redirect_from:
- '/engage/profiles/'
- '/unify/traits/'
---

Use Segment Unify, formerly known as Profiles, for a complete view of your customers.
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 @@ -2,6 +2,9 @@
title: Linked Events
beta: true
plan: unify
redirect_from:
- '/unify/linked-profiles'
- '/unify/linked-profiles/setup-guides'
---

> info "Linked Events is in private beta"
Expand Down