Skip to content

Commit 9cb0a71

Browse files
committed
Cockpit article!
1 parent 6a799a4 commit 9cb0a71

File tree

1 file changed

+29
-21
lines changed
  • 13/umbraco-ums/getting-started/for-marketers-and-editors

1 file changed

+29
-21
lines changed
Lines changed: 29 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,61 @@
1+
---
2+
description: The Cockpit is a tool to let you view data directly on the front end of the website.
3+
---
4+
15
# Cockpit
26

3-
To enable the uMarketingSuite cockpit add the following partial just above the body end.
7+
The cockpit gives you the option to check out all the stored data when browsing through the website. It is also a good way to verify your personalization setup.
8+
9+
To enable the uMS Cockpit add the following code above the `</body`> tag.
410

5-
@Html.Partial("uMarketingSuite/Cockpit")</body>
11+
```csharp
12+
@Html.Partial("uMarketingSuite/Cockpit")
13+
```
614

7-
If you reload the page it will show you the uMarketingSuite Cockpit on the left or right side of the screen:
15+
Once the code is added, reload the page to see the uMS Cockpit on the left or right side of the screen:
816

917
![]()
1018

11-
Click open to see all the features of the Cockpit:
19+
Click **Open** to see all the features of the Cockpit:
1220

1321
![]()
1422

15-
The cockpit gives you the option to check out all the data that is stored on the fly when browsing through the website. It's also a really easy way to verify your personalization setup.
16-
1723
## Access to the cockpit
1824

19-
When the uMarketingSuite cockpit partial has been added to the page you will see it when you are logged in to Umbraco (!). Visitors of your website won't see the cockpit. If you don't see the cockpit and Umbraco is running on a different domain please refer to the [loadbalancing / CM / CD environments](/installing-umarketingsuite/loadbalancing-and-cm-cd-environments/) section.
25+
When the uMS Cockpit code has been added to the page you can see it when you are logged in to Umbraco. Visitors of your website will not see the Cockpit.
26+
27+
If you do not see the Cockpit and Umbraco is running on a different domain please refer to the [load balancing / CM / CD environments](/installing-umarketingsuite/loadbalancing-and-cm-cd-environments/) section.
2028

2129
### Data reporting client side
2230

23-
If you've setup the [additional Analytics-script](/analytics/clientside-events-and-additional-javascript-files/additional-measurements-with-our-ums-analytics-scripts/) of the uMarketingSuite you'll find all tracked data in the cockpit.
31+
If you have setup the [additional Analytics-script](/analytics/clientside-events-and-additional-javascript-files/additional-measurements-with-our-ums-analytics-scripts/) of the uMS you can find all tracked data in the Cockpit.
2432

25-
We will track:
33+
The following is tracked:
2634

27-
- The time on page. This is defined betweened the time the page was loaded and the current time. So if you visit the website at 11:23:12 and it's now 11:25:30 you're time on page is 2 minutes and 18 seconds.
28-
- The engaged time on page. This is a far more important metric because it measures the time you were active on the page. When you scroll, move your mouse, type or select text on the website you're 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're browsing in another window or tab of your browser or system, when you went to grab a cup of coffee, or when you're talking to a colleague. The time on page is still counting, but you're not engaged at that moment.
29-
- The script tracks the maximum scrolldepth that you have reached. Both in absolute pixels and as a percentage
30-
- We keep track off all [fired events](/analytics/clientside-events-and-additional-javascript-files/create-your-own-events/) within the uMarketingSuite
31-
- And finally we measure every outclick to another domain, a pdf-file or excel-file by default
35+
- The time on page. This is defined betweened 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 page is 2 minutes and 18 seconds.
36+
- 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 left your computer. The time on page is still counting, but you are not engaged at that moment.
37+
- The script tracks the maximum scrolldepth that you have reached. This counts in absolute pixels and as a percentage.
38+
- All [fired events](/analytics/clientside-events-and-additional-javascript-files/create-your-own-events/) are tracked.
39+
- Every outclick to other domains, a pdf-file or excel-file is measured by default.
3240

3341
![]()
3442

3543
### Data reporting server side
3644

37-
In this section you'll see all the data that is capture server side:
45+
In this section you can see all the data that is captured on the server side:
3846

3947
- The browser,
40-
- the type of device,
41-
- the IP address (anonymized or not; depending on your [settings](/installing-umarketingsuite/configuration-options-1-x/))
42-
- The total number of pages you've visited in this session
43-
- The total number of sessions you've had with this cookie
48+
- The type of device,
49+
- The IP address (anonymized or not; depending on your [settings](/installing-umarketingsuite/configuration-options-1-x/))
50+
- The total number of pages visited in this session
51+
- The total number of sessions with this cookie
4452

45-
Also you have the option to easily delete your uMarketingSuite cookie
53+
Also you have the option to delete your uMS cookie
4654

4755
![]()
4856

4957
### Segments
5058

51-
In the segments section you can easily see which segments are configured and which are applied to the current visitor.
59+
In the segments section you can see which segments are configured and which are applied to the current visitor.
5260

5361
![]()

0 commit comments

Comments
 (0)