Anvato Video Analytics is the enterprise-class video analytics solution. It provides rich insights into your video traffic, user engagement, and marketing effectiveness.

Anvato Analytics provides video-centric metrics such as:

  • Playtime and play count,
  • Playthrough statistics (e.g., what percentage of the video has been played),
  • Hotspot analysis (e.g., which part of your video is watched the most),
  • User engagement (e.g., play, pause, rewind, seek, and replay actions),
  • Viral distribution statistics (e.g., sharing and embedding statistics),
  • In-video ad impressions and ad revenue (Requires Anvato Ads plug-in)

The interactive reporting allows you to:

  • Overlay user engagement statistics on the video as the video plays
  • Overlay traffic on a map and analyze the geographic distribution of your audience
  • Analyze data by content, audience, geography and time
  • Create video groups and view analaytics by group

Security settings for trackers:

To improve security and integrity of the analytics data, Anvato not only uses player security standards, but also filters the data by the video player. This way, it will be much harder for people to hack or pollute your analytics data. However, you need to enable this security feature. To do so:

  • Login to Anvato Analytics
  • Add the URL of your player to authenticate/ verify it

After you add the player, your player should show up in the authenticated players list. The server will only use the analytics data that is generated by authenticated player(s) and other cannot pollute your analytics data.

Why is this more secure? If you do not verify your player, the analytics server would accept the analytics data that is generated by any player that has your tracker key. Malicious people may write players and embed your tracker key to pollute your analytics data. By authenticating your player, you protect yourself against such attacks.

API

Player Events are mapped to statistics computed in servers and displayed on web interface. Anvato Analytics plug-in can listen to many different types of events, but the following 3 types matter the most:

  • Video events
  • User engagement events and
  • Ad events.

The plug-in listens to all the standard video events by default, so you most likely do not need to worry about that. However, certain user engagement and ads events are non-standard events; you need to dispatch them to the analytics plugin to track them.

Complete list of events and examples are in API section.

Platform specifics

Anvato Video Analytics Plugin for Adobe Flash© Video Players (v1.5)

Anvato video analytics plug-in architecture

The Anvato Analytics Plug-in is a small module; It tracks video player, user engagement, and ad impression statistics as well as custom events. Any video player based on Adobe Flash or Microsoft Silverlight can load this module dynamically. Once activated, it collects statistics and delivers them to the Anvato Analytics server farm so that you can view the analytics data online at http://analytics.anvato.com. Since the plug-in sends data silently to your Anvato analytics account, you will not notice anything different about your player after it is installed.

You can see plugin in action and supported player list in plgin demo page more detail infromation on how plugins works can be found at works plugin API pages

Installation and integration with your player

Integrating the Analytics to your players should take just a few minutes:

  • If you are using one of supported players, such as JW Player or Flow Player, you have ready-made plug-ins. Just change a couple of variables and you are ready to go.
  • If you have a custom player based on common open source players or Adobe's video player classes, follow our directions to insert a couple of lines of code inside your player and recompile.
  • If you use a custom video player that uses standard Adobe classes to display video, such as, NetStream, Video Display, Video Classes, FLVPlayback, you need to integrate analytics with your player using Anvato Analytics ActionScript API. This is easier than it sounds: All you need to do is add a small piece of code to your player, download and initialize the plug-in. If you need help integrating Anvato analytics your player, please contact us.

Anvato Video Analytics Plugin for Android Video Players (v1.0)

Anvato provides the classes that implement the analytics module by extending the two base media player and display classes:

  • VideoView
  • MediaPlayer

If your player is based on the standard VideoView, you can safely replace it with the class provided by Anvato, named AnvVideoView. Similarly, replace MediaPlayer with AnvMediaPlayer. You can extend these classes, directly instantiate them or use them in your layouts.

Please refer to Installation instructions for Android for details.

Anvato Video Analytics Plugin for iPhone Video Players (v1.0)

Anvato plugin provides a wrapper for the standard iPhone player MPMoviePlayerController.

Please refer to Installation instructions for iPhone for details.

Anvato Video Analytics Plugin for Microsoft Silverlight© Video Players (v1.0)

Please refer to Installation instructions for Microsoft Silverlight Player for details.