Traffic Usage by Zones You can obtain and view the traffic distribution based on the type of your zone (Large, Small, or Aksela object). Parameters Return Values Example PHP Code <?php $curl = curl_init(); curl_setopt_array($curl, array( CURLOPT_URL => “https://api.medianova.com/v1/report/zones”, CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => “”, CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 0, CURLOPT_FOLLOWLOCATION => false, CURLOPT_HTTP_VERSION […]
Category: Analytics API
Zone Usage Report
Zone Usage Report Shows total usage details regarding your zone. Parameters Return Values Example PHP Code <?php $curl = curl_init(); curl_setopt_array($curl, array( CURLOPT_URL => “https://api.medianova.com/v1/report/total”, CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => “”, CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 0, CURLOPT_FOLLOWLOCATION => false, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => “GET”, )); $response = curl_exec($curl); curl_close($curl); echo $response; Example Output […]
Error Information Report
This method returns http 400 and 500 requests.
Active Traffic Report
Shows active traffic details based on hit, traffic and bandwidth per minute.
Stream Object Detail Report 1
Shows the country, duration, protocol, device, os and browser based details on specified time range.
Stream Object Detail Report 2
Shows the playing, duration and unique ip details on specified time range.
Traffic Usage in a Time Window
Shows the traffic details based on specified time range.
Traffic Usage by Protocol Types
Shows the traffic usage of protocols.
Traffic Analytics by Countries
Shows the traffic usage details based on country.
Total Analytic Report
Shows your accounts total usage details.