Skip to content

THEOplayer/react-native-theoplayer-analytics

Repository files navigation

React Native THEOplayer Analytics

License

This projects falls under the license as defined in https://github.com/THEOplayer/license-and-disclaimer.

Table of Contents

  1. Overview
  2. Prerequisites
  3. How to use these guides
  4. Getting Started

Overview

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 npm
@theoplayer/react-native-analytics-agama Agama analytics connector npm
@theoplayer/react-native-analytics-comscore Comscore analytics connector npm
@theoplayer/react-native-analytics-conviva Conviva analytics connector npm
@theoplayer/react-native-analytics-mux Mux analytics connector npm
@theoplayer/react-native-analytics-nielsen Nielsen analytics connector npm
@theoplayer/react-native-analytics-youbora Youbora analytics connector npm

Prerequisites

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.

How to use these guides

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.

Getting Started

In this section you will find step-by-step instructions on setting up an analytics connector.