Cockpit
The Cockpit is a tool to let you view data directly on the front end of the website.
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.
Adding the Cockpit to Your Website
To add the cockpit to your website:
Render the HTML partial provided by Umbraco Engage.
The partial view is located at
/Views/Partials/Umbraco.Engage/Cockpit.cshtml
.Insert the following code before the closing
</body>
tag:
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.
Clicking the Open button provides detailed information:
If the Cockpit is missing and the Umbraco backoffice runs on a different domain, see the Load Balancing and CM/CD Environments article.
Last updated