OpenX,奇怪的破碎横幅

发布于 2024-11-18 06:31:57 字数 860 浏览 2 评论 0原文

我在我的一个区域中出现了一种奇怪的行为,问题是大部分时间都没有显示横幅,而是显示了损坏的图像图标。

打开 OpenX 交付 URL,我得到了这个 HTML。

www.myopenxserver.com/delivery/afr.php?zoneid=15&source=3342&target=_blank&cb=13099352342

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> 
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'> 
<head> 
<title>Advertisement</title> 
<style type='text/css'> 
body {margin:0; height:100%; background-color:transparent; width:100%; text-align:center;}
</style> 
</head> 
<body> 
<a href='F' target='_blank'><img src='F' border='0' alt=''></a> 
</body> 
</html>

我检查了 openx 面板上的区域并打开链接到该区域的每个横幅,每个横幅都工作正常。

谢谢!

I'm having a weird behavior at one of my zones, the thing is that no banner is showing for a big % of the time, instead, a broken image icon shows up.

Opening the OpenX delivery url I got this HTML.

www.myopenxserver.com/delivery/afr.php?zoneid=15&source=3342&target=_blank&cb=13099352342

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> 
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'> 
<head> 
<title>Advertisement</title> 
<style type='text/css'> 
body {margin:0; height:100%; background-color:transparent; width:100%; text-align:center;}
</style> 
</head> 
<body> 
<a href='F' target='_blank'><img src='F' border='0' alt=''></a> 
</body> 
</html>

I checked the zone at the openx panel and open each banner linked to the zone, every single one was working properly.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不语却知心 2024-11-25 06:31:57

问题是 URL 上的横幅区域 (...afr.php?zoneid=15&source...) 不存在...并且看起来 OpenX 在区域不存在时向您发送 HTML 响应。不知道是debug模式的原因还是这样。

The problem was that the banner zone (...afr.php?zoneid=15&source...) on the URL didn't exist... and looks like OpenX sends you that HTML response when the zone doesn't exist. I don't know if it is because of the debug mode or it is like this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文