AdWords API Re: How to determine which ad caused a policy violation

2009-10-13 Thread AdWords API Advisor
Hi Alex, Thanks for the feedback on OGNL. It's a new addition to the AdWords API, and it's useful to hear developers' experience with it. As for parsing it, I think your regular expression is a good start. The full spec of the language can be found here: http://www.opensymphony.com/ognl/html

AdWords API Re: How to determine which ad caused a policy violation

2009-10-13 Thread Alex
I'm trying to migrate our code to use the v2009 API, and I must say, that I'm finding OGNL expressions too bulky for error reporting. I also can't imagine a use case, that you had in mind for the OGNL expression. Most of the time we want to know only the index of the item, that caused the fault, s

AdWords API Re: How to determine which ad caused a policy violation

2009-09-24 Thread AdWords API Advisor
Hi, In the v2009 API the OGNL expression was provided for that very purpose. You may also be able to glean some information about the offending object by looking at the trigger field of the error. Best, - Eric Koleda, AdWords API Team On Sep 24, 10:12 am, "stel...@smecsells.com" wrote: > Say