Skip to content
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
2 changes: 1 addition & 1 deletion 16/umbraco-engage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Umbraco Engage is a marketing suite that helps marketers and developers create p

Explore the top features and learn more about Umbraco Engage on [Umbraco.com](https://umbraco.com/products/add-ons/engage/).

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Install Umbraco Engage</strong></td><td>Ready to dive in? Check the installation guide to get started.</td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_CMS_Install.png">Documentations Icons_Umbraco_CMS_Install.png</a></td><td><a href="installation/installation.md">installation.md</a></td></tr><tr><td><strong>Getting Started</strong></td><td>Get an overview and learn how to set up Umbraco Engage.</td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_Cloud_Getting_Started.png">Documentations Icons_Umbraco_Cloud_Getting_Started.png</a></td><td><a href="getting-started/">getting-started</a></td></tr><tr><td><strong>Tutorials</strong></td><td>Find detailed step-by-step guides for personalization, analytics, A/B testing, and more.</td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_CMS_Tutorials.png">Documentations Icons_Umbraco_CMS_Tutorials.png</a></td><td><a href="broken-reference/">broken-reference</a></td></tr></tbody></table>
<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Install Umbraco Engage</strong></td><td>Ready to dive in? Check the installation guide to get started.</td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_CMS_Install.png">Documentations Icons_Umbraco_CMS_Install.png</a></td><td><a href="installation/installation.md">installation.md</a></td></tr><tr><td><strong>Getting Started</strong></td><td>Get an overview and learn how to set up Umbraco Engage.</td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_Cloud_Getting_Started.png">Documentations Icons_Umbraco_Cloud_Getting_Started.png</a></td><td><a href="getting-started/">getting-started</a></td></tr><tr><td><strong>Tutorials</strong></td><td>Find detailed step-by-step guides for personalization, analytics, A/B testing, and more.</td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_CMS_Tutorials.png">Documentations Icons_Umbraco_CMS_Tutorials.png</a></td><td><a href="tutorials/">tutorials/README.md</a></td></tr></tbody></table>

## Quick Links

Expand Down
16 changes: 15 additions & 1 deletion 16/umbraco-engage/tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,22 @@ description: >-

Use the tutorials in this section to learn how Umbraco Engage works and set up specific scenarios on your website.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="how-to-get-started-with-personalization.md">How to Get Started with Personalization</a></td><td><a href="how-to-get-started-with-personalization.md">how-to-get-started-with-personalization.md</a></td></tr><tr><td><a href="how-to-create-a-persona.md">How To Create Personas</a></td><td><a href="how-to-create-a-persona.md">how-to-create-a-persona.md</a></td></tr><tr><td><a href="create-a-personalized-popup-in-5-minutes.md">Create a Personalized Pop-up in 5 minutes</a></td><td><a href="create-a-personalized-popup-in-5-minutes.md">create-a-personalized-popup-in-5-minutes.md</a></td></tr></tbody></table>
## [How to Get Started with Personalization](how-to-get-started-with-personalization.md)

Learn the foundational steps to personalize your website content by defining your target audience, scoring content, building segments, collecting data, and creating personalized experiences.

## [How To Create a Persona](how-to-create-a-persona.md)

Discover how to define and set up personas in Umbraco Engage to tailor your content to specific audience segments.

## [Create a Personalized Pop-up in 5 minutes](create-a-personalized-popup-in-5-minutes.md)

Quickly set up a targeted popup for your website visitors using Umbraco Engage's segmentation and personalization features.

## [How to set up an A/B Test](set-up-your-first-ab-test.md)

Learn the steps to plan, create, configure, and launch an A/B test on your Umbraco website to optimize performance.

## [Marketing Resources](marketing-resources/)

Access ready-to-use templates for topbars, popups, and exit-intent popups to enhance your website's marketing efforts without developer assistance.
2 changes: 1 addition & 1 deletion 16/umbraco-engage/tutorials/how-to-create-a-persona.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: On this page, you can learn how you can set up the Personas in Umbr

## Introduction

Before setting up a Persona, we recommend you read the [Personas article](../marketers-and-editors/personalization/implicit-and-explicit-personalization/setting-up-personas.md) in the **Implicit and Explicit Personalization** section.
Before setting up a Persona, it is recommended to read the [Personas article](../marketers-and-editors/personalization/implicit-and-explicit-personalization/setting-up-personas.md) in the **Implicit and Explicit Personalization** section.

Below you can find some resources on how to define a persona:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ curl -s -X GET https://api.cloud.umbraco.com/v2/projects/$projectId/deployments
Artifacts are tied to a project. The uploaded artifact will be available to use in any deployment to an environment on that project.\
The artifact needs to be a zip file with the source code needed to build your website.

[Read about artifact Best Practices](../../../set-up/project-settings/umbraco-cicd/ArtifactBestPractice.md).
[Read about artifact Best Practices](samplecicdpipeline/artifact-best-practice.md).

```http
@projectId = Get this value from the portal
Expand Down