Android 中的 Google AdWords
你好..我需要在 android.see 链接中执行 Google Adwords:
https://adwords.google.com/o/Targeting/Explorer?_u=1355887856&_c=6610511936&ideaRequestType=KEYWORD_IDEAS#search.none 我需要像这样创建。我不知道如何获取 api。如何做到这一点。?
HI..I need to do Google Adwords in android.see link:
https://adwords.google.com/o/Targeting/Explorer?_u=1355887856&_c=6610511936&ideaRequestType=KEYWORD_IDEAS#search.none
I need to create like this.I donno how to get api for this..How to do this.?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为您可以在您的应用中使用 Google ads SDK。
I think you can use Google ads SDK in your apllication.
我经常使用 AdWords API,您需要使用 http 上的 TargetingIdeaService ://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.html
不过,我对 Android 不熟悉,所以不知道应该从哪里开始。通常,最好使用 http://code.google 上的客户端库之一。 com/apis/adwords/docs/clientlibraries.html,但我认为没有适用于 Android 的。有一个基于 Java 的,所以也许可以。 AdWords API 博客上提供了有关使用该服务的教程: http://adwordsapi.blogspot.com/2009/11/discover-v2009-getting-ideas-with.html
I use the AdWords API regularly and you need to use the TargetingIdeaService at http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.html
However, I'm not familiar with Android so don't know where you should start with it. Usually it's best to use one of their client libraries at http://code.google.com/apis/adwords/docs/clientlibraries.html but I don't think there is one for Android. There is a Java based one so maybe that'll work. There's a tutorial about using the service on the AdWords API blog at http://adwordsapi.blogspot.com/2009/11/discover-v2009-getting-ideas-with.html