AdWords API SOAPpy and V200909

2009-12-08 Thread Ralph Heimburger
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: SizeLimi

AdWords API Re: SOAPpy and V200909

2009-12-09 Thread Ralph Heimburger
> > 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

AdWords API Re: SOAPpy and V200909

2009-12-10 Thread Ralph Heimburger
f that library can > assist you from there: > >  http://code.google.com/p/google-api-adwords-python-lib/issues/list > > Best, > - Eric > > On Dec 9, 3:06 pm, Ralph Heimburger <1stpo...@gmail.com> wrote: > > > > > Eric, > > this is a problem with py2

AdWords API V200909 CampaignCriterionService SET maxCpc?

2009-12-29 Thread Ralph Heimburger
In reading through the v200909 documentation, I don't see any reference to Biddable operations in the CampaignCriterionService. Is it possible to set the maxCpc at the Campaign Level using the Api? -- You received this message because you are subscribed to the Google Groups "AdWords API Forum"

AdWords API UNEXPECTED_INTERNAL_API_ERROR

2010-01-04 Thread Ralph Heimburger
We received this message on January 2 at 4:30 EST. Was there an outage? aw_api.Errors.GoogleInternalError: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email

AdWords API Re: UNEXPECTED_INTERNAL_API_ERROR

2010-01-04 Thread Ralph Heimburger
ok this makes sense, but how do I code to trap for and unknown error, is it different than RequestError? Here is my current code (python): #make Api Call try: ad_group_criteria=ad_group_criterion_service.Mutate (operations)[0] except RequestError, e:

AdWords API Re: UNEXPECTED_INTERNAL_API_ERROR

2010-01-05 Thread Ralph Heimburger
I got another one Mon 01/04/2010 16:30:49.93 (EST). For some reason the 16:30 PM seems repetitive for this proble, aw_api\AdGroupCriterionService.pyc, line 130, in Mutate aw_api\WebService.pyc, line 342, in CallMethod aw_api\WebService.py", line 190, in __ManageSoap aw_api.Errors.GoogleInternalErr

AdWords API Re: UNEXPECTED_INTERNAL_API_ERROR

2010-01-06 Thread Ralph Heimburger
Eric, thanks for the followup. Another question: How do I code to trap for and unknown Api error, is it different than RequestError? Here is my current code (python): #make Api Call try: ad_group_criteria=ad_group_criterion_service.Mutate (operations)[0] except

AdWords API aw_api.Errors.Error: (10048, 'Address already in use')

2010-01-21 Thread Ralph Heimburger
not sure what is causing this but it happened last night: aw_api.Errors.Error: (10048, 'Address already in use') -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscri

AdWords API Sandbox:ADD_OPERATION_NOT_PERMITTED

2010-01-22 Thread Ralph Heimburger
I am testing a large scale campaign/ad/agroup rollout using sandbox (v200909) and am getting this error FaultException: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[ 0]] Does sandbox not allow for testing ADD operations? -- You received this message because you are subscrib

AdWords API Given API version, v200909, is not compatible with 'NegativeCampaignCriterion' class

2010-01-25 Thread Ralph Heimburger
Just following the example in the V200909 api example folder: [{'operator': 'ADD', 'operand': {'criterion': {'text': 'geico', 'matchType': 'exact', 'type': 'Keyword'}, 'type': 'NegativeCampaignCriterion', 'campaignId': '37776166'}}] Google Api General Error [Given API version, v200909, is not com

AdWords API Re: Unable to update destination URL using the AdGroupCriterionService

2010-02-03 Thread Ralph Heimburger
I am having the same issue. Here is my code: keywordObject = { 'type': 'BiddableAdGroupCriterion', 'adGroupId': adgroup_id, 'criterion': { 'id': keywordid, 'destinationUrl': destUrl } } When I run this using

AdWords API Re: Unable to update destination URL using the AdGroupCriterionService

2010-02-03 Thread Ralph Heimburger
group_id, 'criterion': { 'id': keywordid, }, 'destinationUrl': destUrl } }] On Feb 3, 12:06 pm, Ralph Heimburger <1stpo...@gmail.com> wrote: > I am having the

AdWords API keyword opportunities

2010-02-09 Thread Ralph Heimburger
are the keyword opportunities in the opportunities tab available for download via the Api? -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe from this group, se

AdWords API Re: keyword opportunities

2010-02-10 Thread Ralph Heimburger
rvice to generate similar results: > >  http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIde... > > Best, > - Eric Koleda, AdWords API Team > > On Feb 9, 4:14 pm, Ralph Heimburger <1stpo...@gmail.com> wrote: > > > > > are the keyword opport