I have a Windows 8 AdControl set-up in this way:
<div id="adControl" style="width: 728px; height: 90px; border: solid 1px red; "
data-win-control="MicrosoftNSJS.Advertising.AdControl"
data-win-options="{applicationId: 'abc-1234', adUnitId: '12345'}">
</div>
I know the control is displaying because I can see a red line around it. However, I'm not seeing any ads being rendered (the ad is registered). I have the same control in a Metro app using XAML and I see the ads fine.
Is there something that I'd missed?