var player = videojs('content_video');
var options = {
id: 'content_video',
adTagUrl: 'https://pubads.g.doubleclick.net/gampad/ads?iu=/22022010600/prod-parent-ad-unit/22064565919&description_url=https%3A%2F%2Fgoama.com%2 F&tfcd=0&npa=0&sz=480x640|300x250|400x300|640x480|336x280&afvsz=200x200,250x250,300x250,336x280&gdfp_req=1&output=vast&unviewed_position_start=1&e nv=vp&impl=s&correlator='
};
player.ima(options);
// On mobile devices, you must call initializeAdDisplayContainer as the result
// of a user action (e.g. button click). If you do not make this call, the SDK
// will make it for you, but not as the result of a user action. For more info
// see our examples, all of which are set up to work on mobile devices.
// player.ima.initializeAdDisplayContainer();