The YouTube Data API v3 provides all-time view counts per video via videos?part=statistics, but this field is not currently exposed in the Windsor YouTube connector.
Requested field:
video_view_count_total (sourced from statistics.viewCount)
Use case: We want to batch-fetch view counts across all videos and trigger a social media post when a video crosses 1,000,000 views. The current workaround — aggregating daily Analytics API data over a wide date range — is slow and produces minor discrepancies.