Can Unity Ads do videos/interstitials?

I have tried the basic example code:

if (Advertisement.IsReady())
{
  Advertisement.Show();
}

Which shows me a fullscreen page saying Unity Ads is working fine.

Can I also create a fullscreen video (interstitial)?
How would I get a callback when the video is over/was skipped by the user?

The Unity Ads documentation seems not to mention this…(???)

Yes, when you run on a device, you will see the video being played.

See http://docs.unity3d.com/ScriptReference/Advertisements.Advertisement.Show.html for an example including a callback.

-Rasmus

So, showing interstitial ads isn’t possible at all?

Unity supports video/rewarded video.