Adduplex 显示错误“广告单元配置错误"

编程入门 行业动态 更新时间:2024-10-23 10:24:40
本文介绍了Adduplex 显示错误“广告单元配置错误"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时送ChatGPT账号..

我有一个 Windows Phone 应用程序 我想在其中集成 Adduplex.我按照步骤 在他们的页面.但是当我运行该应用程序时,它显示广告单元配置错误".

I have a Windows Phone App in which I want to integrate Adduplex. I followed the step in their page. But when I run the App it is showing "ad unit configuration error".

我已经在 MainPage.xaml 中输入了这些

I have entered these in MainPage.xaml

xmlns:ad="using:AdDuplex.Universal.Controls.WinPhone.XAML"

<ad:AdControl x:Name="adDuplexAd" 
                AppId="72cf2095-a3a4-44b5-94b0-54f7d40d7d25" Margin="0,3,0,0" Canvas.ZIndex="1" VerticalContentAlignment="Top" VerticalAlignment="Top" />

这是显示错误的屏幕截图:

Here is the screenshot of the displayed error:

推荐答案

修复了问题.问题出在 App ID 上.我提供了 Windows Phone 商店 ID 而不是 ad duplex 提供的 App ID.

Fixed the issue. Problem was in the App ID. I had provided Windows Phone store ID instead of App ID provided by ad duplex.

<ad:AdControl x:Name="adDuplexAd" 
                AppId="123151" Margin="0,3,0,0" Canvas.ZIndex="1" VerticalContentAlignment="Top" VerticalAlignment="Top" />

这篇关于Adduplex 显示错误“广告单元配置错误"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

更多推荐

[db:关键词]

本文发布于:2023-04-25 13:39:54,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1117527.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:错误   单元   广告   Adduplex   quot

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!