Best way of getting aggregated and detailed video analytics

Hi

I want to fetch some basic video analytics for our datawarehouse:

  1. Aggregated statistics for top content
  2. Lifetime statistics for individual items (ID’s)

I believe I already have the first query working.

The second query might be the get_total method (https://developer.kaltura.com/api-docs/service/report/action/getTotal) but will I need to call this for each individual ID? There is a field called ObjectIDS, but I can’t find any information on specifying multiple.

If I need to call each individual URL it will be many requests. Is there some kind of limit here?

Hi @sptv2reg ,

Please elaborate as to the exact metrics you wish to retrieve so we can guide you further.