Re: What Client ID should I use?

2011-01-10 Thread AdWords API Advisor
Hi Paul, You have to provide client_1+youremail to client_5+youremail when connecting to the sandbox. Cheers, Anash P. Oommen, AdWords API Advisor On Jan 8, 1:27 am, Pianoman wrote: > Hi all, > > I am trying to log into this Java tool using my sandbox credentials, > but it is failing. > > The t

Re: Traffic Estimator Service(v201008) returning improper results

2011-01-10 Thread external...@spurtz.com
Hi Adwords API Adwisor, The below is the requested id for Traffic Estimator Service(v201008) The request ID: 76b8a3fcaaadae603acbd4698aa54c5d Please suggest me any wrong my input request values/ any issues. Thanks in advance Regards Sambaiah B Spurtz Application Developer samba.bethap...@gmail

Re: AdGroupCriterion Service UNEXPECTED_INTERNAL_API_ERROR

2011-01-10 Thread AdWords API Advisor
Hi, I've picked your request and response xmls from the logs and asked the AdWords team to investigate the issue. Meanwhile, here's something I noticed in your requests: Could you check if you are trying to delete keywords that are already deleted? If so, avoiding such operations can help you redu

Traffic Estimator Service With Zero MAX CPC

2011-01-10 Thread Clain
Hi Team, I have been trying to get the estimates with Zero Max CPC / budget and the API returns zero for all the values keyword : 'Auto repair' and match type 'BROAD': Estimated average CPC: 0 Estimated ad position: 0.00 Estimated daily clicks: 0 Estimated daily cost: 0 But in the Google estima

Re: traffic estimator geotarget

2011-01-10 Thread Murali4044
Hi Eric, How can i get local monthly searches through API. can i pass multiple keywords in single request. is it possible in GetRelatedKeywords.php ? Thanks in advance Murali M On Jan 7, 3:43 am, AdWords API Advisor wrote: > Hi Murali, > > You are likely making this request against the sandbox

Re: where do I find report definitions for https://adwords.google.com/api/adwords/reportdownload?__rd=

2011-01-10 Thread AdWords API Advisor
Hi Matt, You need to make a call to ReportDefinitionService::get with an empty selector. This will give you all the report ids, and you can use it to identify the report you hvae setup in the client's account. See http://code.google.com/apis/adwords/docs/reference/latest/ReportDefinitionService.ht

Re: Formatting of CSV files returned from Keyword Performance reportservice

2011-01-10 Thread AdWords API Advisor
Hi Reed, Waseem, mm, Could you post some report ids that show this issue? I could notify the AdWords team and ask them to investigate further. Cheers, Anash P. Oommen, AdWords API Advisor. On Jan 11, 12:54 am, mm wrote: > I am seeing this as well for the KeywordPerformanceReport. It appears > i

Re: Negative keyword lists

2011-01-10 Thread AdWords API Advisor
Hi Dom, You could use the AdGroupCriterionService to handle negative keywords. You need to use a NegativeAdGroupCriterion instead of BiddableAdGroupCriterion to use negative keywords. See http://code.google.com/apis/adwords/docs/reference/latest/AdGroupCriterionService.NegativeAdGroupCriterion.htm

Re: How can I shift from v13 to v201008

2011-01-10 Thread AdWords API Advisor
Hi Ashish, We have a per-call migration guide to help you migrate from v13 to v201008. See http://code.google.com/apis/adwords/docs/callguide.html for details. If you have more specific questions, feel free to ask on this thread and I'll help you out. Cheers, Anash P. Oommen, AdWords API Advisor.

AdGroupCriterion Service UNEXPECTED_INTERNAL_API_ERROR

2011-01-10 Thread SW
Hi, I am getting UNEXPECTED_INTERNAL_API_ERROR when mutating AdGroupCriterion service. I am trying to mutate total of 710 adgroup criterion. Please find soap response below: Response X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block Transfer-E

where do I find report definitions for https://adwords.google.com/api/adwords/reportdownload?__rd=

2011-01-10 Thread Matt
I'd like to download a report using SOAP. The documentation is pretty non descriptive and I am curious as to where I can get the integer needed to download a report I have set up in a clients adwords account. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discus

How do I get Sandbox to function?

2011-01-10 Thread Eric Haskins
When I make calls to sandbox I get AuthenticationError.NOT_ADS_USER @ ; trigger:'268974331334' Service[TargetingIdeaService.get] Yet if I change my info over to production it works great??? It shouldnt be harder to setup sandbox than production IMHO. So how do I fix this??? -- =~=~=~=~=~=~=~=~=

Re: v13.ReportService keeps throwing InternalError since yesterday for some accounts

2011-01-10 Thread Bernd Durrwachter
We are experiencing the same thing. Curiously this particular error happens only with the first account, when switching over to the next account in the list, we get an error like this: "*You have too many report jobs already running, please wait until one of them finishes before scheduling anot

