AdWords API Re: Create placement problem

2009-08-24 Thread harroot
Hi Here is the xml-s -SoapRequest at 8/25/2009 9:38:31 AM- POST /api/adwords/v13/CriterionService HTTP/1.0 Host: sandbox.google.com:443 User-agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 2.0.50727.3082) Content-type: text/xml; charset=utf-8 Content-length: 1192

AdWords API Re: Removing Targets from a campaign

2009-08-24 Thread AdWords API Advisor
Hi Ben, The CampaignTargetOperation only supports the SET operator. This means that if you want to remove a target you must get the current targets, remove the desired one from the list, and then set the targets again with the modified list. The documentation isn't very clear around this, and I

AdWords API Sandbox DB Refresh: August 28

2009-08-24 Thread AdWords API Advisor
I wanted to give everyone advanced warning that the AdWords API Sandbox's database is scheduled to be refreshed on Friday, August 28. Following the refresh all data stored in the Sandbox will be cleared, and you will have to recreate your client accounts with a call to getClientAccounts(). More i

AdWords API Re: Soap Error just started happening

2009-08-24 Thread AdWords API Advisor
Hi, You can check the status of your developer token in the AdWords web interface. Log in with your MCC credentials and go to "My Account" -> "AdWords API Center". Alerts at the top of the screen will let you know if there are any problems with your tokens. Best, - Eric Koleda, AdWords API Tea

AdWords API Re: Reporting sandbox and production difference

2009-08-24 Thread AdWords API Advisor
Hi Harut, In the sandbox environment the ReportService does not return real data, but instead a static XML document. This means the columns you specify in scheduleReportJob will be ignored. More information about how the ReportService can be used in the sandbox can be found here: http://code.go

AdWords API Re: Concurrency error updating dest URL of multiple criteria

2009-08-24 Thread AdWords API Advisor
Hi Tozor, I agree that more documentation is needed around locking, and I'll see what I can do about improving that. For large enough jobs, I can see how retries may not be enough to avoid errors altogether, but with enough retries you should be able to achieve a high success rate. I think it m

AdWords API Python Client Library Updated (v7.1.0)

2009-08-24 Thread AdWords API Advisor
An updated version of Python client library is available from http://code.google.com/p/google-api-adwords-python-lib/. This is a minor release and includes the following changes and updates*: - Bug fixes and patches - Added support for connecting through HTTP proxy via ZSI - Added support for

AdWords API Removing Targets from a campaign

2009-08-24 Thread b...@brooks.nu
Greetings! Before we push Target changes, we delete all of the existing targets on the engine (after we send all targets back up). With the new 2009 API, I am getting errors when I try to remove them. Here is the request/response: soap:Body> https://adwords.google.com/api/adwords/cm/v200

AdWords API Re: Create placement problem

2009-08-24 Thread Eric Gomes
Or probably, as the error message says, there are both websites and keywords being used in the same campaign. _ Eric M Gomes 11 9950 3930 Octavarium Tecnologia www.octavarium.com.br www.google.com/profiles/OctavariumTecnologia Google AdWords ID Gerente 956-647-4629 On Mon,

AdWords API Re: Create placement problem

2009-08-24 Thread AdWords API Advisor
Hi Harut, Can you please post the SOAP XML from the request that generated this error? Perhaps the criterionType field wasn't set properly. Best, - Eric Koleda, AdWords API Team On Aug 24, 1:20 am, Harutyun Terteryan wrote: > Hi all > > I use adwords .net api v13. > When I try to create a pla

AdWords API Soap Error just started happening

2009-08-24 Thread lcarl...@marketmonitorhq.com
I'm not sure what happened, but it looks like my token somehow got disabled or expired? I ran into the problem today as I was testing and everything was working yesterday, but then I tried today and nothing works anymore. I even went through the Adwords example code and modified to add my credenti

AdWords API Re: Using .net API

2009-08-24 Thread Eric Gomes
That's fantastic!I'll try this out right now on my own adwords' application. Thanks a lot. Bye, Eric On Mon, Aug 24, 2009 at 04:57, Harutyun Terteryan wrote: > Hi all > > I find solution for mentioned issue. > In the api methods throws Exception on soapException catch block and set > catched

AdWords API Reporting sandbox and production difference

2009-08-24 Thread Harutyun Terteryan
Hi all I wonder, are there some selectedColums, that are supported from production, but not supported from sandbox? Best Harut. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to t

AdWords API Re: Using .net API

2009-08-24 Thread Harutyun Terteryan
Hi all I find solution for mentioned issue. In the api methods throws Exception on soapException catch block and set catched soapException as InnerException, so we can get that exception and it's Detail property witch contains InnerText from web service. Best Harut. On Mon, Aug 24, 2009 at 10:57