This projects falls under the license as defined in https://github.com/THEOplayer/license-and-disclaimer.
The @theoplayer/react-native-analytics
package provides a collection of analytics connectors
for react-native-theoplayer
, the official THEOplayer React Native video player.
This document covers how to add an analytics connector to your THEOplayer
instance. For information on
how to include react-native-theoplayer
in your React Native app, we refer to the
documentation on the main GitHub page.
Currently, the following analytics connectors are available:
Package name | Purpose | Registry |
---|---|---|
@theoplayer/react-native-analytics-adobe |
Adobe analytics connector implementing the Media Collections API | |
@theoplayer/react-native-analytics-agama |
Agama analytics connector | |
@theoplayer/react-native-analytics-comscore |
Comscore analytics connector | |
@theoplayer/react-native-analytics-conviva |
Conviva analytics connector | |
@theoplayer/react-native-analytics-mux |
Mux analytics connector | |
@theoplayer/react-native-analytics-nielsen |
Nielsen analytics connector | |
@theoplayer/react-native-analytics-youbora |
Youbora analytics connector |
If you have no previous experience in React Native, we encourage you to first explore the React Native Documentation, as it gives you a good start on one of the most popular app development frameworks.
These are guides on how to use the THEOplayer React Native UI in your React Native project(s) and can be used linearly or by searching the specific section. It is recommended that you have a basic understanding of how React Native works to speed up the way of working with THEOplayer React Native SDK.
In this section you will find step-by-step instructions on setting up an analytics connector.