Re: V201206 old java client library Report Definition selector fields and predicates

2012-11-07 Thread Kevin Winter
Hi Jason, Thanks for the report, I'll try to get that (SelectorError in ReportDefinitionDervice) removed. - Kevin Winter AdWords API Team On Tuesday, November 6, 2012 8:16:09 PM UTC-5, Jason Stedman wrote: Kevin, The original link seems to have been removed, but there is still a

Re: V201206 old java client library Report Definition selector fields and predicates

2012-11-06 Thread Kevin Winter
Thanks for the suggestion Jason. The code example does it slightly differently: https://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201209/reporting/DownloadCriteriaReport.java#64 That link unfortunately won't work - the latest version

Re: V201206 old java client library Report Definition selector fields and predicates

2012-11-06 Thread Jason Stedman
Kevin, The original link seems to have been removed, but there is still a Selector link in this section that links to the BudgetOrderService.Selector: https://developers.google.com/adwords/api/docs/reference/latest/ReportDefinitionService#SelectorError --

Re: V201206 old java client library Report Definition selector fields and predicates

2012-09-27 Thread Jason Stedman
Christian, This is more a java suggestion than anything to do with AdWords as your posted code works, but I think it is aligned with the nature of the question. A cleaner way to handle this would be to extract the array of strings out of the constructor calls and setter methods and instead

V201206 old java client library Report Definition selector fields and predicates

2012-09-26 Thread cefc
Since the transition from com.google.api.adwords.v201206.cm to com.google.api.adwords.v201206.jaxb.cm for ReportDefinition classes. Is there a simple means to translate selector fields and predicates between the two packages? Currently, I seem to be faced with re-writing the references from