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:
The interactive reporting allows you to:
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:
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.
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:
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.
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
Integrating the Analytics to your players should take just a few minutes:
Anvato provides the classes that implement the analytics module by extending the two base media player and display classes:
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 plugin provides a wrapper for the standard iPhone player MPMoviePlayerController.
Please refer to Installation instructions for iPhone for details.
Please refer to Installation instructions for Microsoft Silverlight Player for details.