get_cwv_element_breakdown
Gets a breakdown of the biggest LCP, INP, or CLS elements for a specific page, ranked by popularity or performance severity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| daysTo | No | Date to look to, default to yesterday's date, in dd-mm-yyyy format. | |
| domain | Yes | Domain to get the element breakdown for. | |
| rankBy | No | The criteria for ranking. Options are 'Popularity' (sorts by sessions affected) or 'Severity' (sorts by metric score). Defaults to 'Severity'. | Severity |
| country | No | Country to filter on, in 2-letter ISO code format (e.g., US, GB). Defaults to All. | All |
| grouped | No | Group data by base url withou query string or anchor | |
| pageUrl | Yes | The page path to analyze (e.g., /checkout). | |
| daysBack | No | Date to look from, default to 8 days ago, in dd-mm-yyyy format. | |
| pageSize | No | Number of elements to return. 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 |
| metricType | Yes | The metric type to analyze: LCP, INP, or CLS. | |
| pageNumber | No | Page number for pagination. Defaults to 1. | |
| outputMaxLength | No | The maximum number of characters for the output. Defaults to 5000 | |
| statisticMeasure | No | Statistical measure to display and sort by when ranking by severity: P50, P75, P90, Average. Defaults to P75. | P75 |