如何通过 ajax 使用 OpenX API 来增加横幅的点击次数?
我对没有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参见下文:
“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