Skip to content

Commit 8393ecd

Browse files
committed
Merge remote-tracking branch 'origin' into task/cicd-v2-docs
2 parents 4537765 + de178c2 commit 8393ecd

File tree

122 files changed

+664
-1023
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+664
-1023
lines changed

13/umbraco-cms/fundamentals/data/creating-media/default-media-types.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
On this page you will find the media types and Data Types in Umbraco. These types are not created automatically after an upgrade. If you want to use the new types, you can create them yourself.
44

5+
{% hint style="info" %}
6+
After upgrading, the default media types are not created automatically. If you create them manually, make sure to:
7+
* Set the permission for each of the media types to **Allow at root**.
8+
* Ensure that the **Folder** media type allows the new media types as children.
9+
{% endhint %}
10+
511
## Data Types
612

713
### UploadArticle

13/umbraco-engage/.gitbook.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@ root: ./
22

33
​structure:
44
readme: README.md
5-
summary: SUMMARY.md
6-
7-
redirects:
5+
summary: SUMMARY.md

13/umbraco-engage/README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
2-
description: >-
3-
Documentation on how to work with Umbraco Engage for both marketers and
4-
developers.
2+
description: Documentation on how to work with Umbraco Engage for both marketers and developers.
53
---
64

75
# Umbraco Engage Documentation
@@ -14,18 +12,8 @@ Umbraco Engage is a marketing suite that helps marketers and developers create p
1412

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

17-
<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>
18-
1915
## Quick Links
2016

21-
{% content-ref url="broken-reference" %}
22-
[Broken link](broken-reference)
23-
{% endcontent-ref %}
24-
25-
{% content-ref url="broken-reference" %}
26-
[Broken link](broken-reference)
27-
{% endcontent-ref %}
28-
2917
{% content-ref url="developers/settings/configuration.md" %}
3018
[configuration.md](developers/settings/configuration.md)
3119
{% endcontent-ref %}

13/umbraco-engage/developers/analytics/client-side-events-and-additional-javascript-files/additional-measurements-with-the-analytics-scripts.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@ description: >-
44
JavaScript file.
55
---
66

7-
# Additional measurements Umbraco Engage analytics scripts
7+
# Additional measurements with analytics scripts
88

99
You can add the Umbraco Engage Analytics JavaScript file to your website by placing this code before the closing `</body>` tag of your website.
1010

1111
```html
1212
<script src="/Assets/Umbraco.Engage/Scripts/umbracoEngage.analytics.js"></script>
1313
```
1414

15+
{% hint style="info" %}
16+
The following client-side tracking script loading types are currently not supported: "async" or "defer".
17+
{% endhint %}
18+
1519
When this file is included, Umbraco Engage sends the following data to the server before the visitor navigates to another page:
1620

1721
* **Scroll Depth**: Tracks the maximum scroll depth in both pixels and percentage of the page. For example, a user might scroll to 93% of the page height, which could equal 967 pixels.

13/umbraco-engage/developers/analytics/client-side-events-and-additional-javascript-files/bridging-library-for-google-analytics.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Add a reference to `umbracoEngage.analytics.ga4-bridge.min.js`:
1414
<script src="~/Assets/Umbraco.Engage/Scripts/umbracoEngage.analytics.ga4-bridge.min.js"></script>
1515
```
1616

17+
{% hint style="info" %}
18+
The following Google Analytics bridging script loading types are currently not supported: "async" or "defer".
19+
{% endhint %}
20+
1721
### Excluded events
1822

1923
The following built-in GA4 events are excluded by the GA4 bridge:

13/umbraco-engage/developers/analytics/client-side-events-and-additional-javascript-files/bridging-library-for-google-tag-manager.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ To include the file add the following code before the closing `body` tag in your
1111
```html
1212
<script src="~/Assets/Umbraco.Engage/Scripts/umbracoEngage.analytics.ga-bridge.js"></script>
1313
```
14+
15+
{% hint style="info" %}
16+
The following Google Analytics bridging script loading types are currently not supported: "async" or "defer".
17+
{% endhint %}

13/umbraco-engage/developers/analytics/client-side-events-and-additional-javascript-files/google-analytics-blocker-detection.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ This is made possible by a JavaScript file that you can include before the closi
1212
<script src="/Assets/Umbraco.Engage/Scripts/umbracoEngage.analytics.blockerdetection.js"></script>
1313
```
1414

