AdWords API Email/Password refused by authentication service, but allowed in v13

2010-04-09 Thread Zweitze
Hello, I log into accounts using direct logins - no MCC involved. When converting to v200909 I noticed that two accounts were actually refused by the authentication service. However, when using the old method of v13 they still work. Looking further I noticed that they were refused by the call Aut

AdWords API Criterion Mutate doesn't change bid value, doesn't report error

2010-04-09 Thread MrRamius
Hi, So, I'm trying to update bids, and I'm having some trouble with the system response. I get no error message, and yet the response still shows the old bid value. SOAP: Request: http://www.w3.org/2001/XMLSchema-instance"; xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"; xmlns

AdWords API Re: AdWords Downtime: April 10th, 10am-2pm PDT

2010-04-09 Thread AdWords API Advisor
Hi, To address your questions: 1) The AdWords API server will return a 50x status code for all requests. 2) This is a good suggestion and something we will look in to. 3) As Joshua replied, PDT is UTC-7. Best, - Eric Koleda, AdWords API Team On Apr 8, 5:53 am, Zweitze wrote: > I have some qu

Re: AdWords API AuthTokenException: Login failed

2010-04-09 Thread Joshua J. Kugler
On Friday 09 April 2010, SW elucidated thus: > Reusing authentication seemed to have helped. Surprisingly, > documentation doesn't state this. From: http://code.google.com/apis/adwords/v2009/docs/headers.html "An authentication token is valid for about a week after you acquire it; when it expir

Re: AdWords API AuthTokenException: Login failed

2010-04-09 Thread SW
Reusing authentication seemed to have helped. Surprisingly, documentation doesn't state this. Thank you Eric On Apr 9, 1:20 pm, AdWords API Advisor wrote: > Hi, > > This likely indicates that you are making too many requests to the > ClientLogin API in a short period of time.  Are you reusing s

AdWords API Opa

2010-04-09 Thread Kumar McMillan
http://www.loyalistroofing.com/JBwpZ4tsc8.htm -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~

AdWords API v2009 version of GetUnitCountForMethod (InfoService)?

2010-04-09 Thread BeeGeez
The v13 info service has a method called GetUnitCountForMethod. The METHOD_COST apiUsageType is a replacement for the GetMethodCost() v13 method but the Per-Call Migration Guide doesn't offer a replacment for GetUnitCountForMethod. Any suggestions? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: AdWords API ClientLogin API Call

2010-04-09 Thread AdWords API Advisor
Hi, I talked with a colleague of mine and he said that you may need to install the certificate in your keystore to work around this error. He pointed me to the following information which should help: http://www.java-samples.com/showtutorial.php?tutorialid=210 Best, - Eric Koleda, AdWords API

AdWords API Re: Failed to do client auth with Gaia server exception

2010-04-09 Thread hov...@gmail.com
Hi Eric, So, does that mean that if we want to reuse AdWordUsers and services generated from these users we to cache both (users and services) per each client account and per each thread? One more thing, you didn't answer my question from my original post. Was the number of allowed request to Cli

AdWords API any way to test getting AdWordsApiException thrown?

2010-04-09 Thread BeeGeez
I'm trying to test my code where I catch an AdWordsApiException thrown. Is there a good way to get this exception thrown? Also, what's a good test so that I can loop through multiple ApiExceptions in a single AdWordsApiException thrown? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have y

AdWords API Re: RelatedToUrlSearchParameter

2010-04-09 Thread AdWords API Advisor
Hi Jimmy, The TargetingIdeaService can do this using the RelatedToUrlSearchParameter. http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.RelatedToUrlSearchParameter.html Best, - Eric On Apr 9, 4:49 am, icecoke wrote: > Hi Eric, > > many thanks for your response! >

AdWords API Re: edit ad extension error

2010-04-09 Thread AdWords API Advisor
Hi, The KeywordToolService and SiteSuggestionService have been replaced by the TargetingIdeaService: http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.html Best, - Eric On Apr 9, 2:43 am, "freesystems.t...@gmail.com" wrote: > Hi, > > what is api for getting sugge

AdWords API Re: How can I migrate if there will be no KeywordToolService and SiteSuggestionService?

2010-04-09 Thread Joshua J. Kugler
On Friday 09 April 2010, Andy Precise elucidated thus: > I've had to switch from using KeywordToolService to using > TargetingIdeaService instead. > > Can't comment on the other one. > > Good luck ! > > On Apr 9, 12:43 am, "aofro...@hotmail.com" > > wrote: > > How can I migrate if there will be no

Re: AdWords API Re: Keyword set returning nothing and not updating

2010-04-09 Thread AdWords API Advisor
Hi Jonathan, Currently there is no error returned when you attempt to change the keyword text of an AdGroupCriterion, but the change should not actually take affect. Do you have the requestIds of some requests that demonstrate this behavior? Best, - Eric Koleda, AdWords API Team On Apr 8, 5:44 

Re: AdWords API Delaware Metro Code

2010-04-09 Thread AdWords API Advisor
Hi Ran, In the AdWords API, Delaware doesn't have metros of it's own. The AdWords web interface suggests the metros of Philadelphia PA and Salisbury MA, but neither of those are in Delaware per se. Best, - Eric Koleda, AdWords API Team On Apr 8, 5:16 pm, Ran Cohen Legolas wrote: > I am looking

