Re: problems encountered during development with Adwords API python lib

2010-08-02 Thread AdWords API Advisor
Hi, To address your questions / comments: 1) There isn't a published length limit for keywords, but simple trial and error indicates an 80 character limit currently. 2) The TargetingIdeaService may be an exception to this rule, but in general any invalid operation in the request will cause the

Re: problems encountered during development with Adwords API python lib

2010-08-02 Thread xero
Hi Eric, Even a Google employee like you also have to trial error for those things? Wow, that's interesting. :D I didn't realize that. Now I understand TargetingIdeaService is an exception. This is important information. Otherwise there might be other questions popping up. :P I've

Re: problems encountered during development with Adwords API python lib

2010-07-31 Thread xero
Hi Eric, It's exciting to know that gzip HTTP feature will be available in the near future! I'm looking forward to it. About Python lib, I didn't realize that I can submit feature request myself. It's good to know and I will. Thank you for opening a request for returning valid category

Re: problems encountered during development with Adwords API python lib

2010-07-30 Thread AdWords API Advisor
Hi, To address your questions: 1) I believe they are trying to launch that feature within the next couple of weeks, but I can't say for certain. 2) I can put in a request for this feature, but I don't think it is very high priority. 3) You can file Python client library feature requests here:

Re: problems encountered during development with Adwords API python lib

2010-07-29 Thread xero
Hi Eric, Thanks for helping out! I've a few further ones: 1. It's a pity that TargetingIdeaService can't return 800 entries for keywords only. But it's definitely great news that gzipped HTTP transport support is under way. When will it be ready? Is there any timetable for that? 2. Is it

Re: problems encountered during development with Adwords API python lib

2010-07-28 Thread AdWords API Advisor
Hi, To address your questions: 1) Yes, TargetingIdeaService.get() has an upper limit of 800 entries. We'll work to make this more clear in the documentation. 2) Unfortunately not. 3) I believe only the following attributes can be requested: AD_SHARE, EXTRACTED_FROM_WEBPAGE, IDEA_TYPE, KEYWORD,

problems encountered during development with Adwords API python lib

2010-07-27 Thread xero
Hi, I'm currently using Adwords API python lib. The following are problems encountered in development. Can anyone help? Q1. For getting ideas using get: Is it true that totalNumEntries returned is always =800? It's not clearly stated in API docs, but mentioned several times in other articles