Updated Keyword Tool: Out of Beta

2010-10-05 Thread calford
Hi, i noticed that few weeks ago the new keyword tool came out of beta stage (non api) the blog article explaining this(http://adwords.blogspot.com/2010/09/updated-keyword-tool-out-of-beta.html) mentions: In addition to these improvements, we’ve also changed how we calculate Global Monthly

Re: Is it possible before I start? Newb

2010-10-05 Thread James Zielinski
I couldnt resist Ive had to fire up the API and jump in feet first :P Still if anyone can give any pointers it would be great. Ive managed to list campaigns and adgroups so far. Obviously I see credits could add up. Not sure if I should be looking to query the data automated every 24 hours and

list of predicates

2010-10-05 Thread Marco T.
Hi, I need to know the possible predicate fields for selector. The documentation is missing this info. Thanks, Marco -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: No results for some keywords

2010-10-05 Thread calford
i also tried ferrari, renault, citroen (citröen), porsche all countries, all languages, No results -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: No results for some keywords

2010-10-05 Thread woodentops
Hi, Just to confirm calford's findings. I've just run a test on a list of over a few hundred keywords. Last month (Sept 2010) I got zero volume for 22% of the list when running on the production environment. Today running the same script the volume of zero returns has gone up to 35%. For the

XML Parsing CPU Intensive

2010-10-05 Thread Aaron
Hi, I'm currently using the Adwords API intensively, and I am finding that parsing the result sets eats up my entire CPU (on a small EC2 instance). I assume it is the XML parsing that is causing the problem, and I am wondering if there is any known way to decrease this CPU consumption. Thanks,

UNEXPECTED_INTERNAL_API_ERROR @

2010-10-05 Thread p...@indenty.nl
The Adwords API seems to be failing at the moment. Using the idea service, it only returns UNEXPECTED_INTERNAL_API_ERROR @ for several types of requests. Check my log, with soap request/reponse: 05-10-10 15:23 DEBUG [main] [AdWordsUser.soap_xml] ?xml version=1.0 encoding=UTF-8?soapenv:Envelope

could not read report

2010-10-05 Thread Marco T.
Everytime I try to download accepted report (with or without the PHP reports utilties) I obtaing this response: !!!1|||47767XX|||Could not read report??? Any idea? Marco -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Getting Criterion ID for placements from v13 ReportService Placement report

2010-10-05 Thread Dave Oz
Is the above possible? I want create bulk updates of maxCPC for adgroup placements via the API. A rough sketch of how I want to do this is to download a Placement report from the ReportService, insert it into a local DB, calculate updated maxCPC values based on the Sales data, then create a

Getting related keywords

2010-10-05 Thread Dan
I'm trying to get related keywords for a given search term. There seem to be different sources of data, including TargetingIdeaService in the AdWords API. My assumption is that I should use getBulkKeywordIdeas : TargetingIdeaSelector : SearchParameter : RelatedToKeywordSearchParameter And that

Re: Ad Group Performance Hourly Reports (v201008)

2010-10-05 Thread AdWords API Advisor
Hi Andreas, Unfortunately this field isn't available in all reports yet, but I am working with the core engineering team to enable it where possible. Best, - Eric Koleda, AdWords API Team On Sep 30, 6:14 am, scrat weigel.andr...@googlemail.com wrote: Hi, is it possible to get Ad Group

Re: InfoService: InfoSelector.operator not working

2010-10-05 Thread AdWords API Advisor
Hi Jan, Thank you for bringing this to our attention. I'm able to replicate the issue and it looks like the service currently isn't using the operator field when returning unit counts. I'll work with the core engineering team to remedy the situation, but for the time being you won't be able to

Re: AP, MP, and URL Performance Reports

2010-10-05 Thread AdWords API Advisor
Hi ADM, This issue has been resolved, and the fix is being rolled out right now. The change is currently only active on some of our servers, which is why you are noticing different results for your request. It should be on all servers within a couple of days, at which point you can request the

Re: Global Monthly Searches = NULL

2010-10-05 Thread AdWords API Advisor
Hi Alex, Is the Keyword Tool web interface returning a value greater than 0? Can you post the sanitized SOAP XML request that you are using to fetch this data? Best, - Eric Koleda, AdWords API Team On Oct 1, 9:30 pm, alex.allah alex.al...@gmail.com wrote: Hello, I have a very strange problem

Re: TargettingIdeaService Get() Operation Maxing out at 100 results

2010-10-05 Thread AdWords API Advisor
Hi Bill, Not all input keywords will return the maximum number of keyword ideas. Are you getting different results from the Keyword Tool web interface? https://adwords.google.com/select/KeywordToolExternal Best, - Eric Koleda, AdWords API Team On Oct 2, 2:44 am, Bill Edwards

Re: IdeaTextMatchesSearchParameter Usage Trouble

2010-10-05 Thread AdWords API Advisor
Hi Aaron, I'm not able to reproduce this issue. Can you provide the sanitized SOAP XML request and response that demonstrates this issue? Best, - Eric Koleda, AdWords API Team On Oct 3, 4:47 am, Aaron aaron.t.che...@gmail.com wrote: Hi, I'm having trouble using the

Re: Targ

2010-10-05 Thread AdWords API Advisor
Hi Bill, Please see my response on your existing thread: http://groups.google.com/group/adwords-api/browse_thread/thread/1922914fcb8277fb/ Best, - Eric Koleda, AdWords API Team On Oct 2, 2:44 am, Bill Edwards twmaf...@gmail.com wrote: Hi all, I've recently been trying to get

Re: Using AdWords API - Keyword Tool

2010-10-05 Thread AdWords API Advisor
Hi Dr. Kameleon, You can use the TargetingIdeaService to get this information: http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.html Use the requestType STATS and the ideaType KEYWORD in the selector:

Re: using requestedAttributeTypes with TARGETED_MONTHLY_SEARCHES attribute

2010-10-05 Thread AdWords API Advisor
Hi, The search volume for a given month usually becomes available about a week after the month is over. This means that the September search volume should be available within the next couple of days. Best, - Eric Koleda, AdWords API Team On Oct 3, 11:12 pm, janrmr jan...@gmail.com wrote: hi

Creating a TargetingIdeaSelector for more than one keyword

2010-10-05 Thread kkt
Hello, I am trying to work with the TargetingIdeaService using the python library. I would like to design a selector that returns info for more than one keyword. According to the documentation, this should not be a problem. So I modify the code like this: 'searchParameters': [ {

Re: Can I access other adwords accounts?

2010-10-05 Thread AdWords API Advisor
Hi Jon, This error indicates that the AdWords API Terms and Conditions have not been agreed to. This is normally done when you enter your credit card information into the MCC account that you used to register for API access and owns the developer token. Best, - Eric Koleda, AdWords API Team On

Re: No results for some keywords

2010-10-05 Thread AdWords API Advisor
Hi All, Thank you for reporting this issue. I have been able to replicate it and I'm working with the core engineering team to address the problem. At this time it appears to only be affecting STATS requests, as IDEAS requests return the correct search volume information. From what I can tell

No serviced accounts were found.

2010-10-05 Thread rayden
Hello, I tried new function to get all accounts (ServicedAccountService) with example file from API PHP GetAccountHierarchy.php and doesn`t return any accounts in sandbox. Is it still beta, or this should work? The old v13 gave 5 testing accounts. When I try on REAL adwords API, its shows all

NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT

2010-10-05 Thread jhgd
Just out of curiosity, why even bother with microcents if we can't post budget amounts with them in it? Campaign Seattle has a new budget of 70340001 from 9132 I mean, really.. 1 microcent is going to cause this issue. If you're only going to allow amounts accurate to a hundredth of a

Re: NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT

2010-10-05 Thread jhgd
Sorry if I sound angry. I'm not. It's just been a long day, and everything was going OK until this little microcent thing. ;) -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com