Friday, March 2, 2012

[YouTube-API] Re: Yt Data API Query should exclude author

Hello,

The only search parameter that supports negative terms is 'q':

https://developers.google.com/youtube/2.0/reference#qsp

This will apply the negative search to not only the author value but
also the title, description and keyword values. So if you're trying to
exclude videos uploaded by account XYZ, you'd also end up excluding
videos with XYZ in their titles.

It seems like you're aware of the current limitations to YouTube
Insight. There's no secret approach to working around them. At some
point in the future we plan on making a new YouTube Analytics API
available which should offer more flexibility, but we have nothing to
announce when it comes to that right now.

Cheers,
-Jeff Posnick, YouTube API Team
groups.google.com/group/youtube-api-gdata | apiblog.youtube.com |
@YouTubeDev


On Feb 29, 8:54 am, muszleit <m.uszl...@googlemail.com> wrote:
> hi,
>
> 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