N8N Tools - YouTube Enhanced
Actions83
- Videos Actions
- Channels Actions
- Playlists Actions
- Search Actions
- Analytics Actions
- Get Channel Analytics
- Get Video Analytics
- Get Playlist Analytics
- Get Content Owner Analytics
- Get Audience Retention
- Get Demographics
- Get Geographic Data
- Get Device Data
- Get Traffic Source Data
- Get Revenue Data
- Get Ad Performance Data
- Get Subscriber Analytics
- Get Playback Location Data
- Get Video Performance Data
- Get Playlist Performance Data
- Get Annotation Performance Data
- Get Card Performance Data
- Get Sharing Service Data
- Get Live Streaming Data
- Get Content Type Data
- Get Time Based Data
- Comments Actions
- Subscriptions Actions
- Live Streaming Actions
- Video Upload Actions
- Community Posts Actions
- Thumbnails Actions
- Captions Actions
- Channel Memberships Actions
- Super Chat & Thanks Actions
Overview
The "Get Thumbnail Performance" operation under the "Thumbnails" resource in this YouTube Enhanced node fetches analytics data related to the performance of video thumbnails over a specified date range. This operation is useful for content creators, marketers, and analysts who want to understand how well their video thumbnails are performing in terms of viewer engagement and other metrics.
Typical use cases include:
- Measuring the effectiveness of different thumbnail designs by comparing performance metrics.
- Tracking changes in thumbnail performance over time.
- Optimizing thumbnails to increase click-through rates and overall video views.
For example, a user can input multiple video IDs along with a start and end date to retrieve aggregated thumbnail performance data, helping them decide which thumbnails attract more viewers.
Properties
| Name | Meaning |
|---|---|
| Start Date | The beginning date for the analytics data period to analyze (required). |
| End Date | The ending date for the analytics data period to analyze (required). |
| Video IDs | Comma-separated list of YouTube video IDs for which to retrieve thumbnail performance (required). |
Output
The output is a JSON object containing the thumbnail performance analytics data for the specified videos within the given date range. The exact structure depends on the API response but typically includes metrics such as impressions, clicks, click-through rate, and other relevant statistics that describe how thumbnails performed.
No binary data output is involved in this operation.
Dependencies
- Requires an active subscription and valid API key credential for the external "N8N Tools API" service.
- Requires OAuth2 credentials or API authentication tokens for accessing YouTube Data and Analytics APIs.
- The node internally uses a helper class dedicated to thumbnail-related API calls to fetch performance data.
Troubleshooting
- Invalid Subscription or API Key: If the node throws an error indicating invalid subscription or API key, verify that the provided API key credential is correct and has the necessary permissions.
- Missing Required Parameters: Ensure that "Start Date", "End Date", and "Video IDs" are all provided and correctly formatted.
- API Rate Limits: Exceeding YouTube API quotas may cause errors; consider implementing retries or reducing request frequency.
- Malformed Video IDs: Providing invalid or non-existent video IDs will result in empty or error responses.
- Date Range Issues: The start date must be before the end date; otherwise, the API may reject the request.