https://github.com/anandanraju/youtube-data-api-model
The YouTube Analytics API enables you to generate custom reports containing YouTube Analytics data. The API supports reports for channels and for content owners. Report fields are characterized as either dimensions or metrics
https://github.com/anandanraju/youtube-data-api-model
analytics data-analysis data-science metrics model python telemetry youtube youtube-api
Last synced: 7 months ago
JSON representation
The YouTube Analytics API enables you to generate custom reports containing YouTube Analytics data. The API supports reports for channels and for content owners. Report fields are characterized as either dimensions or metrics
- Host: GitHub
- URL: https://github.com/anandanraju/youtube-data-api-model
- Owner: anandanraju
- Created: 2023-03-09T17:29:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T16:52:32.000Z (almost 3 years ago)
- Last Synced: 2025-06-24T01:38:56.774Z (7 months ago)
- Topics: analytics, data-analysis, data-science, metrics, model, python, telemetry, youtube, youtube-api
- Language: Jupyter Notebook
- Homepage:
- Size: 2.82 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Youtube-Data-API-Model

# Introduction
The YouTube Analytics API enables you to generate custom reports containing YouTube Analytics data. The API supports reports for channels and for content owners. Report fields are characterized as either dimensions or metrics:
* Dimensions are common criteria that are used to aggregate data, such as the date on which an action occurred or the country where the users were located.
In a report, each row of data has a unique combination of dimension values. As such, the dimensions you choose for a report determine how YouTube calculates the values for the metrics in that report.
* Metrics are individual measurements related to user activity, ad performance, or estimated revenue. User activity metrics include things like video view counts and ratings (likes and dislikes).
The Analytics API provides filtering and sorting parameters, so the calling application does not need to natively support those functions. The API also allows you to retrieve data for YouTube Analytics groups, where a group is a custom collection of up to 500 videos, playlists, channels, or assets.