Google Adwords in android
HI..I need to do Google Adwords in android.see link:
https://adwo开发者_运维知识库rds.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.?
I think you can use Google ads SDK in your apllication.
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
精彩评论