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 13/umbraco-engage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td></td><td><a href="installation/installation.md">Install Umbraco Engage</a></td><td>Ready to dive in? Check the installation guide to get started.</td><td><a href="installation/installation.md">installation.md</a></td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_CMS_Install.png">Documentations Icons_Umbraco_CMS_Install.png</a></td></tr><tr><td></td><td><a href="getting-started/">Getting Started</a></td><td>Get an overview and learn how to set up Umbraco Engage.</td><td><a href="getting-started/">getting-started</a></td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_Cloud_Getting_Started.png">Documentations Icons_Umbraco_Cloud_Getting_Started.png</a></td></tr><tr><td></td><td><a href="tutorials/">Tutorials</a></td><td>Find detailed step-by-step guides for personalization, analytics, A/B testing, and more.</td><td><a href="broken-reference">Broken link</a></td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_CMS_Tutorials.png">Documentations Icons_Umbraco_CMS_Tutorials.png</a></td></tr></tbody></table>
<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td></td><td><a href="installation/installation.md">Install Umbraco Engage</a></td><td>Ready to dive in? Check the installation guide to get started.</td><td><a href="installation/installation.md">installation.md</a></td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_CMS_Install.png">Documentations Icons_Umbraco_CMS_Install.png</a></td></tr><tr><td></td><td><a href="getting-started/">Getting Started</a></td><td>Get an overview and learn how to set up Umbraco Engage.</td><td><a href="getting-started/">getting-started</a></td><td><a href=".gitbook/assets/Documentations Icons_Umbraco_Cloud_Getting_Started.png">Documentations Icons_Umbraco_Cloud_Getting_Started.png</a></td></tr><tr><td></td><td><a href="tutorials/">Tutorials</a></td><td>Find detailed step-by-step guides for personalization, analytics, A/B testing, and more.</td></tr></tbody></table>

## Quick Links

Expand Down
2 changes: 1 addition & 1 deletion 13/umbraco-engage/developers/introduction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In the Developer section, you can find all the resources you need to configure U

Learn more about how data is collected, stored, and parsed.

## [The Umbraco Engage Cookie](the-umarketingsuite-cookie/)
## [The Umbraco Engage Cookie](the-umbraco-engage-cookie/README.md)

Umbraco Engage uses a cookie to collect visitor data on your Umbraco website. Learn more about how it works in this section.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In the following guide, we will show how this is done. There are three steps:

1. [C# Definition](implement-your-own-segment-parameters.md#id-1.-c-definition)
2. [AngularJS Definition](implement-your-own-segment-parameters.md#id-2.-angularjs-definition)
3. [\[Optional\] Cockpit Visualization](implement-your-own-segment-parameters.md#id-3.-optional-cockpit-visualization)
3. [[Optional] Cockpit Visualization](implement-your-own-segment-parameters.md#id-3.-optional-cockpit-visualization)

This guide will use code samples to add a "**Day of week**" segment parameter where you can select a single day of the week. If a pageview happens on that day the segment parameter will be satisfied.

Expand Down Expand Up @@ -282,9 +282,9 @@ If all goes well you will see your custom parameter editor show up in the segmen

![Day of week segment parameter](../../.gitbook/assets/engage-personalization-developer1.png)

## 3. \[Optional] Cockpit Visualization
## 3. [Optional] Cockpit Visualization

The new segment parameter will show up automatically in the [Cockpit](../../../../personalization/cockpit-insights/) that is part of our package. The cockpit is a live view of Umbraco Engage data for the current visitor.
The new segment parameter will show up automatically in the [Cockpit](../../getting-started/for-marketers-and-editors/cockpit.md) that is part of our package. The cockpit is a live view of Umbraco Engage data for the current visitor.

This includes active segments of the current visitor, and therefore your new segment parameter can also show up in the cockpit. By default, it will display the **raw configuration of the parameter** as stored in the database ("`{ dayOfWeek: 3 }`" in our example).

Expand Down
2 changes: 1 addition & 1 deletion 13/umbraco-engage/installation/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Here are some optional extras you can do to improve your experience with Umbraco

### Cookie consent

If you need to influence the default [The Umbraco Engage cookie](../marketers-and-editors/introduction/the-umbraco-engage-cookie.md) behaviour please go [here](../security-and-privacy/gdpr/). Or go to an example [implementation using Cookiebot](../../../security-privacy/gdpr/how-to-become-gdpr-compliant-using-cookiebot/) which can be used as an example for other cookie consent providers.\\
If you need to influence the default [The Umbraco Engage cookie](../marketers-and-editors/introduction/the-umbraco-engage-cookie.md) behaviour please go [here](../security-and-privacy/gdpr/). Or go to an example [implementation using Cookiebot](../security-and-privacy/gdpr/how-to-become-gdpr-compliant-using-cookiebot.md) which can be used as an example for other cookie consent providers.

{% hint style="warning" %}
If you [change the default cookie behaviour](../developers/introduction/the-umbraco-engage-cookie/) make sure to perform a **client side reload of the initial page after cookie consent**. If this is not done, visitor referrer and/or campaigns will not be tracked.
Expand Down
2 changes: 1 addition & 1 deletion 13/umbraco-engage/installation/licensing.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ There are a few differences as to what the licenses cover:
* Each individual subdomain has to be specified as part of the license (e.g. `subdomain.mysite.com`), wildcard subdomains are not allowed.

{% hint style="info" %}
If multiple backoffice domains share the same installation, you have to purchase and add [**additional domains**](the-licensing-model.md#add-additional-domains) to your license.
If multiple backoffice domains share the same installation, you have to purchase and add [**additional domains**](#add-additional-domains) to your license.

This is an add-on domain for existing licenses. Refunds will not be given for this product.
{% endhint %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ Health checks have been added to verify whether these folders are present in you

Umbraco Engage contains a number of breaking changes from the previous uMarketingSuite product.

See the [Migrate from uMarketingSuite](migrate-from-umarketingsuite) for full details.
See the [Migrate from uMarketingSuite](migrate-from-umarketingsuite.md) for full details.