Re: How can i validate TextAd for PolicyViolationError

2012-05-02 Thread Kevin Winter
Hi Jam, The API unit cost is intended to bear a relation to the expense that it costs our backend systems to process an operation. This is why using the MutateJobService costs 50% of normal units, as it processes the operations more efficiently. In the case of a TextAd failing validation, th

Re: How can i validate TextAd for PolicyViolationError

2012-05-02 Thread Jam
Hi, why does it cost 40 Api-units if an TextAdUpload leads to an PolicyViolationError? Jam -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: How can i validate TextAd for PolicyViolationError

2012-04-30 Thread Kevin Winter
Hi, Using the validateOnly header will attempt some (but not all) of the validation that occurs when a request is processed. If this validation detects no errors, the response will be blank - you would only get a SOAP fault if a problem was detected with the request. - Kevin Winter AdWords A

How can i validate TextAd for PolicyViolationError

2012-04-27 Thread Martin
Hello, how can i validate my TextAds for PolicyViolationError before i upload. The only help i found is: http://adwordsapi.blogspot.de/2009/12/discover-v2009-validateonly-header.html but it don't throw an Exception... AdGroupAdServiceInterface adGroupAdService = (AdGroupAdServiceInterface) ..