SSL timeout errors

2012-03-28 Thread webspade
Hi, We have recently started to see a lot of SSL timeout errors, across various services. One such - self.keyword_service = client.GetAdGroupCriterionService(self.service_url) keywords = self.keyword_service.Get(selector)[0] File "/deploy/pythonenv/lib/python2.6/site-packages/adspy

Re: Campaign Performance report

2012-02-16 Thread webspade
I ve updated to the latest API - v15.2.1, and also had to update the SOAP library. Now I see aan "AttributeError: module" error. I am not sure what this means. Please advice. Also, do i have to update to the 15.x api, or a 14.x version would also send the developerToken in the header? I was us

Campaign Performance report

2012-02-14 Thread webspade
I am trying to get the campaign performance report but I get back an INVALID_TOKEN_HEADER error. This *used* to work, but off late has been returning the following data: !!!2|||371826503|||QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:''??? Here's the outgoing SOAP message to create the report

Re: Issue setting keywordContentMaxCpc

2011-11-18 Thread webspade
Any thoughts? On Nov 17, 12:46 pm, webspade wrote: > Hi, > > I am trying to update keywordContentMaxCpc and it is not getting > updated. Heres the outgoing/incoming SOAP - > > *** Outgoing HTTP headers > ** > POST /api/adwords/c

Issue setting keywordContentMaxCpc

2011-11-17 Thread webspade
Hi, I am trying to update keywordContentMaxCpc and it is not getting updated. Heres the outgoing/incoming SOAP - *** Outgoing HTTP headers ** POST /api/adwords/cm/v201101/AdGroupService HTTP/1.0 Host:adwords.google.com User-agent:SOAPpy 0.12.0 (pywebsv

Product Extensions

2011-11-10 Thread webspade
I read theres no API support to enable product extensions for a campaign. Is this coming anytime soon? If not, is there an alternative to going to the UI and enabling it manually? Thanks! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://ad

Re: QPS error

2011-09-19 Thread webspade
Some clarification; by "are people using multi-threaded code to hit the API with the same developer credentials?" I meant all the threads making requests using the same dev creds. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwords

QPS error

2011-09-19 Thread webspade
Hi, The link below states that theres a QPS rate limit on API calls. http://adwordsapi.blogspot.com/2010/06/better-know-error-rateexceedederror.html One of the proposed remedies for the problem is packing in many requests in a single call. This is not always possible. For e.g. with the Targeting

Re: authToken disappearing from the soap header

2011-01-27 Thread webspade
se open a > bug on the following site and include the sanitized SOAP XML request > and response: > >  http://code.google.com/p/google-api-adwords-python-lib/issues/list > > Best, > - Eric Koleda, AdWords API Team > > On Jan 21, 5:44 pm, webspade wrote: > > > Hi >

Problem using v13.2.0 with ZSI

2011-01-25 Thread webspade
Hi adspygoogle - v13.2.0 ZSI - 2.0 I am getting an error while trying to *get* campaigns using the API. I've made sure the auth credentials are correct, and PyXML-0.8.4 is installed. [Printing response in the CallMethod function inside the AdwordsWebService.py file] Response {'data': ImportError

authToken disappearing from the soap header

2011-01-21 Thread webspade
Hi I am using the adwords python api and have been seeing "authToken missing in the soap header" error while trying to do some operations. The issue is not very deterministic - meaning it occurs only sometimes. I have only started seeing this since past one week and had no problems whatsoever befo