meisterplayer / plugin-template

Template for creating your own plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoogleIma

This plugin allows advertisements to be played with Google IMA.

This plugin is usually used in conjuction with the AdItem plugin for Meister. Ads specified in that plugin will be played with this plugin. For more details on how to do this please refer to its README.

Config options

Options are required unless marked as [optional].

  • scriptUrl :: String
    The location of the Google IMA SDK.

Example:

var meisterPlayer = new Meister('#player', {
    GoogleIma: {
        scriptUrl: 'https://imasdk.googleapis.com/js/sdkloader/ima3.js',
    }
});

About

Template for creating your own plugin

License:Other


Languages

Language:JavaScript 100.0%