Skip to content

Commit b4247c2

Browse files
jonat123gitbook-bot
authored andcommitted
GITBOOK-47: Created new guide on how to create a Persona.
1 parent ffe8e45 commit b4247c2

File tree

11 files changed

+72
-38
lines changed

11 files changed

+72
-38
lines changed
293 KB
Loading
158 KB
Loading
171 KB
Loading
9.43 KB
Loading
984 KB
Loading
483 KB
Loading
473 KB
Loading

13/umbraco-ums/SUMMARY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
* [Implicit and Explicit Personalization](marketers-and-editors/personalization/implicit-and-explicit-personalization/README.md)
7373
* [Setting up the customer journey](marketers-and-editors/personalization/implicit-and-explicit-personalization/setting-up-the-customer-journey.md)
7474
* [Referral Scoring](marketers-and-editors/personalization/implicit-and-explicit-personalization/referral-scoring.md)
75-
* [Setting up Personas](marketers-and-editors/personalization/implicit-and-explicit-personalization/setting-up-personas.md)
75+
* [Personas](marketers-and-editors/personalization/implicit-and-explicit-personalization/setting-up-personas.md)
7676
* [Implicit Personalization scoring explained](marketers-and-editors/personalization/implicit-and-explicit-personalization/implicit-personalization-scoring-explained.md)
7777
* [Content Scoring](marketers-and-editors/personalization/implicit-and-explicit-personalization/content-scoring.md)
7878
* [Campaign Scoring](marketers-and-editors/personalization/implicit-and-explicit-personalization/campaign-scoring.md)
@@ -162,7 +162,7 @@
162162

163163
* [Tutorials](tutorials/README.md)
164164
* [Your first uMS setup](tutorials/your-first-uMS-setup.md)
165-
* [Get started with Personas and Personalization](tutorials/get-started-with-personas-and-personalization.md)
165+
* [How to Create a Persona](tutorials/get-started-with-personas-and-personalization.md)
166166
* [Create a Personalized Popup in 5 minutes](tutorials/a-personalized-popup-in-5-minutes.md)
167167
* [How to Personalize content](tutorials/how-to-personalize-content.md)
168168
* [8 steps towards the ideal A/B test](tutorials/8-steps-towards-the-ideal-ab-test.md)

13/umbraco-ums/installation/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ If you have any trouble, please go to [Troubleshooting installs](../../../instal
6262

6363
## Next steps
6464

65-
![Engage section in the Umbraco Backoffice.](../.gitbook/assets/image.png)
65+
![Engage section in the Umbraco Backoffice.](<../.gitbook/assets/image (4).png>)
6666

6767
When you have installed the Umbraco uMS, build or restart your website, and the **Marketing** section will appear in the backoffice, as shown above.
6868

13/umbraco-ums/marketers-and-editors/personalization/implicit-and-explicit-personalization/setting-up-personas.md

Lines changed: 3 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: >-
44
for your website.
55
---
66

7-
# Setting up Personas
7+
# Personas
88

99
This can be done by going to the Marketing section in your Umbraco installation and the sub-section "**Personalization**". There you can navigate to the tab "**Personas**".
1010

@@ -18,41 +18,12 @@ Personas are an important concept for implicit personalization in the Umbraco uM
1818

1919
Creating personas is something that you should do for your website. If it's your first time coming up with personas we always advise creating a maximum of 3 personas.&#x20;
2020

21-
If you want to add many more personas, be aware that each added persona will increase the complexity of coming up with good personalization strategies. And every extra persona requires extra content.
21+
If you want to add many more personas, be aware that each added persona will increase the complexity of finding good personalization strategies. And every extra persona requires extra content.
2222

2323
In Umbraco uMS we for example have three different personas:
2424

2525
* **The data & privacy officer**. This type of visitor is mainly interested in how Umbraco uMS is safeguarding data storage and GDPR ruling.
2626
* **The developer**. This persona is interested in how to set up Umbraco uMS.
2727
* **The marketer**. This persona is looking for inspiration and functionalities; what has Umbraco uMS to offer.
2828

29-
## Setting up a persona group
30-
31-
Personas can be grouped in a persona group. You can create a persona group by clicking "**Add new persona group**". This will show a popup where you can specify a title for the persona group and a short description.
32-
33-
![]()
34-
35-
## Setting up personas
36-
37-
Within this persona group, you can specify one or more personas. Creating a persona can be done by clicking on "**Add persona**". In this popup, you can specify the name of the persona, a short description, a color, and an image. The uMarketingSuite **ships 16 persona images by default** but you can add your own images as well!
38-
39-
![]()
40-
41-
You've set up your personas and can now score your [content](../../../../../personalization/implicit-personalization-scoring-explained/content-scoring/), [campaigns](../../../../../personalization/implicit-personalization-scoring-explained/campaign-scoring/), and [referrals](../../../../../personalization/implicit-personalization-scoring-explained/referral-scoring/) against these personas.
42-
43-
## Advanced persona group parameters
44-
45-
If you want to tweak the working of the persona scoring in-depth you can go to the advanced settings of a persona group.
46-
47-
![]()
48-
49-
Here you have the option to set different parameters:
50-
51-
* **Threshold value**. This threshold value needs to be reached before a persona can become active. In this case, a persona needs to have 25 points at least before a visitor can be this persona.
52-
* **The minimal deviation**. This setting specifies the minimal deviation between the persona with the highest score and the second-highest score. This can be specified in an absolute value or in a percentage.
53-
* **The minimal deviation percentage**. The percentage specifies the minimum difference between the highest score and the second highest score before a persona becomes active. In this case, the difference between the first and second persona should be at least 25%.
54-
* **The absolute value deviation**. The absolute value specifies the minimum difference between the highest score and the second-highest score before a persona becomes active.
55-
* **The expiration type**. Specify whether the implicit persona scoring expires. This can be set to 'never' when it does not expire or can be set to a number of days or sessions.
56-
* **The maximum points to score**. Specify the maximum number of points that can be scored per persona per item.
57-
58-
By adjusting these settings you can tweak the performance of the Umbraco uMS algorithm.
29+
To learn how you can set up Personas in Umbraco Engage read the [How to create a Persona](../../../tutorials/get-started-with-personas-and-personalization.md) guide.

0 commit comments

Comments
 (0)