【问题标题】:microsoft pubcenter ads not responding to tap or click微软 pubcenter 广告没有响应点击或点击
【发布时间】:2015-03-02 10:41:21
【问题描述】:

我正在使用 Visual Studio 2013 使用 XAML 和 C# 开发一个 Windows Phone 应用程序。我添加了一个 UI:AdControl,如下所示:

.....

xmlns:UI="using:Microsoft.Advertising.Mobile.UI"

.....

<UI:AdControl AutoRefreshIntervalInSeconds="60" ApplicationId="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" AdUnitId="00000000" HorizontalAlignment="Center" Height="80" VerticalAlignment="Bottom" Width="480" IsAutoRefreshEnabled="True"/>

(ApplicationId 和 AdUnitId 在应用中是正确的,但这里没有显示)

添加正确显示,但是当点击广告时,它并没有像在平板电脑和其他应用中那样进入广告客户的页面。

谢谢!

【问题讨论】:

    标签: c# xaml ads


    【解决方案1】:

    如果AdControl 不起作用,您可以使用ad mediation。根据微软-

    Microsoft 提供对广告中介的支持,让您可以优化您的 通过调解来自一个或多个广告请求的应用内广告收入 广告网络。

    提供用于展示广告的 SDK 的不同广告网络 在你的 Windows Phone 应用程序中可能有自己的优势,有一些 具有更高的每千次观看费用 (eCPM) 或更高的填充率 (当您的应用发出请求时投放的广告百分比) 市场高于其他市场。使用单个广告网络,您最终可能会得到 未填充的广告请求,导致您失去潜在收入。

    参考文献

    1. Using ad mediation to maximize ad revenue

    2. Downloaded the extension

    3. Inside Windows Platform: Maximize ad revenue with Windows Ad Mediator Service and Control

    【讨论】:

    • 广告中介有效。但这种替代方案不能解决问题。但我现在接受。谢谢。
    【解决方案2】:

    我会检查您的 z-index 排序,您的 AdControl 可能被另一个控件“覆盖”。

    如果显示广告,它基本上可以正常工作,所以如果您的分层不成功,我会在“IsEngagedChanged”和“ErrorOccurred”事件中添加一个事件处理程序以进行进一步调试。

    【讨论】:

    • 我检查了我使用的所有控制器。并且还对所有控件使用不同的背景颜色进行交叉检查。这行不通。
    猜你喜欢
    • 1970-01-01
    • 2018-12-28
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-06-12
    相关资源
    最近更新 更多