AdWords API TargetingIdeaService KeywordIdeaService

2010-04-09 Thread Raj
Hello AdWords API Team, Can you tell me How to pass an array of keywords to RelatedToKeywordSearchParameter in TargetingIdeaService? I can call this service by sending one keyword at a time syntax is $keywordService = $user->GetTargetingIdeaService(); $keyword= new Keyword(); $ke

Re: AdWords API AuthTokenException: Login failed

2010-04-09 Thread AdWords API Advisor
Hi, This likely indicates that you are making too many requests to the ClientLogin API in a short period of time. Are you reusing services and/or authTokens in your application? Best, - Eric Koleda, AdWords API Team On Apr 8, 5:19 pm, SW wrote: > Hi, > > We have a process where we replicate go

AdWords API Re: Failed to do client auth with Gaia server exception

2010-04-09 Thread AdWords API Advisor
Hi Hovanes, An AdWordsUser can either be constructed with a clientId or without one. When a clientId isn't specified then the services run directly against the MCC account. This can be useful when you want to run cross-client reports, or get API usage info. However, for making changes to campai

AdWords API Re: SeedAdGroupIdSearchParameter

2010-04-09 Thread AdWords API Advisor
Hi, I just testing this parameter again, and it seems to be working correctly. Are you running this request in the production environment? Do you have a SOAP XML request and response that demonstrates this behavior? Best, - Eric Koleda, AdWords API Team On Apr 8, 1:38 pm, GR wrote: > I would

AdWords API Re: return empty object

2010-04-09 Thread AdWords API Advisor
Hi, Do you have the request ID of this request? Can you confirm that there are active, biddable criteria in your account? Best, - Eric Koleda, AdWords API Team On Apr 8, 10:33 am, molaMolar wrote: > Hello everyone my problem is that after executing the following code > returns an object google

AdWords API Data Discrepancies between v13 and v200909

2010-04-09 Thread sidd
Hello: I am migrating our library to v200909 and I've found a discrepancy that is occurring throughout our criterion. When I download an ad group's criterion through v13, I see the bid amount for firstPageCpc and a qualityScore. When I download the same data through v200909, firstPageCpc is NULL

AdWords API Re: How can I migrate if there will be no KeywordToolService and SiteSuggestionService?

2010-04-09 Thread Andy Precise
I've had to switch from using KeywordToolService to using TargetingIdeaService instead. Can't comment on the other one. Good luck ! On Apr 9, 12:43 am, "aofro...@hotmail.com" wrote: > How can I migrate if there will be no KeywordToolService and > SiteSuggestionService? -- =~=~=~=~=~=~=~=~=~=~

AdWords API Re: Service operator 'REMOVE' VS status 'DELETED'

2010-04-09 Thread AdWords API Advisor
Hi Kirill, I apologize for the confusion around this, and we are working on some materials that will make this clearer in the future. In general setting the status to DELETED is used for items that can be "resurrected", such as Campaigns, AdGroups, etc. For items that cannot be un-deleted the RE

AdWords API Re: Reporting with Api

2010-04-09 Thread AdWords API Advisor
Hi Shamael, The AdWords API does not support the retrieval of Change History, but other reports can be run to get the current state of the account. http://code.google.com/apis/adwords/docs/developer/adwords_api_report_structure.html The quality score of a keyword can be read using the API.

AdWords API Throwing exception: [TargetingIdeaError.NO_PAGING_IN_SELECTOR @ selector.selector.selector]

2010-04-09 Thread BeeGeez
I'm trying to get ALL RESULTS in my selector. According to the documentation, setting the paging property to null (or Nothing in my case since I'm using VB.NET) should cause all results to be returned. Unfortunately, for the TargetingIdeaSelection, an exception thrown instead. What do I need to d

AdWords API V2009 checkAds

2010-04-09 Thread Suraj Khakurel
Hi Before creating a Ads, Do i need to check it in V2009 as in V13. if yes then how can i do that in v2009 Regards Suraj -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group

AdWords API How can I migrate if there will be no KeywordToolService and SiteSuggestionService?

2010-04-09 Thread aofro...@hotmail.com
How can I migrate if there will be no KeywordToolService and SiteSuggestionService? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://grou

AdWords API Re: Fault occurred while processing

2010-04-09 Thread JosipK
Hi, I have the same problem. Everything works fine for Daily budget, but it fails for Monthly budget. Regards, -- Josip GemBox.Ppc - http://www.GemBoxSoftware.com/Ppc/Overview.htm - Advanced AdWords API for C# / VB.NET On Apr 8, 1:54 am, Simon wrote: > On Apr 8, 2:21 am, AdWords API Advisor

AdWords API Re: Adding web service to Excel

2010-04-09 Thread Andy Precise
CFJ, thank you very, very much. the second solution worked perfectly. On Apr 8, 4:12 pm, CFJ wrote: > This error is caused by an XML namespace issue between the SoapHeader > class and System.Web.Services.Protocols.SoapHeader.  The issue is > discussed here: > > http://code.google.com/p/google-api

AdWords API Re: RelatedToUrlSearchParameter

2010-04-09 Thread icecoke
Hi Eric, many thanks for your response! Ok, then, is it possible to receive data like from the free google tool: https://adwords.google.com/select/KeywordToolExternal for a given URL? Maybe I'm using the wrong API and google offers a different one? I would be really pleased if you point me the ri