get_error_vendors
Gets JavaScript error volume grouped by source (third-party vendor or first-party 'your code') for a domain, including each source's share of errors, distinct issues, and affected page views.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Filter to a single page path, e.g. /checkout. Defaults to all pages. | |
| party | No | Filter by originating party: All, FirstParty, or ThirdParty. Defaults to All. | All |
| daysTo | No | Date to look to, default to today, dd-mm-yyyy or dd-mm-yyyy hh:mm format | |
| domain | Yes | Domain to get error sources for. | |
| browser | No | Browser to filter on (e.g. Chrome, Firefox). Defaults to All. | All |
| country | No | Country to filter on, 2-letter ISO code (e.g. US, GB). Defaults to All. | All |
| daysBack | No | Date to look from, default to 7 days ago, dd-mm-yyyy or dd-mm-yyyy hh:mm format | |
| deviceType | No | Filter by device type: All, Desktop, Mobile, Other. | All |
| includeBots | No | Include bot/crawler errors (excluded by default). | |
| outputMaxLength | No | The maximum number of characters for the output. Defaults to 5000 |