Releases: migueesc123/YoutubeAnalytics
Releases · migueesc123/YoutubeAnalytics
Youtube Analytics v2.3.4
This custom connector provides 7 different functions and outputs:
- Channel Information (as table)
- Complete List of Videos (as table)
- Complete List of Countries handled by YouTube (as table)
- Daily Video Statistics (as a function)
- Daily Video Subscribers (as a function)
- GET Reports from the YouTube Analytics API (as a function)
- GET Public Data from the YouTube Data API (as a function)
each of them is documented at the code level and also within the UI inside Power BI Desktop.
Fixes:
- OAuth flow now handles the refresh token
- Improvements at the code level of different functions
- Added helper functions to help with the documentation moving forward
Please give this a try and let me know your feedback. The next step is to actually create a Power BI Report and template from the Data Model created by this data.
Check the readme file for complete walkthrough on how to get started > https://github.com/migueesc123/YoutubeAnalytics/blob/YoutubeAnalyticsConnector/README.md
Youtube Analytics
Changes:
- Removed the requirement for a channel_id in the connector file. It now uses the channel_id from the authenticated user through OAuth
- Removed the limitation for number of videos to load and now added a Beta code that will handle even thousands of videos
- Added more fields to the videos such as length, dimension, and more
- Bug fixes and performance improvements in the overall code
YoutubeAnalyticsV1
This is the first production ready Power Query connector for Power BI Desktop.
Documentation will be soon to come, but I wanted to publish this one out there as soon as possible.
Improvements coming:
- The ability to handle more than 50 videos
- Error handling for pieces of the code that need it
- Tooltips and user-friendly documentation for Power BI Desktop
- Companion file to easily change the values of app key and app secret code