AdWords API deleted keywords in reports ?

2010-04-02 Thread mariek
Concerning this thread http://groups.google.com/group/adwords-api/browse_thread/thread/c2b89d2f9914ef09/7d8d844f6b9adf13?show_docid=7d8d844f6b9adf13&pli=1 Do reports includes info about deleted keywords ? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The

AdWords API NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT confusion

2010-04-02 Thread Kemal
Hello, Some of my budget mutate requests get NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT, most don't, and all the values are rounded with 2 digits after the decimal point (well, converted to microUnits afterwards, obviously) Setting budget to 241.38 works, but setting another campaign's budget to 259.7

AdWords API Re: edit ad extension error

2010-04-02 Thread freesystems.t...@gmail.com
Hi, // Create address. $address = new Address(); $address->streetAddress = '1600 Amphitheatre Parkway'; $address->cityName = 'Mountain View'; $address->provinceCode = 'US-CA'; $address->postalCode = '94043'; $address->countryCode = 'US'; when i add campaign ad extension with above f

AdWords API QuotaExceededError.QUOTA_EXCEEDED

2010-04-02 Thread JosipK
Hi, We are developing some component that would synchronize our database with AdWords platform. We have test it against sandbox and now against real AdWords account and it's all working for small data (few thousands adgroups/criterions/ads). But when we include larger set of data (15 campaigns *

AdWords API Structure report: recognizing inherited CPC bids at keyword level

2010-04-02 Thread Sander Agricola @ Traffic4u
Situation: I download a keyword and creative structure report, with this reports i build a complete copy of the account in my database. Changes made in Adwords will also be made in my local copy of the account. In my software it is possible to manage the account and make changes to it (pausing, bid

AdWords API Re: Fwd: Not Found Error 404

2010-04-02 Thread AdWords API Advisor
Hi, Are you trying to register as an AdWords API developer? If so, the process has changed recently. Follow the steps on this page to register as a developer: https://adwords.google.com/support/aw/adwordsapi/bin/answer.py?hl=en&answer=15104 Out of curiosity, where did you get the link to th

AdWords API Re: Where is "API Center" menu in my AdWords account?

2010-04-02 Thread AdWords API Advisor
Hi, The AdWords API Center tab will only be available on My Client Center (MCC) accounts. More information is available here: https://adwords.google.com/support/aw/adwordsapi/bin/answer.py?hl=en&answer=15104 Best, - Eric Koleda, AdWords API Team On Apr 1, 5:11 am, bcurtu wrote: > I want to

Re: May I use AdWords API from Spain

2010-04-02 Thread AdWords API Advisor
Hi, Please see my response on your other thread: http://groups.google.com/group/adwords-api/browse_thread/thread/80be0aaecbc4c8c5/ Best, - Eric Koleda, AdWords API Team On Apr 1, 5:22 am, bcurtu wrote: > I'm a spanish developer but when I try to sign up to use the API, the > API Center menu

AdWords API Re: Limit for operation streams and operations

2010-04-02 Thread AdWords API Advisor
Hi, The limits on the size of a BulkMutateJob are documented here: http://code.google.com/apis/adwords/v2009/docs/reference/BulkMutateJobService.BulkMutateJob.html Best, - Eric Koleda, AdWords API Team On Apr 1, 5:26 am, khelll wrote: > Im wondering what is the maximum allowed operation str

AdWords API TargetingIdeaService and most recent monthlysearches count

2010-04-02 Thread Teabeats
Hey, It seems that the count we get for the most recent month (from a MonthlySearchVolume type) always returns null. The docs read "The approximate number of searches in this year/month. A null count means that data is unavailable or unknown". Which makes me wonder, why we don't get all data based

AdWords API Re: perl / no client lib / TargetingIdeaService->get, not seeing selector

2010-04-02 Thread AdWords API Advisor
Hi JohnM, I think the selector isn't being recognized because it isn't in the correct namespace. Most elements in the request should be in the 'o' namespace, while others should be in the 'cm' namespace. Here is an example SOAP XML request that works. http://schemas.xmlsoap.org/soap/ envelope/"

AdWords API Re: Using TrafficEstimatorService in new API version

2010-04-02 Thread AdWords API Advisor
Hi, The TrafficEstimatorService is not part of the sunset that is happening on April 22nd, and for now you can go on using as normal. Please monitor the AdWords API blog for future sunset announcements. http://adwordsapi.blogspot.com/ Best, - Eric Koleda, AdWords API Team On Apr 1, 5:42 am, a

AdWords API Re: The login request used a username or password that is not recognized.

2010-04-02 Thread AdWords API Advisor
Hi Dave, That's a great idea about the user submitted code snippets. What do you think would be the best way to facilitate that? Something simple we could do is create a wiki page like the one for PHP compatibility, where users can append comments. http://code.google.com/p/google-api-adwords-

AdWords API Re: Maximum number of results before using paging

2010-04-02 Thread AdWords API Advisor
Hi Peer, Those amounts are under the current page size limitations, but because these limitations can change over time, and because account size limitations can change over time, we recommend building in paging support where possible. Best, - Eric Koleda, AdWords API Team On Apr 1, 3:18 pm, "Pee

AdWords API Re: 10+ second latency deleting criteria (v2009)

2010-04-02 Thread AdWords API Advisor
Hi Abhijat, I wouldn't say that the difference between 800 milliseconds and 3 seconds indicates that something is going wrong, but I can bring this up with the core engineering team to see if there is anything they can do to improve performance. Do you also have a requestId for the same request m

AdWords API Broken Link

2010-04-02 Thread Jonathan Beebe
On this page http://code.google.com/apis/adwords/docs/developer/index.html inside the Deprecation notice there is a link to a migration guide here: http://code.google.com/apis/adwords/docs/developer/articles/migrating.html The migration guide is not found at this url. -- =~=~=~=~=~=~=~=~=~=~=~=~

AdWords API Re: 10+ second latency deleting criteria (v2009)

2010-04-02 Thread abhijat
Thanks for the quick response Eric. The time comparison I have provided is just for one batch. We post keywords several such batches and if each batch starts taking 3 to 4 times the amount of time it used to take with v13 then you can imagine how slow the entire process becomes. And I am talking a

AdWords API Re: perl / no client lib / TargetingIdeaService->get, not seeing selector

2010-04-02 Thread jem
Thanks for your reply, Eric. How do I specify the creation of the object using Soap::Data calls, or something else, including the namespaces as you indicate? My header parameter is found and accepted, and it does not look like your example. Perhaps there is some leeway into what exactly is accep

AdWords API Re: edit ad extension error

2010-04-02 Thread AdWords API Advisor
Hi, I was able to replicate this issue, and there seems to be a problem with the way the backend handles provinceCodes. I'll raise this issue with the core engineering team. Right now it seems like the service is only storing the provinceName value. For now, if you populate this field when usin

AdWords API Re: 10+ second latency deleting criteria (v2009)

2010-04-02 Thread AdWords API Advisor
Hi Abhijat, Thank you for the information. I'll bring this up with the core engineering team and get back to you when I have more information. Best, - Eric On Apr 2, 12:53 pm, abhijat wrote: > Thanks for the quick response Eric. > > The time comparison I have provided is just for one batch. We

AdWords API Re: 10+ second latency deleting criteria (v2009)

2010-04-02 Thread abhijat
Thank you Eric. Your help is truly appreciated. It would be nice if we could get an estimate on how long will it take to fix or get a workaround for this problem. Thanks, Abhijat On Apr 2, 11:56 am, AdWords API Advisor wrote: > Hi Abhijat, > > Thank you for the information.  I'll bring this up