Skip to content

Commit a772775

Browse files
Sofie Toft Kristensengitbook-bot
authored andcommitted
GITBOOK-3: Links and other (types of AB)
1 parent 97076b0 commit a772775

35 files changed

+84
-647
lines changed

13/umbraco-engage/SUMMARY.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@
1818
* [Getting Started](getting-started/README.md)
1919
* [For Marketers and Editors](getting-started/for-marketers-and-editors/README.md)
2020
* [Cockpit](getting-started/for-marketers-and-editors/cockpit.md)
21-
* [Marketing Resources](getting-started/for-marketers-and-editors/marketing-resources/README.md)
22-
* [Generic Popup Template](getting-started/for-marketers-and-editors/marketing-resources/generic-popup-template.md)
23-
* [Generic Topbar Template](getting-started/for-marketers-and-editors/marketing-resources/generic-topbar-template.md)
24-
* [Generic Exit Intent Popup Template](getting-started/for-marketers-and-editors/marketing-resources/generic-exit-intent-popup-template.md)
21+
* [Marketing Resources](getting-started/for-marketers-and-editors/marketing-resources.md)
2522
* [For Developers](getting-started/for-developers/README.md)
2623
* [Infrastructure sizing](getting-started/for-developers/infrastructure-sizing.md)
2724
* [Load Balancing and CM/CD Environments](getting-started/for-developers/loadbalancing-and-cm-cd-environments.md)
@@ -36,11 +33,7 @@
3633
* [The Umbraco Engage Cookie](marketers-and-editors/introduction/the-umbraco-engage-cookie.md)
3734
* [Analytics](marketers-and-editors/analytics/README.md)
3835
* [What is measured by default](marketers-and-editors/analytics/what-is-measured-by-default.md)
39-
* [Client-side Events](marketers-and-editors/analytics/client-side-events-and-additional-javascript-files/README.md)
40-
* [Bridging library for Google Analytics](marketers-and-editors/analytics/client-side-events-and-additional-javascript-files/bridging-library-for-google-analytics.md)
41-
* [Bridging library for Google Tag Manager](marketers-and-editors/analytics/client-side-events-and-additional-javascript-files/bridging-library-for-google-tag-manager.md)
42-
* [Google Analytics blocker detection](marketers-and-editors/analytics/client-side-events-and-additional-javascript-files/google-analytics-blocker-detection.md)
43-
* [Create your own events](marketers-and-editors/analytics/client-side-events-and-additional-javascript-files/create-your-own-events.md)
36+
* [Client-side Events](marketers-and-editors/analytics/client-side-events-and-additional-javascript-files.md)
4437
* [Types Of Clients](marketers-and-editors/analytics/types-of-clients.md)
4538
* [Campaigns](marketers-and-editors/analytics/campaigns.md)
4639
* [Device Type](marketers-and-editors/analytics/device-type.md)
@@ -57,11 +50,11 @@
5750
* [Multiple Pages Test](marketers-and-editors/ab-testing/types-of-ab-tests/multiple-pages-test.md)
5851
* [Document Type Test](marketers-and-editors/ab-testing/types-of-ab-tests/document-type-test.md)
5952
* [Split URL Test](marketers-and-editors/ab-testing/types-of-ab-tests/split-url-test.md)
60-
* [A/B Test Distribution Algorithm](marketers-and-editors/ab-testing/ab-test-distribution-algorithm.md)
61-
* [Front end Rendering](marketers-and-editors/ab-testing/front-end-rendering.md)
62-
* [Previewing an A/B Test](marketers-and-editors/ab-testing/previewing-an-ab-test.md)
6353
* [Setting up the A/B Test](marketers-and-editors/ab-testing/setting-up-the-ab-test.md)
54+
* [Previewing an A/B Test](marketers-and-editors/ab-testing/previewing-an-ab-test.md)
6455
* [Monitor the A/B Test](marketers-and-editors/ab-testing/monitor-the-ab-test.md)
56+
* [A/B Test Distribution Algorithm](marketers-and-editors/ab-testing/ab-test-distribution-algorithm.md)
57+
* [Front end Rendering](marketers-and-editors/ab-testing/front-end-rendering.md)
6558
* [Finish an A/B Test](marketers-and-editors/ab-testing/finish-an-ab-test.md)
6659
* [Personalization](marketers-and-editors/personalization/README.md)
6760
* [Cockpit Insights](marketers-and-editors/personalization/cockpit-insights.md)

