Skip to content

Commit 7923546

Browse files
TvGesselgitbook-bot
authored andcommitted
GITBOOK-2: Tom's Jul 16 changes
1 parent 4b4fe2f commit 7923546

18 files changed

+46
-61
lines changed
-970 KB
Loading
92.5 KB
Loading
-8.66 KB
Loading
-8.44 KB
Loading
234 KB
Loading
-190 KB
Loading
550 KB
Loading
-553 KB
Loading

16/umbraco-engage/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ description: >-
77
# Umbraco Engage Documentation
88

99
{% hint style="warning" %}
10-
Umbraco Engage is currently only available for Umbraco 13.
10+
Umbraco Engage is only available for Umbraco 13 and 16.
1111
{% endhint %}
1212

1313
Umbraco Engage is a marketing suite that helps marketers and developers create personalized, data-driven experiences for website visitors. This documentation provides a complete guide for setting up analytics, A/B testing, and targeted campaigns using all the features of Umbraco Engage.
1414

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

17-
<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 link</a></td></tr></tbody></table>
17+
<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>
1818

1919
## Quick Links
2020

16/umbraco-engage/getting-started/for-developers/cockpit.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,17 @@ description: >-
88

99
Umbraco Engage includes a cockpit feature to help verify the tracking of analytics and understand personalization behavior. The cockpit adds a button to the front end, giving real-time insights.
1010

11-
## Adding the Cockpit to Your Website
11+
As of Umbraco Engage 16, the cockpit is automatically added and visible for logged-in Umbraco users.
1212

13-
To add the cockpit to your website:
13+
{% hint style="info" %}
14+
Automatic injection of the Cockpit can be disabled by setting ‘**Engage:Cockpit:EnableInjection**’ configuration to **false** in your appsettings.json file.
15+
{% endhint %}
1416

15-
1. Render the HTML partial provided by Umbraco Engage.
16-
2. The partial view is located at `/Views/Partials/Umbraco.Engage/Cockpit.cshtml`.
17-
3. Insert the following code before the closing `</body>` tag:
18-
19-
```cs
20-
@Html.Partial("Umbraco.Engage/Cockpit")
21-
```
22-
23-
Once the code is added, reload the page to see the Umbraco Engage Cockpit on the left or right side of the screen. The cockpit will only be rendered if the user is logged into Umbraco.
17+
When visiting the front-end website, the Umbraco Engage Cockpit will appear on the left or right side of the screen. The cockpit will only be rendered if the user is logged into Umbraco.
2418

2519
![Umbraco Engage Cockpit](../../.gitbook/assets/engage-cockpit.png)
2620

27-
Clicking the Open button provides detailed information:
21+
Clicking the **Open** button provides detailed information:
2822

2923
![Umbraco Engage Cockpit - Detailed information](../../.gitbook/assets/engage-cockpit-2.png)
3024

0 commit comments

Comments
 (0)