Hi Ralph, It is recommended that you use ZSI with the python client library, as this is a newer SOAP toolkit and it works with the v2009 API. As for the error with ZSI, it appears that you are making a request that results in a data set that is too large to return. I would recommend you enable paging and try the request again.
Best, - Eric Koleda, AdWords API Team On Dec 7, 3:48 pm, Ralph Heimburger <[email protected]> wrote: > I am using the awapi python library to access V200909 and running the > examples provided > > If I use SOAP, I get: > > aw_api.Errors.ApiVersionNotSupportedError: The 'Get' request via > v200909 is currently not supported for use with SOAPpy toolkit. > > If I use ZSI, I get: > aw_api.Errors.RequestError: > SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @ -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en.
