有没有人使用过适用于 Windows 7 和 Windows 8 AdMob 的 InMobi SDK for Windows Phone 应用程序?如果是,程序是什么?
我已经尝试过以下代码
<InMobiSDK:IMAdView
Name="AdView1"
DisplayText="Test Ad"
AdSize="15"
RefreshInterval="20"
AnimationType="FLIP_FROM_LEFT"
AdTextColor="#131212"
AdBackgroundColor="#E40707"
AppId="xxxxxxxxxxxxxxx"
Background="#73808080"
Foreground="Black"
Height="50"
Width="320"
AdRequestFailed="AdView1_AdRequestFailed"
AdRequestLoaded="AdView1_AdRequestLoaded"
DismissFullAdScreen="AdView1_DismissFullAdScreen"
LeaveApplication="AdView1_LeaveApplication"
ShowFullAdScreen="AdView1_ShowFullAdScreen">
<!-- Set IMAdRquest Properties-->
<InMobiSDK:IMAdView.IMAdRequest>
<InMobiSDK:IMAdRequest IsInTestMode="True" >
<InMobiSDK:IMAdRequest.UserInfo >
<InMobiSDK:UserInfo
Age="20"
AreaCode="110"
Education="MastersDegree"
Ethnicity="Asian"
Gender="Male"
Income="10000"
PostalCode="11001"
>
</InMobiSDK:UserInfo>
</InMobiSDK:IMAdRequest.UserInfo>
</InMobiSDK:IMAdRequest>
</InMobiSDK:IMAdView.IMAdRequest>
</InMobiSDK:IMAdView>
请帮助我。