Hi Nils, I think if you sent those same ads to the AdGroupAdService instead of the MutateJobService, you'd still get the policy errors. The validateOnly process is a best effort - it won't necessarily apply ALL the validation that a real request goes through - just most of it. Think of validateOnly as a good sanity check, to make sure the request is mostly right. On actual mutate it goes through the whole gauntlet of checks.
- Kevin Winter AdWords API Team On Wednesday, May 1, 2013 5:53:48 AM UTC-4, Nils Hempel wrote: > > > Hallo Google AdWords Community, > > I have a problem with the validation of my Ads and Keywords as well. I am > sending an large ammount of Ads to the validation service and process the > answers just like in the example. But when I afterwards send all the > remaining operations to the mutateJobService I still get a lot of policy > violation. Is this possible or must that be a bug of my code? I checked my > code and even the soap logs but I can't find any errors? Could it be that > the AdGroupAd validation service and the MutateJobService works with a > different set of policies? > > I am working with AdWordsApi v.201302, PHP 5.4.7 , OS: Win 7, libxml > Version 2.7.8 > > Regards, > Nils > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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]. For more options, visit https://groups.google.com/groups/opt_out.
