我在Windows Phone 8中上传了应用程序,并添加了使用Microsoft Pubcenter广告的AdControl。
即使我将AdAtrol的IsAutoRefreshEnabled属性标记为True,该广告中的广告也不会自动刷新。我是否需要设置任何其他属性或事件?
我一直使用的代码:
<Grid x:Name="ContentPanel" Grid.Row="1">
<my:AdControl
Height="80"
Name="adControl1"
Width="480"
IsAutoRefreshEnabled="True"
AdUnitId="test_client" //Live AdUnit ID is provided
ApplicationId="Image480_80" //Live Application ID is provided
/>
</Grid>