Re: v201008 Reports Keyword Status "Active" value does not match Enum values in Doc

2010-12-28 Thread AdWords API Advisor
Hi Hans, We understand that customers are already using the human-readable values, and we will ensure that any changes won't break this. MM, We are working on including this information in our documentation, and hope to have this feature in our next release. Best, - Eric On Dec 23, 12:43 pm, m

Re: v201008 Reports Keyword Status "Active" value does not match Enum values in Doc

2010-12-23 Thread mm
Eric - A really great first step would be to simply document the corresponding report value. When parsing these reports, it is particularly frustrating to have to determine the return values by trial and error. Cheers - mm On Oct 29, 4:30 pm, AdWords API Advisor wrote: > Hi Joel, > > The enum va

Re: v201008 Reports Keyword Status "Active" value does not match Enum values in Doc

2010-12-22 Thread HK
As I'm sure most people are aware of by now, this appears to be affecting all enum values, not just Status. I'm glad to see that Google is considering ways to address this, but wanted to express our strong preference for not having reports change until a future release of the APIs. We are curren

Re: v201008 Reports Keyword Status "Active" value does not match Enum values in Doc

2010-10-29 Thread AdWords API Advisor
Hi Joel, The enum values returned by getReportFields() are the values you need to use when creating predicates. To filter for only active keywords you would use Status=ACTIVE. However, the enum values don't necessarily correspond to the output values, which in this case is "enabled". The same r