13/umbraco-engage/developers/analytics/scroll-heatmap.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ description: >-
77

88
# Scroll Heatmap
99

10-
The feature gives a visual representation of the average scroll depth of your visitors on a specific page. This feature is only available within the Analytics Content App on an Umbraco page.
11-
1210
The heatmap only collects data if [the client-side script](../../../../analytics/clientside-events-and-additional-javascript-files/) is installed on your website.
1311

14-
An advantage is that you do not need to integrate any 3rd-party tools. This will prevent additional load times and possible issues with data ownership.
15-
1612
![View a scroll heatmap on each published content item in the Content section.](../../.gitbook/assets/engage-analytics-scroll-heatmap.png)
17-

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ To add the cockpit to your website:
2020
@Html.Partial("Umbraco.Engage/Cockpit")
2121
```
2222

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. 
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.
2424

2525
![](../../.gitbook/assets/engage-cockpit.png)
2626

2727
Clicking the Open button provides detailed information:
2828

2929
![](../../.gitbook/assets/engage-cockpit-2.png)
3030

31-
If you do not see the Cockpit while the Umbraco backoffice runs on a different domain please refer to the [load balancing / CM / CD environments](../../../../installing-umarketingsuite/loadbalancing-and-cm-cd-environments/) section.
31+
If you do not see the Cockpit while the Umbraco backoffice runs on a different domain please refer to the [load balancing / CM / CD environments](loadbalancing-and-cm-cd-environments.md) section.

13/umbraco-engage/getting-started/for-developers/infrastructure-sizing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The following presents recommendations based on the environment and the number o
1313
* **100.000 page views per month or less:** Database: CPU 2, 4-8 GB RAM, 50GB disk
1414
* **500.000 page views per month or less:** Database: CPU 4, 8-16 GB RAM, 100GB SSD disk
1515
* **1.000.000 page views per month or less:** Database: CPU 8, 16-32 GB RAM, 250GB SSD disk
16-
* **1.000.000 page views per month or more:** Please [contact our Expert Services](mailto:info@umarketingsuite.com) team to discuss the infrastructure requirements.
16+
* **1.000.000 page views per month or more:** Please [contact our Expert Services](mailto:support@umbraco.com) team to discuss the infrastructure requirements.
1717

1818
## Cloud environments
1919

13/umbraco-engage/getting-started/for-developers/loadbalancing-and-cm-cd-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To learn more, read the [Load Balancing article](https://docs.umbraco.com/umbrac
3535

3636
## Bot detection (ping)
3737

38-
Umbraco Engage will perform a ping (POST) to detect if the [visitor is a visitor or a bot](../../../../analytics/types-of-clients/). The `umbraco/engage/pagedata/ping` URL should be accessible from the content delivery and front-end servers. Make sure no firewall or other mechanism is blocking POST requests to `umbraco/engage/pagedata/ping`. If this URL is blocked, all visitors will be treated like a bot and no analytics data is collected.
38+
Umbraco Engage will perform a ping (POST) to detect if the [visitor is a visitor or a bot](../../marketers-and-editors/analytics/types-of-clients.md). The `umbraco/engage/pagedata/ping` URL should be accessible from the content delivery and front-end servers. Make sure no firewall or other mechanism is blocking POST requests to `umbraco/engage/pagedata/ping`. If this URL is blocked, all visitors will be treated like a bot and no analytics data is collected.
3939

4040
## Configuration
4141

13/umbraco-engage/getting-started/for-developers/system-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Umbraco Engage has the following requirements:
1414
It is recommended to upgrade your Umbraco installation to the latest version of Umbraco 13.
1515
{% endhint %}
1616

17-
See the [Troubleshooting](../../../../installing-umarketingsuite/troubleshooting-installs/) section if you need to upgrade from SQL CE to SQL Server.
17+
See the [Troubleshooting](../../installation/troubleshooting-installs.md) section if you need to upgrade from SQL CE to SQL Server.
1818

1919
Umbraco Engage is compatible with Umbraco Cloud.
2020

13/umbraco-engage/getting-started/for-marketers-and-editors/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ This section guides you through managing marketing campaigns and creating person
1111

1212
This tool lets you view data directly on the front end of the website.
1313

14-
## [Marketing Resources](marketing-resources/)
14+
## [Marketing Resources](marketing-resources.md)
1515

1616
Find generic popup, topbar, and exit intent popup templates to enhance your marketing efforts.

13/umbraco-engage/getting-started/for-marketers-and-editors/cockpit.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: >-
77

88
# Cockpit
99

10-
The cockpit lets you check out all the stored data when browsing the website. It is also a good way to verify your personalization setup. 
10+
The cockpit lets you check out all the stored data when browsing the website. It is also a good way to verify your personalization setup.
1111

1212
You should see the Umbraco Engage Cockpit on the left or right side of the screen:
1313

@@ -29,18 +29,18 @@ Click **Open** to see all the features of the Cockpit:
2929

3030
When the Umbraco Engage code has been added to the page you can see it when you are logged in to Umbraco. Visitors to your website do not have access to the Cockpit.
3131

32-
If you do not see the Cockpit while the Umbraco back-office runs on a different domain please contact the technical team and refer to the [load balancing / CM / CD environments](../../../../installing-umarketingsuite/loadbalancing-and-cm-cd-environments/) section.
32+
If you do not see the Cockpit while the Umbraco back-office runs on a different domain please contact the technical team and refer to the [load balancing / CM / CD environments](../for-developers/loadbalancing-and-cm-cd-environments.md) section.
3333

3434
### Data reporting client-side
3535

36-
If the [additional analytics script](../../../../analytics/clientside-events-and-additional-javascript-files/additional-measurements-with-our-ums-analytics-scripts/) of Umbraco Engage is installed you can find all tracked data in the Cockpit.
36+
If the [additional analytics script](../../developers/analytics/client-side-events-and-additional-javascript-files/additional-measurements-with-the-analytics-scripts.md) of Umbraco Engage is installed you can find all tracked data in the Cockpit.
3737

3838
The following information is tracked:
3939

4040
* The time on page. This is defined between the time the page was loaded and the current time. If you visit the website at 11:23:12 and it is now 11:25:30, your time on the page is 2 minutes and 18 seconds.
4141
* The engaged time on page. This measures the time you were active on the page. When you scroll, move your mouse, type, or select text on the website you are considered "engaged". As soon as you stop one of these actions and have no other interaction in the next five seconds this engaged timer will be stopped. This could happen when you are browsing in another window or tab of your browser or system or when you leave your computer. The time on the page is still counting, but you are not engaged at that moment.
4242
* The script tracks the maximum scroll depth that you have reached. This counts in absolute pixels and as a percentage.
43-
* All [fired events](../../../../analytics/clientside-events-and-additional-javascript-files/create-your-own-events/) are tracked.
43+
* All [fired events](../../developers/analytics/client-side-events-and-additional-javascript-files/create-your-own-events.md) are tracked.
4444
* Every out-click to other domains, a pdf file or excel file is measured by default.
4545

4646
<div align="left">
@@ -55,7 +55,7 @@ In this section you can see all the data that is captured on the server side:
5555

5656
* The browser,
5757
* The type of device,
58-
* The IP address (anonymized or not; depending on your [settings](../../../../installing-umarketingsuite/configuration-options-1-x/))
58+
* The IP address (anonymized or not; depending on your [settings](../../developers/settings/configuration/))
5959
* The total number of pages visited in this session
6060
* The total number of sessions with this cookie
6161

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ As a marketer, you want to interact with your website visitors without the help
1111
Find in this section, templates to jump-start your onsite visitor interaction.
1212

1313
With the help of these generic CSS and JavaScript templates, you will be up and running within 5 minutes.
14+
15+
Find the [Marketing Resources in the Tutorials section](../../tutorials/marketing-resources/).

13/umbraco-engage/getting-started/for-marketers-and-editors/marketing-resources/generic-exit-intent-popup-template.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)