Hi Christian, You can set the ExemptionRequest <https://developers.google.com/adwords/api/docs/reference/v201605/AdGroupAdService.AdGroupAdOperation#exemptionrequests> of the AdGroupAdOperation <https://developers.google.com/adwords/api/docs/reference/v201605/AdGroupAdService.AdGroupAdOperation> just like you would using a regular mutate operation. The results of the BatchJobOperation <https://developers.google.com/adwords/api/docs/reference/v201605/BatchJobService.BatchJobOperation> will be available in the downloadUrl <https://developers.google.com/adwords/api/docs/reference/v201605/BatchJobService.BatchJob#downloadurl> of the BatchJobResponse. You need to check for errors which are exemptable <https://developers.google.com/adwords/api/docs/reference/v201605/AdGroupAdService.PolicyViolationError#isexemptable> and add an exemptionRequest with the corresponding PolicyViolationKey <https://developers.google.com/adwords/api/docs/reference/v201605/AdGroupAdService.PolicyViolationKey> and retry the operation. If you know that your Ad will result in an exemptable policyViolationError ahead of time, you can add this exemptionRequest in the first BatchJobOperation itself.
Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 --- 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 [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/d35d5ffb-2abd-4c94-ac89-1ce48ef307d8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
