Re: ReportService keeps failing with "The remote server returned an error: (400) Bad Request"

2012-11-06 Thread Soapy
Fixed it, removed the client email from the header and it works again. Hope this helps someone else. On Tuesday, 6 November 2012 10:47:48 UTC, Soapy wrote: > > I'm also gettnig this error. Anash, there is no XML response to give you > as the server is saying there is someth

Re: ReportService keeps failing with "The remote server returned an error: (400) Bad Request"

2012-11-06 Thread Soapy
I'm also gettnig this error. Anash, there is no XML response to give you as the server is saying there is something wrong with this request. It does not return any XML data.The error I am getting is "The remote server returned an error: (400) Bad Request." It's my understanding a 400 co

Re: using adparam to set prices on all ads in an adgroup

2012-10-11 Thread Soapy
Hi Justin, Just wanted to say I'm in exactly the same position as you. I just want to update the price in my ad, it seems crazy you have to do this for each keyword. As the [criterionId] is required I can't see anyway around it. It's seems to me this is a feature the developers want, look

AdWords API Re: vb.net examples

2010-01-29 Thread Soapy
hould get you started. Cheers Soapy On Jan 26, 7:28 pm, Weblamer wrote: > Are there any basic VB.net examples anywhere on the web for the new > v200909 API? > > I had used the v13 api in an application my company uses, and all the > code and functions in there worked just fine, but to be

AdWords API v2009 Adwords Api bug and Desktop Applications

2010-01-26 Thread Soapy
Are there any plans to fix the bug, where the new version of the api is not compatible with desktop .net applications? See http://groups.google.com/group/adwords-api/browse_thread/thread/fcde4e1d252152f5/ There's now less than 100 days left before V13 is dropped, we have 3 desktop applications t

AdWords API Method AdGroupService.get can not be reflected.

2009-11-23 Thread Soapy
I'm trying to port and application from V13 to 2009 in vb.net (2005 express) but am getting an error when trying to create a "new" instance of the adservice. [code] Dim adservice As AdGroupService adservice = New AdGroupService ' << - causes error "Method AdGroupService.get can not be reflected.