I'm trying to test an application with Bing Ads. I've added the latest version of the Microsoft Advertising SDK and i'm trying this in a Windows Phone 8 Silverlight App?
This is the xaml code:
<UI:AdControl ApplicationId="app_id" AdUnitId="adunit_id"
HorizontalAlignment="Left" Height="80"
Margin="0,488,0,200" Width="480"
IsAutoRefreshEnabled="True" Keywords="Hotels, Travels, Restaurant"/>
But the ad is not getting appeared in the device?
Thanks in advance.