Re: problem with creating sandbox acc v201109 No such operation: (HTTP GET PATH_INFO: /v201109/CampaignService)

2011-12-02 Thread Anash P. Oommen
Hi Sinisa, AdWords API is a SOAP service, which means it takes only a POST request and a SOAP xml as POST body. That explains the "no such operation" error. I would recommend picking up an appropriate client library from http://code.google.com/apis/adwords/docs/clientlibraries.html and use it

Re: Report download Bad request. (v201109)

2011-12-02 Thread darko
Hi Anash, I downloaded the last version and it is solved. Thanks. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You re

Re: Report download Bad request. (v201109)

2011-12-02 Thread Anash P. Oommen
Hi, Nice to hear - the change for Report service throwing 400 instead of 200 in case of an error was recent, the latest library version has fix for the same. Let me know if you have more questions. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Problems downloading URL_PERFORMANCE_REPORT (v201109)

2011-12-02 Thread pablo
I found the solution. the problem was on the date of the report. URLs are not updated in real time as the AD and KEYWORDS, so I change the *dateRangeType = "YESTERDAY"* by *dateRangeType = "LAST_7_DAYS"* and has produced results. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Using as raw XML, just not used to SOAP or Google documentation

2011-12-02 Thread HughAJWood
Thank you for the suggestion, I will take a look over the weekend and see if I can learn what I need. The implementation for what I need is pretty simple only actually editing adverts to change price, so I think hopefully I might have it in a beta mode by mid next week. Thank you for the help! O

Re: Problems downloading URL_PERFORMANCE_REPORT (v201109)

2011-12-02 Thread pablo
I Comparing the results of the report, and I have seen that the output from the URLs are different than those listed in MCC account. The Clicks and CPC are OK, but Impressions not. The report generated is URL_PERFORMANCE_REPORT (10/01/2011 to 10/30/2011 period) and I look the results at the "The

Re: Campaign and AdGroup-IDs reported as invalid

2011-12-02 Thread Daniela
Hi there, Thank you for your answer. Activating the log helped and the error was quite stupid: customerClientId and clientCustomerId is not the same thing. Therefor neither the email address nor the customer id was contained. Im still surprised that without the clientid, I could call AdGroupCr

Re: Monthly Search Volume from > 12 months ago

2011-12-02 Thread calford
Hi, You can only get data for the last 12 months. And you have to wait until around the 25th of the month to get any results for the previous month. On Dec 1, 11:46 pm, Joe wrote: > Hi everyone, > > I am currently using the TARGETED_MONTHLY_SEARCHES attribute type in the > TargetingIdeaSelector

No Results for October 2011

2011-12-02 Thread calford
Hi, I just noticed that October 2011 is returning no search volume results now. But it was not the case a week ago. thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: problem with creating sandbox acc v201109 No such operation: (HTTP GET PATH_INFO: /v201109/CampaignService)

2011-12-02 Thread sgrgic
Hi Anash, Thanks for quick response. Everything is clear now, I manage to initialize sandbox via API call (Ruby client). Regards, Sinisa. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/

Re: UNEXPECTED_INTERNAL_API_ERROR

2011-12-02 Thread fabuda ayodele
hello...pplease i need your help on how i will be using this adwords to make money. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Error When Downloading Report From API

2011-12-02 Thread DGarriott
I am using a third party program to access the Adwords API and I have been successful with invoking the web service, but I am running into an issue when I send the HTTP GET request to download the report. The error message is, "!!!1|||xx||| InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.g

Does the language make any difference on results?

2011-12-02 Thread calford
hi, I am testing some search volumes and noticed that the $languageTargetSearchParameter does not seem to have any effect on the number of results even on keyword tool. i tried 名士錶 in Chinese (simplified, and traditional), japanese, swedish, spanish, portuguese and arabic for China and Taiwan and

Re: InfoService v201109 error

2011-12-02 Thread yagmur
Hi Eric, Can you guys do a blog post on this when you have the fix for it? I am sure a lot of people would be interested in hearing about it when the fix is in as well. Thanks, Yagmur -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adw

Re: InfoService v201109 error

2011-12-02 Thread Eric Koleda
Hi Yagmur, That's a good suggestion, and something we will keep in mind. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

How to set timeout using Java client library

2011-12-02 Thread Kevin
Hi, Is there a way to set the timeout for service calls using AdWords Java client library? One of our service calls got stucks for hours doing initial SSL Handshake: at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:129) at com.s

How to get developer token

2011-12-02 Thread Vivekanand Saraswati
Hi .. Please suggest me where i get developer token in adwords api. when i opening this link https://adwords.google.com/select/ApiCenter this show message Sorry, you don't have access to this page. Your access level doesn't allow you to view this page. Please contact your account administrator to

Re: Perl client libraries need updating for v201109?

2011-12-02 Thread Eric Koleda
Hi, This error message is letting you know that you are attempting to use a clientEmail header, which is no longer supported by the API in version v201109. Instead you need to set a clientCustomerId in your configuration file instead. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=

Re: TargetinIdeaService doesn't deliver any categories anymore

2011-12-02 Thread Eric Koleda
Hi, We are still working with the core engineering team to investigate this problem. At this time there are no updates. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http:

Cannot see all clients or account hierarchy

2011-12-02 Thread repo...@butlertill.com
Hello, Earlier I was able to get all the clients associated with my account using the GetAccountHierarchy code using my DevToken, email, password and client-email. But now, out of nowhere, using the same code and same credentials, it just shows one client associated with the account. Also, when I

Cost Per Click (цена за клик)

2011-12-02 Thread Vladimir Smirnov
My task: to pass "a keyword or phrase," Evaluation of the middle and get a click-per-click AdWords. I read a lot of documentation on the AdWords API only found this: http://code.google.com/intl/ru-RU/apis/adwords/docs/reference/latest/TrafficEstimatorService.KeywordEstimateRequest.html And in gen