Skip to content

Commit 169c0d6

Browse files
author
markzegarelli
authored
Merge pull request #1661 from segmentio/DOC-209_Journey-updates
DOC-209: add account info and roles
2 parents 1109b63 + 47d1a7f commit 169c0d6

File tree

8 files changed

+27
-3
lines changed

8 files changed

+27
-3
lines changed

src/_data/products.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,11 @@ items:
106106
team: true
107107
business: false
108108
add-on: false
109+
- product_display_name: Journeys
110+
slug: journeys
111+
plan-note: "Journeys is available to Personas Advanced customers"
112+
plans:
113+
free: false
114+
team: false
115+
business: true
116+
add-on: true

src/personas/journeys/build-journey.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Build a Journey
33
---
4+
{% include content/plan-grid.md name="journeys" %}
45

56
Follow along for the steps required to create a new Journey.
67

src/personas/journeys/faq-best-practices.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
title: Journeys Best Practices and FAQ
33
---
4+
{% include content/plan-grid.md name="journeys" %}
5+
6+
47
## Best practices
58

69
### Enforce exclusivity in multi-branch splits
@@ -46,3 +49,6 @@ Once published, Journeys displays the number of users are in each step of the Jo
4649
### How are users sent to downstream destinations?
4750

4851
The data type you send to a destination depends on whether the destination is an Event Destination or a List Destination.
52+
53+
### Which roles can access Journeys?
54+
For Personas Advanced customers, users with either the Personas User or Personas Admin roles can create, edit, and delete journeys. Users with the Personas Read-only role are restricted to view-only access.

src/personas/journeys/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Journeys Overview
33
---
4+
{% include content/plan-grid.md name="journeys" %}
5+
46

57
Journeys, a feature of Segment Personas, provides a way for marketers to personalize experiences through planning how and when to engage customers with the right campaigns and messages.
68

src/personas/journeys/key-terms.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
title: Journeys Key Terms
33
---
44

5+
{% include content/plan-grid.md name="journeys" %}
6+
7+
58
Keep the following terms in mind as you begin to explore Journeys.
69

710
## General

src/personas/journeys/send-data.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Send Journeys data to a Destination
33
---
4+
{% include content/plan-grid.md name="journeys" %}
5+
46

57
When you send data to destinations, you send a series of events or user lists, depending on the destination type.
68

src/personas/journeys/use-cases.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Example Journeys Use Cases
33
---
44

5+
{% include content/plan-grid.md name="journeys" %}
6+
57
To help you get underway, you can reference these sample Journeys.
68

79
## E-commerce use cases

src/segment-app/iam/roles.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,17 @@ Read access to all Tracking Plans in Protocols.
7272

7373
#### Personas Admin
7474

75-
Edit access to assigned Personas Space(s), including all audiences and computed traits. Personas admins can update settings from the Personas screens of the Segment App.
75+
Edit access to assigned Personas Space(s), including all audiences and computed traits. Personas admins can update settings from the Personas screens of the Segment App. For Personas Advanced customers, Personas Admins can create, edit, and delete Journeys.
7676

7777
**Scope:** Can be granted access to either: all current and future Spaces, or a specific list of Spaces, or Spaces with a specific Label (BT only).
7878

7979
#### Personas User
80-
Edit access to all traits and audiences within assigned Personas Space(s). Cannot change settings in Personas.
80+
Edit access to all traits and audiences within assigned Personas Space(s). Cannot change settings in Personas. For Personas Advanced customers, Personas Users can create, edit, and delete Journeys.
8181

8282
**Scope:** Can be granted access to either: all current and future Spaces, or a specific list of Spaces, or Spaces with a specific Label (BT only).
8383

8484
#### Personas Read-only
85-
Read-only access to assigned Personas Space(s), including all audiences and computed traits.
85+
Read-only access to assigned Personas Space(s), including all audiences and computed traits. For Personas Advanced customers, Personas Read-only users can view Journeys.
8686

8787
**Scope:** Can be granted access to either: all current and future Spaces, or a specific list of Spaces, or Spaces with a specific Label (BT only).
8888

0 commit comments

Comments
 (0)