I'm trying to build an application for a special purpose. I have a
number of tasks the app should do and already figured out a couple of
things.
-----------------------------------------------
Question 1:
One of the ojectives is to get a result of videos that does not
contain a certain author.
A Speudoquery would look like this:
retrieve all Videosentries from $searchstring
   exclude the authors "Author1", "author2"
   order by viewcount descending
is something like that possible?
--------------------------------------------
Question 2:
I'm working for a company with around 2000 Videos(adding 5-10 new
every week). And we would like to batch-retrieve the Youtube-Insights
Data for every Video,the complete Channel and public available entry
data for the last 2-3 Years.
I've been looking into this for the last couple of days and it seems
that there are a few issues i can't work around.
1. You are limiting the results to 1000. E.g. If i want to store all
viewcounts for all our videos in our own Database I would not have the
chance to get all entries. Is there any way to get this data besides
downloading and processing 2000 csv files with insights Data? I could
work with a custom query that retrieves just the video-id's of all our
videos.(2100+ results)
2. You are limiting insights reports exports to one month. If i wanted
to get all reports for all Videos for the last few years. It would
take countless hours to work trough that logic.
I hope you can help me on these issues.
---------------------------------------------
-- 
You received this message because you are subscribed to the Google Groups "YouTube APIs Developer Forum" group.
To post to this group, send email to youtube-api-gdata@googlegroups.com.
To unsubscribe from this group, send email to youtube-api-gdata+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/youtube-api-gdata?hl=en.
No comments:
Post a Comment