get_network_stats
Get network-wide statistics across all partner screens.
WHEN TO USE:
Getting a high-level overview of network performance
Checking how many screens are online
Reviewing total impressions and revenue estimates
RETURNS:
total_screens, online_screens
impressions, total_auctions
revenue_estimate_usd, avg_cpm, fill_rate
EXAMPLE: User: "How is my network performing this week?" get_network_stats({ time_range: "7d" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time_range | No | Time range for stats (default: 7d) |