0

我试图在 OpenX 中实现异步广告,但在文档中苦苦挣扎。看示例 26,

var OX_ads = OX_ads || [];
OX_ads.push({
   "slot_id":"placeholderId",
   "auid":"8",
   "tid":"4",
   "tg":"_blank",
   "r":"http://redirect.clicks.to.here/landing.html",
   "rd":"120",
   "rm":"2",
   "imp_beacon":"HTML for client-side impression beacon",
   "fallback":"HTML for client-side fallback"
});

不清楚可以传递的参数是什么,有一个javascript标签库src="http://d.example.com/w/1.0/jstag"

但它没有说是否必须设置此文件?非常感谢经历过这一切的人的任何建议。

4

1 回答 1

0

在互联网上进行了大量搜索后,我找到了这个链接,我们可以从中获取“jstag”文件。不确定这是否是要走的路,但它仍然有效。尝试添加此链接 src="http://uk-ads.openx.net/w/1.0/jstag" 代替 src="http://d.example.com/w/1.0/jstag"。

另外要详细了解这些变量的用途,请查看以下链接: http ://www.openx.com/docs/openx_help_center/content/adtagguide_parameters_openxadtag_parameters.html

于 2013-10-21T06:42:21.680 回答