Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.38 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.38 KB

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.

For more information regarding Launch extension development, please visit our developer documentation. Note the Scaffold tool and Extension Sandbox will be helpful in developing your own Launch extension.

For more information regarding Adobe Analytics for Video, please visit our VA developer documentation and VA Launch extension develper documentation.

Development Setup

  1. Install node.js.
  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.