# reactor-adobe-va-sample-player **Repository Path**: mirrors_adobe/reactor-adobe-va-sample-player ## Basic Information - **Project Name**: reactor-adobe-va-sample-player - **Description**: Adobe Video Analytics - Sample Player Launch Extension. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # reactor-adobe-va-sample-player This is a sample Video Player extension for Adobe Launch which enables video analytics by using Adobe Analytics for Video. For more information regarding Launch, please visit our [product website](http://www.adobe.com/enterprise/cloud-platform/launch.html). For more information regarding Launch extension development, please visit our [developer documentation](http://developer.adobelaunch.com/extensions/). Note the [Scaffold tool](https://www.npmjs.com/package/@adobe/reactor-scaffold) and [Extension Sandbox](https://www.npmjs.com/package/@adobe/reactor-sandbox) will be helpful in developing your own Launch extension. For more information regarding Adobe Analytics for Video, please visit our [VA developer documentation](https://marketing.adobe.com/resources/help/en_US/sc/appmeasurement/hbvideo/) and [VA Launch extension develper documentation](https://docs.adobelaunch.com/extension-reference/web/adobe-media-analytics-for-audio-and-video-extension). ## Development Setup 1. Install [node.js](https://nodejs.org/). 2. Clone this repository. 3. After navigating into the project directory, install project dependencies by running `npm install`. 4. See the `scripts` node within package.json for a list of scripts you may run using `npm run`. 5. Run in the sandbox by executing `npm run sandbox`. 6. Package for uploading to Launch by executing `npm run package`.