get_sulvo_report
Fetch a Sulvo report (read-only). Requires SULVO_API_KEY in the server environment (a publisher generates it in the dashboard: Account Settings -> API key). Covers by-date, by-date-and-ad-unit, by-domain-and-ad-unit, bot-filtering, bot-scores, invalid-activity, direct-bidder-analysis, and ad-units-by-domain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End date (YYYY-MM-DD or ISO). | |
| start | No | Start date (YYYY-MM-DD or ISO). Required by most date-bounded reports. | |
| adRoots | No | Filter to these ad unit roots. | |
| domains | No | Filter to these publisher domains. | |
| adProvider | No | Optional provider filter (e.g. relabe, adsense). | |
| reportType | Yes | Which report to fetch. | |
| directBidder | No | Required for direct-bidder-analysis: the bidder name. | |
| outputFormat | No | markdown |