如何通过 ajax 使用 OpenX API 来增加横幅的点击次数?

发布于 2024-10-24 15:36:39 字数 205 浏览 1 评论 0原文

我对没有 clicktag 的 Flash 横幅遇到很多麻烦。所以,我决定寻找一些技巧来模拟它们。我想也许,如果将横幅放在 div 中,并且我使用 JavaScript 捕获 div 的“点击事件”,我可以模拟点击,但我不知道如何将此信息发送到我的 AdServer(OpenX ),这样它就可以计算点击次数。

我如何通过 ajax 使用 OpenX API 更新横幅的点击计数器

I have a lot of troubles with flashs banners without the clicktag. So, I decided to look for some trick to simulate them. I thougth that maybe, if a put the banner inside a div, and I use JavaScript to capture the "click event", of the div, I could simulate the click but I don't know how send this information to my AdServer (OpenX), so it could count the clicks.

How I could update, through ajax, usign the OpenX API, the click counter of a banner

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

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

发布评论

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

评论(1

携余温的黄昏 2024-10-31 15:36:39

请参见下文:

“server”/openx/www/delivery/ck.php?bannerid=“您的横幅 id”&zoneid=“您的区域 id”

示例:localhost/openx/www/delivery/ck.php?bannerid=1& ;zoneid=1

See below:

"server"/openx/www/delivery/ck.php?bannerid="your banner id"&zoneid="your zone id"

Example: localhost/openx/www/delivery/ck.php?bannerid=1&zoneid=1

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