Re: do enum fields ever change?

2012-07-24 Thread Kevin Winter
+1 to these points. We try our best not to not change enum values mid-release (only on version boundaries), but mistakes can happen. - Kevin Winter AdWords API Team On Friday, July 13, 2012 10:03:44 AM UTC-4, jstedman wrote: These values are unlikely to change for a specific API version

Re: do enum fields ever change?

2012-07-13 Thread jstedman
These values are unlikely to change for a specific API version release, but across releases it is very likely that they will change. Even non enum fields have caused me this type of headache in the past. Generally it is better to design your report processing so it would handle any new values

do enum fields ever change?

2012-07-12 Thread iateadonut
For example, in an ad_performance_report, there is a field: Slot enum('SearchRhs', 'SearchTop', 'SearchOther', 'Content', 'AfsTop', 'AfsOther', 'Unknown') Will the values in enum ever change in the future? Has there every been a report field that was enum that was changed? Or is there a