OpenX,奇怪的破碎横幅
我在我的一个区域中出现了一种奇怪的行为,问题是大部分时间都没有显示横幅,而是显示了损坏的图像图标。
打开 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题是 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.