AdWords API Re: VB.Net and the API

2008-12-19 Thread r2c
ok, I used the wsdl utility to create the vb classes and imported them to my project. It seems like I am close to getting this to work. Below is the coded that I am trying to run, but I am erroring out on the return message portion below. I have tried to translate the Adword code examples from c

AdWords API Re: Structure Report exceeds 250MB limit - what now?

2008-12-19 Thread crozzer
Hi Jeff, A solid suggestion. We'll incorporate that eventually. Unfortunately something as simple as gzipFile.Uncompress() is only a dream in .NET... Thanks, ~Crosby --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "A

AdWords API "keep alive" equivalent?

2008-12-19 Thread crozzer
I've got a long-running job (a few hours) that iterates through all of our 2.8 million criterion across 5 accounts in order to download them. I intermittently run across an error like "the connections was expected to be kept open but was closed by the server..." (I can get the exact error next ti

AdWords API Re: Sandbox Database Refresh: Friday, Dec. 19

2008-12-19 Thread AdWords API Advisor
Hello, The Sandbox Database refresh that was originally scheduled for today has been postponed, likely for two weeks. I'll post again with the exact date when that's finalized. Cheers, -Jeff Posnick, AdWords API Team On Dec 16, 2:08 pm, AdWords API Advisor wrote: > So, unrelated to the curre

AdWords API Re: API & adwords.google.com down?

2008-12-19 Thread Pete Lavetsky (AdWords API Guru)
Someone trip over the power supply? On Dec 19, 2:29 pm, AdWords API Advisor wrote: > Hello, > >  Both the AdWords web interface and the AdWords API should be > accepting requests as of a few minutes after my previous post. There > may be some slowdown due to the large volume of retried requests.

AdWords API Re: Missing languages in getKeywordVariations

2008-12-19 Thread AdWords API Advisor
Hello Andy, I'll file a bug about that behavior, as I'm not certain why it would be blank. Hopefully you still find some value in the results sans language, though. Cheers, -Jeff Posnick On Dec 19, 2:13 pm, "Andy P." wrote: > Hi Jeff, > > It looks fine to me. > > Here is the request: > > Requ

AdWords API Re: API & adwords.google.com down?

2008-12-19 Thread AdWords API Advisor
Hello, Both the AdWords web interface and the AdWords API should be accepting requests as of a few minutes after my previous post. There may be some slowdown due to the large volume of retried requests. The infrastructure is being monitored closely and I understand every effort is being made t

AdWords API Re: Missing languages in getKeywordVariations

2008-12-19 Thread Andy P.
Hi Jeff, It looks fine to me. Here is the request: Requests Array ( [0] => POST /api/adwords/v13/KeywordToolService HTTP/1.0 Host: adwords.google.com User-Agent: NuSOAP/0.7.2 (1.94) Content-Type: text/xml; charset=UTF-8 SOAPAction: "" Content-Length: 2120 http://schemas.xmlsoap.org/soap/envelo

AdWords API Re: API & adwords.google.com down?

2008-12-19 Thread AdWords API Advisor
Hello, Yes, from what I just learned there is an ongoing issue that started a few minutes ago. It's affecting all of AdWords right now--both the AdWords API and the AdWords web interface. I don't have more by way of details at the moment, but I can assure everyone that it's being actively inve

AdWords API API & adwords.google.com down?

2008-12-19 Thread Pete Lavetsky (AdWords API Guru)
It appears as tho both the live API and adwords.google.com are down ... any details behind the issue or when it's going to be back up? Ads appear to still be running AxisFault faultCode: {http://xml.apache.org/axis/}HTTP faultSubcode: faultString: (503)Service Unavailable faultActor: faultNo

AdWords API Re: java.lang.ClassCastException: com.google.api.adwords.v13.KeywordToolServiceSoapBindingStub

2008-12-19 Thread AdWords API Advisor
Hello Peeyush, If you have code that works fine using the Java client library in a standalone application but when you take the code and move it to a web app you get that ServiceException, it sounds very much like there's something different about your Java environment in the web app-- perhaps a

AdWords API Re: Missing languages in getKeywordVariations

2008-12-19 Thread AdWords API Advisor
Hello Andy, Could you turn on SOAP logging and see if the SOAP response message actually has the language fields populated? It may just be an issue with APIlity deserializing the XML into a PHP array. You can turn on SOAP logging by following the instructions at http://google-apility.source

AdWords API Re: C# NULL Exception in getService

2008-12-19 Thread AdWords API Advisor
Hello, There shouldn't be an issue with that code with the unmodified .NET client library (it's used successfully by a decent number of developers) and it's not something I could replicate. I can't tell you exactly what's causing the GetType() call to return null in your modified version of the

AdWords API Re: Can't access to to sandbox.

2008-12-19 Thread AdWords API Advisor
Hello Rickey, There a number of causes for that SOAP fault, and they are not related to code that was recently changed having to do with logins. Have you tried exercising your code against a newly created campaign/ ad group/etc. combination? Are you using the same clientEmail for all your reques

AdWords API Re: Cron job for API

2008-12-19 Thread timprepscius
I'm surprised this isn't part of the documentation yet.. I'm also surprised the documentation isn't a wiki yet that lives on a little patch of grass on the top of a hill. It would be so happy there I'm sure. Savithacavale, do a search on "settlement" or "books closed"... in this list. On D

AdWords API Missing languages in getKeywordVariations

2008-12-19 Thread Andy P.
Hi guys, I would like to retreive keywords for all languages and countries. Here's what I do in PHP: $seed = array( 'text' => "strahlung", 'type' => "Broad", 'isNegative' => false ); $result=$apilityUser->getKeywordVariations($seed, true, array ("ar",

AdWords API java.lang.ClassCastException: com.google.api.adwords.v13.KeywordToolServiceSoapBindingStub

2008-12-19 Thread peeyush
Hello when we have Run adword api code is standalone it work fine but when we have add this code in web application(visual web jsf) it throw following error. javax.xml.rpc.ServiceException: java.lang.ClassCastException: com.google.api.adwords.v13.KeywordToolServiceSoapBindingStub at com

AdWords API Re: Can't access to to sandbox.

2008-12-19 Thread rickey
Hi, the sandbox worked for about half day and now is not working again, and the faltcode changes from "Login with this username/password failed." to “Either this object does not exist, or this user does not have permission to access it.” thx --~--~-~--~~~---~--~~