I am using following API call for retrieving FavoritesCount : -
https://gdata.youtube.com/feeds/api/videos/{$video_ID}?v=2&alt=json
I am parsing above API's response to retrieve Favorites Count from statistics .
But, when I log in to YouTube account and go to Analytics of that video : -
I can see following metrics when i click on Favorites on dashbord -
- Favorites Net Change
- Favorites Added
- Favorites Removed
I am confused between above Three metrics count (values) from Analytics Dashbord and Favorites Count getting from API call (statistics).My question is what is the difference or connection between these metrics from Analytic DashBoard and fav count from API call ?