Re: Formatting of CSV files returned from Keyword Performance reportservice

2011-01-10 Thread mm
I am seeing this as well for the KeywordPerformanceReport. It appears intermittent for mine, too. I am running reports by campaign within a given account. Most look good, but a couple exhibit this behavior On Jan 9, 4:58 pm, Reed wrote: > I should have mentioned that this is V201008 of the api.  

Re: Formatting of CSV files returned from Keyword Performance reportservice

2011-01-10 Thread Waseem Q
I am seeing a very similar issue with the V201008 api We are using the Ad by Keyword report and we are experiencing files with the following format: " "Column1, Column 2... instead of the expected "" Column1, Column2... and different from Reed's experience: " Column1", Column2... We are also

Inconsistent use kwSite and keyword in XML

2011-01-10 Thread Wim Liu
http://groups.google.com/group/adwords-api/browse_thread/thread/64302b09bed0eec3/a9cf063d232c5fd6?lnk=gst&q=when+to+use+kwsite%3F#a9cf063d232c5fd6 I'm referring to the problem mentioned above. I'm also having problem that some accounts use "kwSite" and some accounts use "keyword". I'm not sure h

Re: v13.ReportService keeps throwing InternalError since yesterday for some accounts

2011-01-10 Thread Taco
Thanks Eric, for confirming this. That really helps. We found out today that it seems to be an intermittent problem. When we re-try the same report, it sometimes suddenly does work. I don't know if this helps in debugging, but I wish you all the wisdom and insights you need. Thanks, T.J. -- =~=

Geo Locator Issues

2011-01-10 Thread Pete Lavetsky (AdWords API Guru)
Hi All, When attempting to use the GeoLocator service to get GeoLocation's to add to LocationExtension, we'll sometimes get back a null object, apparantly indicating the input address is invalid. When this happens I'll check Google Maps and see if there's a substitution to be made for what Maps t

Re: v13.ReportService keeps throwing InternalError since yesterday for some accounts

2011-01-10 Thread AdWords API Advisor
Hi All, These errors are being caused by some internal errors on our end, and I'm working with the core engineering team to track down the root cause. At this time we don't have any workarounds. Best, - Eric Koleda, AdWords API Team On Jan 10, 9:45 am, Matt Beck wrote: > Same.  Starting today.

Re: Traffic Estimator Service(v201008) returning improper results

2011-01-10 Thread AdWords API Advisor
Hi Sambaiah, The request ID is returned as a SOAP header in the response. You can get it by looking at the SOAP XML logs. Best, - Eric On Jan 10, 4:17 am, "external...@spurtz.com" wrote: > Hi Adwords API Adwisor, > > I don't know how to get Request ID for the request.Can u just me how > to get

Re: Getting AdID of product listing ad clicked for Google Merchant Center product

2011-01-10 Thread AdWords API Advisor
Hi Hans, I'll bring this up with the core engineering team, but I'm not sure the data is available to expose in the API. Best, - Eric On Jan 7, 10:16 pm, HK wrote: > Eric, > > If there is a possibility that we can ge the ID of the product as you > describe, that would also be very helpful to us

Re: v13 Creative Content clicks do not match ContentPlacement clicks

2011-01-10 Thread AdWords API Advisor
Hi Bartek, I'm not sure what the cause of this issue is, but it appears to be affecting the AdWords web interface too. You may want to pose this question to the general AdWords forum: http://www.google.com/support/forum/p/AdWords Best, - Eric Koleda, AdWords API Team On Jan 7, 12:06 pm, Bart

Negative keyword lists

2011-01-10 Thread domJ
Hi, how can i use the "Negative keyword lists"-function (in Control Panel and library) with the api? thanks. dom -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and di

How can I shift from v13 to v201008

2011-01-10 Thread ashish awasthi
hi all I am new to adwords API. I have project which was running on Adwords API v13. Now I have to change that version to new latest version. How can I shift from v13 to v201008 -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi

AlertService problem V201008

2011-01-10 Thread cwu2006
I have tried to use new AlertService from adword v201008. however i just cannot get alerts although I can see them from log in to my MCC account. I have checked everything and follows recommanded codes practice for .NET. It just cannot get alerts. I have two different situations. 1. once I set up p

Re: v13.ReportService keeps throwing InternalError since yesterday for some accounts

2011-01-10 Thread Matt Beck
Same. Starting today. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribe

Re: Traffic Estimator Service(v201008) returning improper results

2011-01-10 Thread external...@spurtz.com
Hi Adwords API Adwisor, I don't know how to get Request ID for the request.Can u just me how to get request id. I didn't find any request ID property in TrafficEstimatorResult.java class . Regards Sambaiah B Spurtz Application Developer samba.bethapp...@gmail.com On Jan 8, 3:07 am, AdWords