ad-inflow-modal

A simple modal inflow video ad.


License
MIT
Install
npm install ad-inflow-modal@0.2.9

Documentation

MIT license

Ad inflow modal

A simple modal inflow video ad.

Quick usage

<head>
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ad-inflow-modal@latest/dist/ad-inflow-modal.min.css">
  <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ad-inflow-modal@latest/dist/ad-inflow-modal.min.js"></script>
</head>
var modal = new AdInflowModal({
  // closeButtonDelay: 3000,
  // skipAdIfNoAutoplay: true,
  // canAutoplayTimeout: 800,
  // logAdPlayerErrors: false,
  // openOnInteractionIfNoAutoplay: true,
  // requestAdIfNoAutoplay: true,
  imaAdPlayer: {
    tag: 'https://myadserver.com/path/to/vast/linear/tag.xml',
    vpaidMode: AdInflowModal.vpaidMode.INSECURE,
    locale: 'fr',
    maxDuration: 30000,
  },
});

modal.open();

Note: imaAdPlayer property is IMA Ad player configuration object.

License

The MIT License (MIT). Please see License File for more information.