I am getting many InternalApiError.UNEXPECTED_INTERNAL_API_ERROR today
also, calling AdGroupCriterionService.mutate.

I'm sending about 200 updates per request so I'm not including the
SOAP XML at the moment. I was going to include the request id, but
that's coming back as blank in the client library log, is that correct
too?

Thanks,

Joel


On Jan 4, 1:40 pm, Ralph Heimburger <1stpo...@gmail.com> wrote:
> 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:
>            ad_group_criteria={}
>            apiMessage=e.message

--

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, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.


Reply via email to