YouTube Analytics is the backbone of content strategy for creators, brands, and media companies publishing video content on the world's largest video platform. Whether you're building custom dashboards through the YouTube Analytics API, analyzing performance in YouTube Studio, or connecting YouTube data to broader marketing analytics, understanding every available dimension and metric is essential for making data-driven decisions.
This guide provides a complete reference of every dimension and metric available in YouTube Analytics as of 2026. We've organized them by category, included API field names for developers, and added practical context on when and how to use each one — from basic view counts to advanced revenue metrics and audience retention data.
How YouTube Analytics Data Is Structured
YouTube Analytics data is organized around three primary content entities: Channels, Videos, and Playlists. Channel-level metrics aggregate across all content. Video-level metrics are the most granular, showing performance of individual uploads. Playlist-level metrics track how curated collections of videos perform as a viewing experience. Groups (custom collections of videos) provide flexible aggregation for thematic analysis.
The YouTube Analytics API supports various report types: channel reports, video reports, playlist reports, and ad performance reports. Each report type supports different combinations of dimensions and metrics. Metrics are typically available with daily granularity, and most data is available after a 48-72 hour processing delay.
Channel Dimensions
Channel dimensions identify and describe the YouTube channel itself — its identity, content inventory, and configuration. These are the top-level attributes you use to segment channel-wide performance data.
| Dimension | API Field | Description |
|---|---|---|
| Channel ID | channel | Unique identifier for the YouTube channel |
| Channel Title | channelTitle | Display name of the channel |
| Channel Country | country | Country associated with the channel |
| Content Owner | contentOwner | Content owner ID for multi-channel network (MCN) reporting |
| Claimed Status | claimedStatus | Whether content is claimed by a content owner: claimed or unClaimed |
| Upload Playlist | uploadsPlaylist | System playlist containing all channel uploads |
Video Dimensions
Video dimensions describe individual video uploads — their identity, classification, and metadata. These are the most commonly used dimensions for content-level analysis and optimization.
| Dimension | API Field | Description |
|---|---|---|
| Video ID | video | Unique identifier for the video (the 11-character YouTube video ID) |
| Video Title | videoTitle | Title of the video as displayed on YouTube |
| Publish Date | publishedAt | Date and time the video was published |
| Video Duration | duration | Length of the video in ISO 8601 duration format |
| Video Category | categoryId | YouTube content category: Entertainment, Education, Music, Science & Technology, etc. |
| Video Type | videoType | Content format: regular upload, Short, live stream, or premiere |
| Live or On-Demand | liveOrOnDemand | Whether the metrics are from live streaming or on-demand viewing |
| Privacy Status | privacyStatus | Visibility: public, private, or unlisted |
| Tags | tags | Keywords associated with the video for discovery |
| Default Language | defaultLanguage | Original language of the video content |
| Default Audio Language | defaultAudioLanguage | Language of the audio track |
| Made for Kids | madeForKids | Whether the video is designated as children's content (affects metrics availability) |
Playlist Dimensions
Playlist dimensions describe curated collections of videos. Playlists are an important content strategy tool — well-organized playlists increase watch time by encouraging sequential viewing and reducing session exits.
| Dimension | API Field | Description |
|---|---|---|
| Playlist ID | playlist | Unique identifier for the playlist |
| Playlist Title | playlistTitle | Display name of the playlist |
| Playlist Item Count | itemCount | Number of videos in the playlist |
| Playlist Privacy | privacyStatus | Visibility: public, private, or unlisted |
Core Performance Metrics (Views and Watch Time)
These are the foundational metrics that measure how your content is discovered and consumed. Watch time is the single most important metric for YouTube's recommendation algorithm — it determines whether your content gets promoted to broader audiences through Browse features and Suggested videos.
| Metric | API Field | Description | Formula / Notes |
|---|---|---|---|
| Views | views | Number of times your video was watched | Requires ~30 seconds of watch time (or full video if shorter) |
| Watch Time (Minutes) | estimatedMinutesWatched | Total minutes viewers spent watching your content | Most important algorithm signal — drives recommendations |
| Watch Time (Hours) | estimatedHoursWatched | Total hours of watch time (channel-level) | 4,000 hours in 12 months required for YouTube Partner Program |
| Average View Duration | averageViewDuration | Average time in seconds viewers watched per view | Total Watch Time ÷ Views |
| Average Percentage Viewed | averageViewPercentage | Average percentage of the video watched per view | (Average View Duration ÷ Video Duration) × 100 |
| Impressions | impressions | Times your video thumbnail was shown to viewers | Includes home feed, search, suggested, playlists, trending |
| Impressions CTR | impressionsCtr | Click-through rate on thumbnails | (Views from Impressions ÷ Impressions) × 100 |
| Unique Viewers | uniqueViewers | Estimated unique individuals who watched your content | Cannot be summed across periods — use the full date range |
| Red Views | redViews | Views from YouTube Premium (formerly YouTube Red) subscribers | These viewers watched without ads |
| Red Watch Time | redWatchTimeMinutes | Watch time from YouTube Premium subscribers | Contributes to Premium revenue allocation |
Engagement Metrics
Engagement metrics measure how actively viewers interact with your content beyond just watching. High engagement signals to YouTube's algorithm that your content is valuable, which can boost its promotion in recommendations and search results.
| Metric | API Field | Description | Notes |
|---|---|---|---|
| Likes | likes | Number of likes on the video | Public engagement signal and algorithm input |
| Dislikes | dislikes | Number of dislikes on the video | Still tracked in Analytics but count is hidden publicly since Nov 2021 |
| Comments | comments | Number of comments on the video | Includes replies — strong engagement signal |
| Shares | shares | Times the video was shared via YouTube's share button | Includes share to social platforms, messaging apps, and copy link |
| Subscribers Gained | subscribersGained | New subscribers gained from this content | Can be broken down by traffic source |
| Subscribers Lost | subscribersLost | Subscribers lost (unsubscribed) | High loss after specific videos signals content mismatch |
| Videos Added to Playlist | videosAddedToPlaylists | Times the video was added to a user's playlist | Strong intent signal — user wants to revisit |
| Videos Removed from Playlist | videosRemovedFromPlaylists | Times the video was removed from a user's playlist | Net playlist additions = added - removed |
| Card Impressions | cardImpressions | Times cards were shown during video playback | Measures card visibility opportunity |
| Card Clicks | cardClicks | Clicks on cards during playback | Card CTR = Card Clicks ÷ Card Impressions |
| Card CTR | cardClickRate | Click-through rate on cards | (Card Clicks ÷ Card Impressions) × 100 |
| End Screen Impressions | endScreenImpressions | Times end screen elements were shown | Only appears during the last 5-20 seconds of the video |
| End Screen Clicks | endScreenClicks | Clicks on end screen elements | Drives continued viewing — critical for watch time optimization |
| End Screen CTR | endScreenClickRate | Click-through rate on end screen elements | (End Screen Clicks ÷ End Screen Impressions) × 100 |
| Annotation Clicks | annotationClicks | Clicks on legacy annotations (deprecated for new videos) | Only applies to older videos with annotations |
Revenue Metrics
Revenue metrics are available for channels enrolled in the YouTube Partner Program. They track earnings from ads, memberships, Super Chat, and YouTube Premium revenue allocation. Understanding the difference between RPM and CPM is essential for accurate revenue analysis.
| Metric | API Field | Description | Formula / Notes |
|---|---|---|---|
| Estimated Revenue | estimatedRevenue | Total estimated earnings from all YouTube monetization sources | Includes ads, Premium, memberships, Super Chat, Super Stickers |
| Estimated Ad Revenue | estimatedAdRevenue | Earnings from ads shown on your content | After YouTube's 45% revenue share |
| RPM (Revenue Per Mille) | rpm | Revenue earned per 1,000 views across all sources | (Estimated Revenue ÷ Views) × 1,000 |
| CPM | cpm | Cost per 1,000 ad impressions (what advertisers pay) | Higher than RPM due to YouTube revenue share and unmonetized views |
| Playback-Based CPM | playbackBasedCpm | Cost per 1,000 playbacks that showed at least one ad | More relevant for creators than impression-based CPM |
| Ad Impressions | adImpressions | Number of individual ad impressions served on your content | Multiple ads can show per video view (pre-roll, mid-roll, etc.) |
| Monetized Playbacks | monetizedPlaybacks | Views that generated at least one ad impression | Not all views are monetized — depends on viewer location, ad inventory |
| Estimated Red Revenue | estimatedRedPartnerRevenue | Revenue from YouTube Premium subscriber watch time | Allocated based on share of Premium members' watch time |
| Gross Revenue | grossRevenue | Total revenue before YouTube's share | Content owner reports only — before the 55/45 split |
Audience Metrics and Retention
Audience metrics reveal who your viewers are, where they come from, and how they engage with your content over time. Retention data is particularly powerful — it shows you exactly where viewers stay engaged or lose interest in each video.
| Metric | API Field | Description | Notes |
|---|---|---|---|
| Unique Viewers | uniqueViewers | Estimated unique individuals who watched | Cannot be summed across periods |
| Returning Viewers | returningViewers | Viewers who have watched your channel before | Loyal audience indicator |
| New Viewers | newViewers | First-time viewers of your channel | Audience growth indicator |
| Subscriber Views | subscribedViews | Views from users subscribed to your channel | Measures subscriber engagement and notification effectiveness |
| Non-Subscriber Views | unsubscribedViews | Views from non-subscribers | Indicates discovery and recommendation reach |
| Absolute Retention | audienceRetention | Percentage of viewers watching at each second of the video | Curve data — spikes indicate replayed moments, dips indicate exits |
| Relative Retention | relativeRetention | How your retention compares to similar-length videos | Above average, average, or below average at each point |
| Average View Duration | averageViewDuration | Average seconds watched per view | Total watch time ÷ views |
Traffic Source Dimensions
Traffic source dimensions reveal how viewers discover and navigate to your content. Understanding traffic sources is critical for optimizing your distribution strategy — whether to invest in SEO (YouTube search), thumbnails (Browse features), or external promotion.
| Dimension | API Field | Description |
|---|---|---|
| Traffic Source Type | insightTrafficSourceType | Category of how viewers found the video |
| Browse Features | YT_BROWSE | Home page, subscriptions feed, trending — algorithm-driven discovery |
| YouTube Search | YT_SEARCH | Viewers who found the video through YouTube search queries |
| Suggested Videos | RELATED_VIDEO | Recommended alongside or after other videos — algorithm-driven |
| External | EXT_URL | Traffic from websites, social media, messaging apps, or email |
| Playlist Page | YT_PLAYLIST_PAGE | Views initiated from playlist pages |
| Channel Pages | YT_CHANNEL | Views from your channel page or other channel pages |
| Notifications | NOTIFICATION | Views from bell notifications and subscription emails |
| End Screen | END_SCREEN | Views driven by end screen elements on other videos |
| Cards | ANNOTATION | Views from info cards and legacy annotations |
| Shorts Feed | SHORTS | Views from the vertical Shorts feed |
| Direct or Unknown | NO_LINK_OTHER | Direct URL, bookmarks, or unidentified sources |
| Traffic Source Detail | insightTrafficSourceDetail | Specific source within the type (e.g., search query, referring video ID, website URL) |
Demographic Breakdown Dimensions
Demographic dimensions let you segment your audience by personal characteristics and viewing context. These are essential for understanding who your audience is and tailoring content, titles, and thumbnails to resonate with your core viewers.
Viewer Demographics
| Dimension | API Field | Description |
|---|---|---|
| Age Group | ageGroup | Viewer age bracket: 13-17, 18-24, 25-34, 35-44, 45-54, 55-64, 65+ |
| Gender | gender | MALE, FEMALE, or USER_SPECIFIED |
| Country | country | Viewer country by ISO code (US, IN, BR, GB, etc.) |
| Province / State | province | State or province within the country (US states, Canadian provinces, etc.) |
| City | city | Viewer city (available in YouTube Studio, limited API access) |
| Viewer Language | viewerLanguage | Language preference of the viewer's YouTube interface |
| Subscription Status | subscribedStatus | Whether the viewer is subscribed or not subscribed to the channel |
Device and Platform Breakdowns
| Dimension | API Field | Description |
|---|---|---|
| Device Type | deviceType | MOBILE, DESKTOP, TABLET, TV, GAME_CONSOLE, or UNKNOWN |
| Operating System | operatingSystem | Android, iOS, Windows, macOS, Linux, Smart TV OS, etc. |
| Playback Location | insightPlaybackLocationType | Where the video was played: YouTube watch page, embedded player, YouTube app, etc. |
Time Dimensions
| Dimension | API Field | Description |
|---|---|---|
| Day | day | Daily granularity (YYYY-MM-DD format) |
| Month | month | Monthly aggregation (YYYY-MM format) |
| Year | year | Yearly aggregation |
How to Use YouTube Metrics for Content Optimization
YouTube's algorithm rewards content that keeps viewers on the platform. Here's a practical framework for selecting the right metrics at each stage of content strategy.
For maximizing discoverability
Focus on impressions CTR and watch time. These two metrics are the primary inputs to YouTube's recommendation engine. A high CTR tells YouTube your thumbnail and title are compelling. High watch time tells YouTube your content delivers on the promise. Target a CTR above 5% and average view duration above 50% of video length. If CTR is high but watch time is low, your titles are clickbait — fix the content. If watch time is high but CTR is low, improve your thumbnails and titles.
For audience growth
Track subscribers gained per video, subscriber-to-view ratio (subscribers gained ÷ views), and new vs. returning viewers. Videos that drive high subscriber-to-view ratios above 1% are your strongest growth content. Analyze which videos attract the most non-subscriber views — these are your discovery engines. Use traffic source data to understand whether growth comes from search, recommendations, or external promotion.
For retention optimization
Analyze the audience retention curve for every video. The first 30 seconds determine whether YouTube promotes the video — aim for 70%+ retention at the 30-second mark. Identify dip patterns (where viewers leave) and spike patterns (where viewers rewatch). Use this data to refine your video structure: stronger hooks, pattern interrupts at typical dip points, and clear payoff moments throughout.
For revenue optimization
Monitor RPM as your primary revenue efficiency metric — it reflects actual earnings across all sources per 1,000 views. Compare CPM across content categories to identify which topics attract higher-paying advertisers. Optimize ad impressions per view through strategic mid-roll placement (for videos over 8 minutes). Track monetized playback rate (monetized playbacks ÷ views) — if this is below 50%, your audience may be in lower-CPM regions or using ad blockers.
For Shorts strategy
Shorts have different success metrics. Focus on views velocity (views in first 24-48 hours), likes-to-views ratio, and subscribers gained from Shorts. Shorts serve as a discovery funnel for your long-form content. Track how many viewers transition from Shorts to watching your longer videos through the traffic source dimension.
What Changed in 2024-2026: Updates and New Metrics
YouTube has introduced several new metrics and reporting capabilities over the past two years that affect how creators and analysts work with data.
Shorts monetization metrics
With the launch of Shorts ad revenue sharing in 2023, Shorts now have dedicated revenue metrics including Shorts RPM, Shorts ad revenue, and Shorts monetized views. These are reported separately from long-form content revenue. The Shorts RPM is typically lower than long-form RPM but has been increasing as advertiser adoption grows.
Advanced audience insights
YouTube added returning viewers and new viewers as dedicated metrics in 2024, making it easier to track audience loyalty versus discovery. The viewer funnel (impressions → views → engaged views → subscribers) is now directly visible in YouTube Studio with conversion rates at each stage.
Multi-format analytics
YouTube Studio now separates analytics for Long-form, Shorts, Live, and Posts into distinct tabs with format-specific metrics. The API also supports filtering by videoType to isolate Shorts from regular uploads in custom reports.
Real-time analytics improvements
Real-time data (first 48 hours after publish) now includes more granular metrics including minute-by-minute views, concurrent viewers for live streams, and early engagement signals. This helps creators identify trending content faster and make timely decisions about promotion and community engagement.
Common Mistakes When Analyzing YouTube Data
These frequent errors lead to misinterpretation of YouTube Analytics data and suboptimal content decisions.
1. Obsessing over view counts instead of watch time
Views measure clicks; watch time measures value. YouTube's algorithm prioritizes watch time over views. A video with 10,000 views and 80% average retention creates more algorithmic value than a video with 50,000 views and 15% retention. Always evaluate content performance through the lens of average view duration and total watch time, not just view counts.
2. Comparing CTR across different traffic sources
Impressions CTR varies dramatically by source. Browse features typically show 3-8% CTR, while suggested videos show 1-4% CTR. A video's overall CTR is a weighted average of these sources. Comparing CTR across videos with different traffic source distributions is misleading. Always analyze CTR within the same traffic source context.
3. Summing unique viewers across time periods
Like reach on other platforms, unique viewers is a deduplicated metric. The same person watching in January and February counts as 1 unique viewer for the quarter but 1 per month. Sum views and watch time across periods, but always query unique viewers for the full date range you need.
4. Confusing RPM with CPM
RPM (what you earn per 1,000 views) is always significantly lower than CPM (what advertisers pay per 1,000 ad impressions). This is because not all views are monetized, and YouTube takes a 45% revenue share. Using CPM to estimate revenue leads to dramatically inflated projections.
5. Ignoring the first 30 seconds of retention
YouTube decides whether to promote your video to broader audiences based heavily on initial retention. If you lose 50% of viewers in the first 30 seconds, the algorithm will limit distribution regardless of how good the rest of the video is. Always optimize your hook before optimizing your middle or end content.
6. Not segmenting by subscription status
Subscriber and non-subscriber behavior differs significantly. Subscribers tend to have higher CTR but lower watch time (familiar with your content, may skip parts). Non-subscribers have lower CTR but higher retention when they do click (more invested in content discovery). Analyze these segments separately for accurate performance assessment.
