Hi,
I try to add ads using bulk jobs. Old api versions was return trademark error when create ads. But in v201409 api, i use some code but its return all success. I try to create one ad with using AdGroupAdService (not bulk) its return to me error like 'PolicyViolationKey{policyName=trademark,violatingText=Nike'.
So you can see if you try to bulk jobs for create ads, all them will success.
How can i catch trademark errors ?
$jobResult = ChoiceUtils::GetValue( $mutateJobService->getResult($selector));
after this code i try to show $jobResult->errors but its empty and i see in adwords panel all ads created. After 1 hours later i get email about all my ads disapproved.
I think is there a bug ?