Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 94 additions & 0 deletions docs/analytics-insights-private-desktop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
---
id: insights-private-desktop
title: Private Desktop Insights
sidebar_label: Private Desktop
description: Discover LambdaTest's Private Desktop Insights for comprehensive test cases insights. Optimize your testing efforts today.
keywords:
- analytics
- test insights
- private Desktop
- Desktop insights
- Desktop trends
- Desktop status ratio

url: https://www.lambdatest.com/support/docs/insights-private-desktop/
site_name: LambdaTest
slug: insights-private-desktop/
---

<script type="application/ld+json"
dangerouslySetInnerHTML={{ __html: JSON.stringify({
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://www.lambdatest.com"
},{
"@type": "ListItem",
"position": 2,
"name": "Support",
"item": "https://www.lambdatest.com/support/docs/"
},{
"@type": "ListItem",
"position": 3,
"name": "Linear App Integration",
"item": "https://www.lambdatest.com/support/docs/insights-private-desktop/"
}]
})
}}
></script>

---

import NewTag from '../src/component/newTag';


LambdaTest Private desktop Insights provide comprehensive insights into your private desktop testing efforts. These insights help you optimize your testing efforts by providing detailed insights into your desktop device usage insights, and more.

:::note
The Private desktop Insights is currently in <NewTag value="BETA" bgColor="#ffec02" color="#000" />. If you have any feedback or suggestions, please feel free to reach out to us at [support@lambdatest.com](mailto:support@lambdatest.com).
:::

## Device Usage Insights

The Device Usage Insights is a powerful widget that provides a comprehensive overview of your private desktop testing efforts. It displays the total number of devices used, the total number of tests run, and the total duration of devices in use.

### How it works?

* The Device Usage Insights widget provides a comprehensive overview of your private desktop testing efforts.
* The widget helps you optimize your testing efforts by providing detailed insights into your desktop device usage insights.

### Value Proposition

This widget helps you understand the overall device usage status of your private desktop. It provides a detailed breakdown of the devices used, the devices available, and the devices in use.

## Usage by Users, Groups and Sub-Organizations

The Usage by Users, Groups, and Sub-Organizations widget provides a comprehensive overview of your private desktop testing efforts. It displays the total number of users, groups, and sub-organizations using the private desktop.

### How it works?

* This widget helps you understand the overall usage status of your private desktop.
* It provides a detailed breakdown of the users, groups, and sub-organizations using the private desktop.

### Value Proposition

This widget helps you optimize your testing efforts by providing detailed insights into your private desktop usage by users, groups, and sub-organizations.

## Filters

We provide a range of filters to help you customize your insights dashboard. You can filter your insights based on the following parameters:

* Date Range - Filter your insights based on a specific date range.
* Users - Filter your insights based on specific users.
* Host Name - Filter your insights based on specific host names.
* Browsers - Filter your insights based on specific browser names.
* OS - Filter your insights based on specific device platforms.
* Project Name - Filter your insights based on specific project names.
* Group Name - Filter your insights based on specific group names.

## Support

If you have any questions or need further assistance, please feel free to reach out to our [24/7 customer support](mailto:support@lambdatest.com). Our team of experts is always here to help you with your testing efforts.
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -3032,6 +3032,7 @@ module.exports = {
"analytics-allure-api-widgets",
"analytics-test-case-insights",
"insights-private-real-devices",
"insights-private-desktop",
"insights-usage-report",
"analytics-sub-organization-widgets",
"analytics-dashboard-edit-layout",
Expand Down
Loading