Custom Player Integration SDK
Manually integrate your video player with our custom player SDK.
Included files in the SDK
Implementation Instructions
Step 1: Push your video strategy to _cbv_strategies
window['_cbv_strategies'] = window['_cbv_strategies'] || [];
window['_cbv_strategies'].push(CUSTOM_STRATEGY_CONSTRUCTOR_NAME);Step 2: Push your video object to _cbv
Step 3: Change chartbeat.js to chartbeat_video.js
Checking your work
Next steps
Last updated
Was this helpful?