Re: Sandbox: PolicyViolationError when updating/creating ads

2012-02-10 Thread David Torres
Hi Etienne, Are you also seeing the error in Sandbox? If production then you can handle it by submitting an policy exception, see this code in c# http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/Examples/v201008/HandlePolicyViolationError.cs?r=140 as an example, we also

Re: Sandbox: PolicyViolationError when updating/creating ads

2012-02-07 Thread Etienne Lawlor
I am seeing a similar error [PolicyViolationError.POLICY_ERROR @ operations[0].operand.ad.description1] when adding an ad to an adgroup. The description1 field i am using is 'Save Time Money'. I'm guessing the (ampersand) symbol is the cause of the error. How can i deal with this issue?

Sandbox: PolicyViolationError when updating/creating ads

2010-12-12 Thread Nick
I'm seeing the following error today whenever updating or creating ads on sandbox: PolicyViolationError.POLICY_ERROR @ operations[0].operand.ad.url The url looks something like: http://mydomain.com/CUSOMTER_ID?utm_medium=webutm_source=google-ppcutm_campaign=standard; It appears to be the

Re: Sandbox: PolicyViolationError when updating/creating ads

2010-12-12 Thread AdWords API Advisor
Hi Nick, Looks like an issue with the sandbox, the production servers aren't throwing this error. I'll let the AdWords team know about this issue. Meanwhile, if you want to add code to handle PolicyViolationErrors, you can refer to this code example.