How to get monthly search volume for a given keyword with v201209

2012-12-16 Thread Hongyu Li
Hi, the question is simple, how to get monthly search volume for a keyword. following is my code, I want the monthly search volume for keyword 楽天, I used the code below, only get the monthly search volume for the keywords that relate to 楽天. how can i get the search volume for the keyword

get all placements from my account

2011-06-21 Thread Hongyu Li
Do we have a way to get all placement from my account, Currently i dump all criterion from the account and pick the Placements out. do we have something like. Predicate statusPredicate = new Predicate(); statusPredicate.field = Criterion.Type; statusPredicate.@operator =

a question about ReportService

2010-06-07 Thread Hongyu Li
I read the report service document that said The Report Center stores up to 15 generated reports per account. I just want to know this account means Mcc account or Client Account or it depend on develop token. If I reported multi-task to the report service in a short time, it works like a queue

EntityNotFound.INVALID_ID

2010-04-27 Thread Hongyu Li
I was trying to change criterion bid value a few hundred one request, but one or two keywords are not exist that cause me to meet EntityNotFound.INVALID_ID exception. Is that the those valid keyword are already changed by this request? if not, Is there have a way to ignore those invalid keywords?

how to change a keyword bid without keyword text and Match Type?

2010-04-26 Thread Hongyu Li
I am trying to used the least columns to change a keyword bid value. Keyword ID, Account, AdGroup ID, Keyword Text and Match Type is required, I tried use instead of keyword text, It works and the keyword text used the last value. I am using the adword api jave lib and the Match Type is enum, It

AdWords API Can I get all AdGroupCriteria Infomation by one API request?

2010-01-25 Thread Hongyu Li
I want all AdGroupCriteria information in this Account, I know I can Get All AdGroupIDs and then creat filters to get the result, Is there have another way? Just send account info to API and get them all. Anyone can help? -- You received this message because you are subscribed to the Google

Re: AdWords API use user.getService(XXX) frequently, and can't release the memory!

2010-01-12 Thread Hongyu Li
Got that, I didn't use ServiceAccountantManager. thanks a lot. On Tue, Jan 12, 2010 at 5:03 PM, Tino Hertlein t...@refinedlabs.com wrote: Hi! Since 6.2.0 there exists a removeService-method in the ServiceAccountantManager. Calling this method should remove all references to the service in

AdWords API org.apache.axis.ConfigurationException: No service named LocationService is available

2009-12-03 Thread Hongyu Li
I can get the right data from LocationService but I am also get the exception org.apache.axis.ConfigurationException: No service named LocationService is available. any one can help me? Thank you -- You received this message because you are subscribed to the Google Groups AdWords API Forum

AdWords API use axis2 adb way can not get ImageAd related object

2009-11-25 Thread Hongyu Li
I am use axis2 WSDL2Java adb to generate java code with AdService. The WSDL2Java has passed, but I can't find relate class about ImageAd, TextAd ... Only have one Ad class, I want upload a ImageAd, Is there a way to do this by axix2 ?? BTW: I was try xmlbean way to generate javacode, but I get

AdWords API use axis2 adb way and can not get ImageAd related object

2009-11-25 Thread Hongyu Li
I am use axis2 WSDL2Java adb to generate java code with AdService. The WSDL2Java has passed, but I can't find relate class about ImageAd, TextAd ... Only have one Ad class, I want upload a ImageAd, Is there a way to do this by axix2 ?? BTW: I was try xmlbean way to generate javacode, but I get