VPAIDAdLinear.prototype.pauseAd = function() {
    this._videoSlot.pause();
    $trigger.call(this, 'AdPaused');
};