You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 13/umbraco-ums/marketers-and-editors/personalization/creating-a-segment.md
+29-27Lines changed: 29 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
1
---
2
2
description: >-
3
-
Discover how to create and manage segments to personalize the website experience for specific visitor groups.
3
+
Discover how to create and manage segments to personalize the website
4
+
experience for specific visitor groups.
4
5
---
5
6
6
-
# Creating a segment
7
+
# Creating a Segment
7
8
8
9
To start personalizing the website experience of your visitor, you need to define groups of visitors, called **Segments** in the uMarketingSuite.
9
10
@@ -25,39 +26,40 @@ To create a new segment, follow these steps:
25
26
3. Give the new segment a **Name** and a short **Description**.
26
27
4. Select a segment type:
27
28
28
-
-**Core segments** are the fundamental building blocks of your personalization strategy
29
-
-**Temporary segments** are segments **with an end date**. If some sort of campaign is running and you want to overrule existing segments you can create a temporary segment. For doing this you need to specify an end date
29
+
***Core segments** are the fundamental building blocks of your personalization strategy
30
+
***Temporary segments** are segments **with an end date**. If some sort of campaign is running and you want to overrule existing segments you can create a temporary segment. For doing this you need to specify an end date
30
31
31
32
### Segment Parameters
32
33
33
-
To specify which visitors are part of this segment you can setup one or more segment parameters. uMarketingSuite comes with out-of-the-box parameters, but you can also [implement your own segment parameters](/personalization/extending-personalization/implement-your-own-segment-parameters/).
34
+
To specify which visitors are part of this segment you can setup one or more segment parameters. uMarketingSuite comes with out-of-the-box parameters, but you can also [implement your own segment parameters](extending-personalization/implement-your-own-segment-parameters.md).
34
35
35
36
By default, uMarketingSuite provides the following parameters:
36
37
37
-
- Persona
38
-
- Journey
39
-
- Browser
40
-
- Device type
41
-
- Time of day
42
-
- Number of sessions
43
-
- Logged in members
44
-
- Reached goals
45
-
- Campaigns
38
+
* Persona
39
+
* Journey
40
+
* Browser
41
+
* Device type
42
+
* Time of day
43
+
* Number of sessions
44
+
* Logged in members
45
+
* Reached goals
46
+
* Campaigns
46
47
47
48
By clicking on the tile you will setup a parameter for the segment. For example, to implement a segment where you group **All visitors that use firefox after 15:00** in one segment. To do that:
48
49
49
50
1. Create a new segment with the name **My first segment**.
50
-
2. Click the **Browser** tile and **include** all visitors using the browser **Firefox**.
51
-
52
-
![]()
53
-
54
-
You see all browsers that have visited the website. So if you're missing a specific browser, that is because a visitor to your site has yet to use that browser.
55
-
56
-
You can save the parameter and the segment will show the parameter that is part of this segment.
57
-
51
+
2. Click the **Browser** tile and **include** all visitors using the browser **Firefox**.
52
+
58
53
![]()
59
-
3. Add a parameter for **Time of day** to select all visitors after "**15:00**". Enter **15:00** in **From** and leave **Until** empty.
60
-
54
+
55
+
You see all browsers that have visited the website. So if you're missing a specific browser, that is because a visitor to your site has yet to use that browser.
56
+
57
+
You can save the parameter and the segment will show the parameter that is part of this segment.
58
+
59
+
![]() 
60
+
61
+
3\. Add a parameter for **Time of day** to select all visitors after "**15:00**". Enter **15:00** in **From** and leave **Until** empty.
62
+
61
63
![]()
62
64
63
65
Now we can save this parameter and add the segment.
@@ -88,11 +90,11 @@ The **order of the segments is really important** because **only one segment can
88
90
89
91
The ordering of segment is based on:
90
92
91
-
-**Temporary versus Core segments**: Temporary segments are always applied first. Only if the temporary segments do not apply the core segments are being used.
92
-
-**Priority within each segment type**: Within the temporary and core segments the given priority is being used. The **highest segment** will be applied first.
93
+
***Temporary versus Core segments**: Temporary segments are always applied first. Only if the temporary segments do not apply the core segments are being used.
94
+
***Priority within each segment type**: Within the temporary and core segments the given priority is being used. The **highest segment** will be applied first.
93
95
94
96
You can adjust the segment order using the arrows in the segment overview.
95
97
96
98
![]()
97
99
98
-
Now that your segment is created, you can start [personalizing the website experience for visitors](/personalization/setting-up-personalization/).
100
+
Now that your segment is created, you can start [personalizing the website experience for visitors](setting-up-personalization.md).
0 commit comments