Reply
Visitor
cwigmore
Posts: 5
Registered: ‎01-15-2009
0 Kudos

Include url of web page containing a player in reports

Is there a way to include the URL of a page that contains a player within reports provided by Brightcove?  If not, any suggestions on how to accomplish this?

Brightcove Team
BC-Iceman
Posts: 101
Registered: ‎10-22-2009
0 Kudos

Re: Include url of web page containing a player in reports

Hi!

 

Okay, the best way to get this done is to use the Media API (Read) method to run a performance query. You can take advantage of sorting the data by total player and subseqently sort the order of videos by popularity and other methods methods which are defined here: 

 

http://docs.brightcove.com/en/media/

Check our "SortByTypes"

 

Check out this example:

http://files.brightcove.com/example-find_all-videos-popular.html 

 

Here is our Media API to build the queires:

http://opensource.brightcove.com/api/

 

 

Have fun!

Daniel