15+
{% hint style="info" %}
16+
The following Google Analytics blocker detection script loading types are currently not supported: "async" or "defer".
17+
{% endhint %}
18+
1519
If you include the script one of the following events is sent:
1620

1721
* If Google Analytics is blocked in the browser of the visitor: `umbEngage("send", "event", "Tracking", "Blocked", "Google Analytics");`

13/umbraco-engage/developers/analytics/forms.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ To track Umbraco Forms submissions, you need to install [Umbraco Forms](https://
1111

1212
Umbraco Engage measures interactions with Umbraco Forms on your website automatically if you include the Umbraco Engage [analytics JavaScript file](client-side-events-and-additional-javascript-files/additional-measurements-with-the-analytics-scripts.md). No additional configuration is needed. The data is visualized in the backoffice in Engage > Analytics > Forms.
1313

14+
{% hint style="info" %}
15+
The following Umbraco Forms script loading types are currently not supported: "async" or "defer".
16+
{% endhint %}
17+
1418
The following is measured:
1519

1620
* The time a visitor started filling in the form.

13/umbraco-engage/installation/installation.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ To capture events that happen on the clientside (frontend) of your website, you
9696
<script src="/Assets/Umbraco.Engage/Scripts/umbracoEngage.analytics.js"></script>
9797
```
9898

99+
{% hint style="info" %}
100+
The following client-side tracking script loading types are currently not supported: "async" or "defer".
101+
{% endhint %}
102+
99103
### Cockpit
100104

101105
Cockpit is a tool to help with testing segments and diagnose the data Umbraco Engage collects. It can be viewed on the frontend of your website, only if you are logged into Umbraco as well.
@@ -124,6 +128,10 @@ Here are some optional extras you can do to improve your experience with Umbraco
124128
<script src="/Assets/Umbraco.Engage/Scripts/umbracoEngage.analytics.blockerdetection.js"></script>
125129
```
126130

131+
{% hint style="info" %}
132+
The following Google Analytics bridging or blocker script loading types are currently not supported: "async" or "defer".
133+
{% endhint %}
134+
127135
### Cookie consent
128136

129137
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.
@@ -138,7 +146,7 @@ Are you using a load-balanced setup or separate CM and CD environments? [Please
138146

139147
### The first run
140148

141-
When you visit your site locally for the first time, Umbraco Engage will begin tracking page views, visitors, etc. If you go to **Engage** -> **Analytics,** you won't see any data until the first reporting run. By default, reporting data will be generated at 04:00 AM automatically.&#x20;
149+
When you visit your site locally for the first time, Umbraco Engage will begin tracking page views, visitors, etc. If you go to **Engage** -> **Analytics,** you won't see any data until the first reporting run. By default, reporting data will be generated at 04:00 AM automatically.
142150

143151
<figure><img src="../.gitbook/assets/Umbraco-Engage-Regenerate-data.png" alt=""><figcaption><p>Regenerate button</p></figcaption></figure>
144152

13/umbraco-engage/tutorials/marketing-resources/generic-topbar-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: >-
88

99
Use this template to add a top bar to your website. The template can be set up and used without help from a developer.
1010

11-
<figure><img src="../../.gitbook/assets/image.png" alt=""><figcaption><p>A screencapture of the Generic Topbar Template as it looks without cutsomization.</p></figcaption></figure>
11+
<figure><img src="../../.gitbook/assets/image.png" alt=""><figcaption><p>A screen capture of the Generic Topbar Template as it looks without customization.</p></figcaption></figure>
1212

1313
It is recommended to personalize the popup to make it even more relevant for your specific audience.
1414

0 commit comments

Comments
 (0)