Hi,

For failed requests, the SOAP fault will include an ApiException,
which will include an array of ApiErrors, one for each error that
occurred.  The ApiError contains a fieldPath, which will indicate
which operation and possibly which specific field caused the error.
You can parse this information and handle the problems accordingly.

  
http://code.google.com/apis/adwords/v2009/docs/reference/CampaignService.ApiException.html

Best,
- Eric Koleda, AdWords API Team

On Mar 16, 5:40 pm, SW <ga...@structuredweb.com> wrote:
> Hi, Peer
>
> Thank you for the quick answer.  The api throws an error when try to
> mutate a list of operations.  Do I have to parse the errors to find
> out which ones failed or there is other method/way to get the failed
> operations?
>
> Thank you again
>
> On Mar 16, 5:22 pm, "Peer Jakobsen (AdWords API Guru)"
>
>
>
> <peer.jakob...@gmail.com> wrote:
> > The whole request will be ignored (nothing will get updated). You can
> > then set exemption requests on the failed operations and then resend
> > the whole operation array or you can remove the operations that failed
> > from the array and resend it.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-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-api@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