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.
- Install node.js.
- Clone this repository.
- After navigating into the project directory, install project dependencies by running
npm install
. - See the
scripts
node within package.json for a list of scripts you may run usingnpm run
. - Run in the sandbox by executing
npm run sandbox
. - Package for uploading to Launch by executing
npm run package
.