Re: Is there no way to coerce KEYWORD_PERFORMANCE_REPORT rows into native objects?

2012-11-08 Thread erob
c%2Fmain%2Fjava%2Fadwords%2Faxis%2Fv201206%2Fbasicoperations > > Oliver > > > On Thursday, November 8, 2012 9:58:39 AM UTC, erob wrote: >> >> Hi, >> >> What type are the objects that are returned? I can't seem to find a >> simple example on this (though

What's the difference between axis and jaxb?

2012-11-08 Thread erob
Hi, I'm using the Java client and finding some of the dependencies quite confusing... For example, If you're creating a Selector, there are two places you can import the class from: import com.google.api.ads.adwords.axis.v201209.cm.Selector; import com.google.api.ads.adwords.lib.jaxb.v201209.S

Re: Is there no way to coerce KEYWORD_PERFORMANCE_REPORT rows into native objects?

2012-11-08 Thread erob
g the service API costs unit. Adhoc reports are free. > 2) Not all performance parameters are available through the service API. > > Oliver > > > > On Wednesday, November 7, 2012 7:05:31 PM UTC, erob wrote: >> >> Hi, >> >> I'm just starting to use the

Is there no way to coerce KEYWORD_PERFORMANCE_REPORT rows into native objects?

2012-11-07 Thread erob
Hi, I'm just starting to use the adword api with Java. One of the things I need to do is to get the performance of certain keywords in our account (click, impressions etc) over a period of time and then carry out some analysis on this data. It seems to me that the prescribed way to do this is