get_page_performance_breakdown_by_browser
Gets an overview of performance metrics broken down by browser.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Optional page path to filter by, e.g., /checkout. Defaults to 'origin' (all pages). | origin |
| daysTo | No | Date to look to, default to yesterdays date, dd-mm-yyyy or dd-mm-yyyy hh:mm format | |
| domain | Yes | Domain to get the performance overview for | |
| metric | No | Metric to look at, possible options are All, LCP, INP, CLS, TTFB. This also determines the metric for 'severity' ranking. | All |
| rankBy | No | The criteria for ranking. Options are 'Popularity' or 'Severity'. Defaults to 'Popularity'. | Popularity |
| daysBack | No | Date to look from, default to 8 days ago, dd-mm-yyyy or dd-mm-yyyy hh:mm format | |
| pageSize | No | The number of items to include in the result set. Defaults to 10. | |
| direction | No | The sorting direction. Options are 'Worst' or 'Best'. Defaults to 'Worst'. | Worst |
| pageGroup | No | Filter by page group/category name. Defaults to All. | All |
| deviceType | No | Filter by device type: All, Desktop, Mobile, Other. | All |
| pageNumber | No | The page number of the result set to retrieve. Defaults to 1. | |
| outputMaxLength | No | The maximum number of characters for the output. Defaults to 5000 | |
| statisticMeasure | No | Statistical measure, options are P50, P75, P90, Average. Defaults to P75. | P75 |