I am using the Zend PHP Gdata API for Youtube to retrieve data and upload video on Youtube and need to get Insight information for each video but confused how.
I have read on forums and random posts it comes through in the getVideoEntry if you are authenticated and you own the video (which I am / and the video is). I get the statistics object but I wanted the full insight data.
I have seen the following documentation but can't see how to get it using the API:
http://code.google.com/apis/youtube/2.0/developers_guide_protocol_insight.html
Thanks, James