We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
engagedViews
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a new metric added in the latest revision for youtube Analytics and Reporting APIs
https://developers.google.com/youtube/analytics/revision_history
https://developers.google.com/youtube/analytics/metrics
Trying to pull that metrics will not work with Yt::Video#reports. Something like:
Yt::Video#reports
# video is Yt::Video video.reports only: [:views, :engagedViews], by: :day, since: "2025-04-01", until: "2025-05-01"
The engaged views metrics will just get ignored in the resulting report.
The text was updated successfully, but these errors were encountered:
Thank you for reporting the update!
Sorry, something went wrong.
video.reports only: [:views, :engaged_views], by: :day, since: "2025-04-01", until: "2025-05-01"
It will be available like this, if merge #442
@kangkyu That's perfect. Thank you.
Here's a cool GH trick tough. In GH pull requests, you can use the closes keyword to auto close issues when the PR merges. https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests
closes
By #444 engagedView is available for video group and playlist as well.
No branches or pull requests
Context
This is a new metric added in the latest revision for youtube Analytics and Reporting APIs
https://developers.google.com/youtube/analytics/revision_history
https://developers.google.com/youtube/analytics/metrics
Trying to pull that metrics will not work with
Yt::Video#reports
. Something like:The engaged views metrics will just get ignored in the resulting report.
The text was updated successfully, but these errors were encountered: