使用 openx API 进行地理定位
我正在使用 openx api 插入广告商/营销活动/横幅,但我似乎找不到任何有关通过 API 对营销活动或横幅进行地理定位的文档。这可以完成吗,或者我是否必须开始直接注入到数据库中。
I am using the openx api to insert advertisers/campaigns/banners but I cannot seem to find any documentation on geo-targeting a campaign or banner via the API. Can this be done, or am I going to have to start injecting directly into the database.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在文档中也没有找到任何内容,但是我能够找到如何做到这一点。
下面是java代码。我使用了 BannerXmlRpcService.php 中的 setBannerTargeting 方法。
I did not find anything in the documentation either, however I was able to find how to do it.
Below is the java code. I used the method setBannerTargeting from BannerXmlRpcService.php.