Skip to content

Commit 5f155b7

Browse files
authored
Merge branch 'master' into digioh-oauth-flow
2 parents 8226076 + 6f4697e commit 5f155b7

File tree

10 files changed

+91
-65
lines changed

10 files changed

+91
-65
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/connections/destinations/catalog/braze/index.md

Lines changed: 60 additions & 58 deletions
Large diffs are not rendered by default.

src/connections/destinations/catalog/google-analytics/ga4-plans.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ strat: google
66
Google introduced the new version of Google Analytics, called Google Analytics 4 (GA4), in October 2020. GA4 has some distinct differences from Universal Analytics (UA), which are important to understand before considering migration and the data schema changes that might require.
77

88
> success ""
9-
> Segment expects to release a beta GA4 destination in early 2021. If you are interested in being a beta tester, please complete this short [questionnaire](https://forms.gle/Tt5T6S4eX7Tcaqin6) and someone will be in touch with next steps.
9+
> Segment expects to release a beta GA4 destination in Q3 2021. Fill out the Segment GA4 [Beta Sign-up Form](https://forms.gle/WzC1dsbxmNVDsYNJ6) to be notified when the destination is available.
1010
1111
We’ll update this page to share the latest on our GA4 destination.
1212

@@ -30,12 +30,12 @@ GA4’s out-of-the-box reports are different from UA’s. GA4’s reporting is m
3030

3131
You might not be able to perfectly recreate your UA reports in GA4. One approach is to send your data to both UA and GA4 while you build out your new reports in GA4, and improve those reports over time. Once you are satisfied that your GA4 reports meet your needs, you can gradually migrate away from using the original reporting in UA.
3232

33+
GA4 requires that you use GA4’s recommended events and properties in order to get the new reports. Segment’s GA4 destination will automatically map your Segment spec events to the corresponding recommended GA4 events and properties. If your events do not follow the Segment spec exactly, don’t worry; you’ll be able to modify the mappings. You can also create custom events and properties.
3334

34-
## Client-based or server-based
3535

36-
GA4 is only available using a device-mode (client-based) SDK such as `gtag.js`, Firebase, and Google Tag Manager. The [Measurement Protocol](https://developers.google.com/analytics/devguides/collection/protocol/ga4/sending-events?client_type=gtag#send_an_event) that enables server-to-server data syncing for GA4 properties is [currently in alpha](https://developers.google.com/analytics/devguides/collection/protocol/ga4/sending-events?client_type=gtag#send_an_event).
36+
## Cloud Mode (Server-based) first
3737

38-
Segment plans to support Device Mode and Cloud Mode for GA4. Availability will depend on the Google Analytics roadmap and our assessment of the stability of these APIs.
38+
Segment will start by supporting Cloud-mode for GA4. Note that the [Measurement Protocol](https://developers.google.com/analytics/devguides/collection/protocol/ga4/sending-events?client_type=gtag#send_an_event) that enables server-to-server data syncing for GA4 properties is [currently in alpha](https://developers.google.com/analytics/devguides/collection/protocol/ga4/sending-events?client_type=gtag#send_an_event).
3939

4040
## Switching to GA4
4141

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)