@brndts/brndts-ads
v1.1.5
Published
BRNDTS harnesses the power of AI to analyze videos in real-time, even live streams! It identifies optimal placements for realistic ad integration. Then, our platform seamlessly connects with your ad server to populate those placements with targeted ads.
Downloads
391
Readme
BRNDTS ADS
BRNDTS harnesses the power of AI to analyze videos in real-time! It identifies optimal placements for realistic ad integration. Then, our platform seamlessly connects with your ad server to populate those placements with targeted ads.
Installation
You can install this package via npm:
npm install @brndts/brndts-ads
Usage
Here's a quick example of how to use Brndts Ads:
import BrndtsAds from "@brndts/brndts-ads";
const ads = new BrndtsAds("#player", {
key: "<WE PROVIDE THIS>",
auth: {
host: "<WE ALSO PROVIDE THIS>",
},
});
To use BRNDTS you just need to provide two arguments:
- The first one is a CSS Selector that identifies the element in which you want to present BRNDTS Ads.
- The second is a configuration object with information about your key and authentication host.
License
See the LICENSE file for details.
Support
If you have any questions or need help, feel free to open an issue or contact us at [email protected].