YTAnalytics 0.2.1 2025-03-15
- Fixed bug in analytics_requestwhere function attempts
to remove token by element rather than element name.
YTAnalytics 0.2.0 2024-08-29
- Added error checking functionality when reading in a token file.
Previously a token file would be read in and print a message saying that
the token was successfully read, but if the token was expired the user
wouldn’t know until making a request.
- Added a progress bar to help track progress when passing vectors of
video/playlist ids
- Added the playlist_metadatafunction.
- Fixed misc bugs like incorrect parameters being passed to functions
or passing parameters that didn’t exist
- Added github pages website (davisj95.github.io/YTAnalytics)
- Removed documentation for internal functions that aren’t meant to be
called directly
YTAnalytics 0.1.0 2023-09-13
- Allows a vector of video ids or playlist ids to be passed to
videoandplaylist functions.
- Fixed an issue with dates where dates not passed as characters threw
errors. Date objects and strings are both acceptable now.
- Fixed issues with most playlistfunctions that had;isCurated==1missing from its filters.
- Removed playlist_citiesas playlist city information is
not made available through the API.
- Fixed typo with playback_locationfile name
- Changed error_checkingmessage to warning
YTAnalytics 0.0.5 2023-08-28
- Fixed issues where some functions were passing multiple
metricparameters toanalytics_request, which
threw an error inget_statsfunctions andtrafficfunctions.
- Fixed issue with channel_videoswhere incorrectuploadsplaylistId was passed.
- Fixed issue with metadatafunctions where it attempted
to filter to columns that didn’t exist.
- Fixed issue with youtube_oauthwhere creating a token
from scratch threw errors.
YTAnalytics 0.0.4
- Initial release of YTAnalytics.