Recommended? Are there any other options?

On Monday, November 11, 2013 10:18:26 AM UTC-5, Danial Klimkin wrote:
>
> Hello,
>
>
> The recommended flow is to store the set of the operations send for the 
> job ID and to find the failed one by the index provided in the response.
>
>
> -Danial, AdWords API Team.
>
>
> On Wednesday, October 30, 2013 11:40:40 PM UTC+4, goingdev wrote:
>>
>> Is there a way to get the criterion info from an APIError?
>>
>>     MutateJobService mutateJobService = 
>> (MutateJobService)user.GetService(AdWordsService.v201309.MutateJobService);
>>>     JobResult jobResult = mutateJobService.getResult(new 
>>> BulkMutateJobSelector { includeStats = true, jobIds = jobIDs }); 
>>>     SimpleMutateResult results = (SimpleMutateResult)jobResult.Item;
>>>
>>>     if (results.errors != null)
>>>     {
>>>         foreach (ApiError apiError in results.errors)
>>>         {
>>>             // get criterion info
>>>         }
>>>     }
>>>
>>>
>> I'm finding it difficult to get detailed info on a specific error (which 
>> is obviously important to have for logging purposes). Is this even 
>> possible? (can't believe it's not).
>>
>> (I posted this on StackOverflow as well (
>> http://stackoverflow.com/questions/19662873/google-adwords-api-get-criterion-info-on-apierror
>> ).
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to