Re: BadAuthentication error when using AdWordsUser from .NET client lib 12.2.0.0

2011-07-04 Thread Anash P. Oommen
Hi, I've added a detailed troubleshooting guide on https://groups.google.com/forum/#!topic/adwords-api/5q52k_AJC-Q. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com ht

Re: AuthTocken Login failed

2011-07-04 Thread Anash P. Oommen
Hi, Here are a few suggestions to troubleshoot your issues. 1. If you are using v12.2.0, try capitalizing the first letter of the headers. (Email, Password, DeveloperToken, etc.) 2. Catch the exception, it should be an AuthTokenException object. Inspect its properties and see what the actual ca

Re: Get keyword average CPC via Google Adwords API

2011-07-04 Thread veseo
Hi, could we get some help or at least an official response? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

Re: Client Authentication, What would you suggest?

2011-07-04 Thread Anash P. Oommen
Hi Rob, As of now, manual authorization is the best way to go. OAuth for reports is on the charts, and there have been a lot of interest in it on the forum lately. As of now, I don't have a solid date by which the feature would be available though. Cheers, Anash P. Oommen, AdWords API Advisor.

Re: IP exclusion via Adwords API

2011-07-04 Thread Anash P. Oommen
Hi Jim, No, this feature is still not available in AdWords API. As for increasing the existing limits, you might want to ask on the AdWords forum. http://www.google.com/support/forum/p/AdWords?hl=en Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Campaign + Adwords + Keywords Details are not coming

2011-07-04 Thread Sahdev
Hey group, I could able to get account details using (ServicedAccountService)user.GetService(AdWordsService.v201101.ServicedAccountService); but i'm unable to get details of followings: AdGroupService adGroupService = (AdGroupService)user.GetService(AdWordsService.v201101.AdGroupService); --> Ge

Re: Report contents are invalid. DOTNET C# (awapi_dotnet_lib_12.3.0.tar.gz)

2011-07-04 Thread Anash P. Oommen
Hi Claudio, This is a known issue in the library, could you star / +1 the issue? http://code.google.com/p/google-api-adwords-dotnet/issues/detail?id=62. As for the error you are getting, I looked up the logs, and I am seeing ReportDefinitionError.INVALID_REPORT_DEFINITION_ID @ as the error. This

Report contents are invalid. DOTNET C# (awapi_dotnet_lib_12.3.0.tar.gz)

2011-07-04 Thread Claudio Carballal AbarzĂșa
Hi! When I want download a Report I get the message "Report contents are invalid." The report Definition Id is 67768614. There are no inner exceptions or other messages. The stack trace: at Google.Api.Ads.AdWords.Util.Reports.ReportUtilities.GetClientReport(Int64 reportDefinitionId, Boolean r

Re: Email and Password with Developer Token

2011-07-04 Thread Danial Klimkin
Hello Doug, Yes and yes. Developer token is used for billing only (API units) while login and email are used for authentication. -Danial, AdWords API team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://

IP exclusion via Adwords API

2011-07-04 Thread jkurtowicz
Has there been any update to the API that allows one to leverage the IP Exclusion feature of Adwords? Also does any one know if Google has any plans to expand the number of excluded IP addresses that are possible from 100 to some higher number? Thanks! Jim -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

OrderBy for TargetingIdeaSelector

2011-07-04 Thread Stefan
So, I'm completely new to the Adwords API. So far I've succeeded in fetching keywords ideas using TargetingIdeaSelector with the PHP API. But now I'm stuck with a problem: How can I sort the results (keyword ideas) by e.g. AVERAGE_TARGETED_MONTHLY_SEARCHES? According to the documentation, Targeting

Re: Client Authentication, What would you suggest?

2011-07-04 Thread Rob Ryan
Any plans to add the authorization process to the API? Really we would just be using it as a stop gap until report downloads are available through OAuth as the OAuth system is a lot nicer to use and much better for this authorization stuff. Looks like the manual authorization might be the best