All Projects → MailOnline → mol-video-ad-sdk

MailOnline / mol-video-ad-sdk

Licence: MIT license
VAST/VPAID SDK that allows video ads to be played on top of any player

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to mol-video-ad-sdk

affiliate
Add affiliation tags to links automatically in the browser
Stars: ✭ 77 (+352.94%)
Mutual labels:  ads
ads-client
Unofficial Node.js ADS library for connecting to Beckhoff TwinCAT automation systems using ADS protocol.
Stars: ✭ 44 (+158.82%)
Mutual labels:  ads
Examples-Inxton.Package.Vortex.Core
Repository contains introductory examples to Inxton.Package.Vortex.Core
Stars: ✭ 32 (+88.24%)
Mutual labels:  ads
react-native-ad-consent
Google's User Messaging Platform (UMP SDK) for React Native.
Stars: ✭ 30 (+76.47%)
Mutual labels:  ads
smashblock
📡 🛡️A self-updating extensive blocklist filter for AdGaurd. Be sure to 🌟 this repository for updates!
Stars: ✭ 66 (+288.24%)
Mutual labels:  ads
CoinHive
A nice friendly simple and easly customizable GUI for coinhives javascript miner to embed onto websites so users of your site can interact with features of the miner on every single page this javascript miner is to help those who have problems with advertisements/advertising/ads popups banners mobile redirects malvertising/malware etc and provid…
Stars: ✭ 58 (+241.18%)
Mutual labels:  ads
Adware-ads-network-server
Online Advertising Network Server
Stars: ✭ 44 (+158.82%)
Mutual labels:  ads
facebook-cleaner
Fuzzify.me – A browser extension that cleans out a Facebook user's ad preferences and provides a stream of ads that user receives.
Stars: ✭ 50 (+194.12%)
Mutual labels:  ads
hms-ads-demo-kotlin
HUAWEI Ads Kit Sample code in kotlin version, which provides the banner, native, rewarded, roll, interstitial and splash ad formats for integration
Stars: ✭ 16 (-5.88%)
Mutual labels:  ads
bibmanager
A BibTeX manager for LaTeX projects
Stars: ✭ 52 (+205.88%)
Mutual labels:  ads
DataX-src
DataX 是异构数据广泛使用的离线数据同步工具/平台,实现包括 MySQL、Oracle、SqlServer、Postgre、HDFS、Hive、ADS、HBase、OTS、ODPS 等各种异构数据源之间高效的数据同步功能。
Stars: ✭ 21 (+23.53%)
Mutual labels:  ads
ads-xbox-controller
Use an xbox controller with TwinCAT
Stars: ✭ 18 (+5.88%)
Mutual labels:  ads
accomplist
ACCOMPLIST - List Compiler
Stars: ✭ 51 (+200%)
Mutual labels:  ads
blocklists
An opinionated collection of blocklists for RethinkDNS.
Stars: ✭ 50 (+194.12%)
Mutual labels:  ads
ads-for-wp
We are innovating in the Ads space by creating a Lightweight, Easy & Feature Rich Ad solution for WP & AMP
Stars: ✭ 17 (+0%)
Mutual labels:  ads
daily-monetization
Serve ads from different providers
Stars: ✭ 29 (+70.59%)
Mutual labels:  ads
vlitejs
🦋 vLitejs is a fast and lightweight Javascript library for customizing video and audio player in Javascript with a minimalist theme (HTML5, Youtube, Vimeo, Dailymotion)
Stars: ✭ 162 (+852.94%)
Mutual labels:  ads
ArminC-uBlock-Settings
⚙️ ArminC's settings for uBlock₀ - remove most of the ads, pop-ups and trackers.
Stars: ✭ 24 (+41.18%)
Mutual labels:  ads
re-lmgtfy
Now that lmgtfy.com has ads, all is lost if we don't recreate it.
Stars: ✭ 23 (+35.29%)
Mutual labels:  ads
vast-vmap
JavaScript library for IAB VAST + VMAP
Stars: ✭ 55 (+223.53%)
Mutual labels:  vast

Video Ad SDK

Build Status GitHub license semantic-release codecov Known Vulnerabilities

To run video ads in the browser there are many alternatives. The most famous one is probably Google's IMA SDK for HTML5. There are two main cons with that SDK. It only works through DoubleClick and it is a black box very hard to debug and to maintain. This SDK tries to offer an alternative to play video ads that can work with any player in the world and any ad server that supports the VAST specification. And since it is open source you can read the code and debug if you need to.

DEMO

Demo here!.

Documentation

Currently we only have the API which you can check here.

Compiling and Testing

We use nvm to decide which of node to use.

So after you clone the repo you just need to run

$ nvm use

to install the supported node version, then run yarn's default command

$ yarn

to install and build the packages and finally you can run

$ yarn test

to run the tests.

Discussion

Please open an issue if you have any questions or concerns.

License

This project is licensed under the MIT license, Copyright (c) 2018 MailOnline. For more information see LICENSE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].