ChrisB, There is no Java specific API documentation unfortunately. The documentation is generic and should be accurate across all api implementations.
This is the only API documentation I am aware of: https://developers.google.com/adwords/api/docs/reference/ On Wednesday, September 12, 2012 8:28:12 AM UTC-4, ChrisB wrote: > > Oliver - Thanks for your reply. I have changed the failing imports to > ...v201206.jaxb.cm.*, and that works. > > I still would like to look at the Java API docs, so if anyone can help > locate a URL for this then please post it here. > > > > On Wednesday, September 12, 2012 11:20:11 AM UTC+1, Oliver wrote: > >> Looking at my developer's code, he's using this one: >> >> import com.google.api.ads.adwords.lib.jaxb.v201206.ReportDefinition; >> >> I've also been confused by the fact that some v201206 classes exist in >> BOTH these packages: >> >> com.google.api.ads.adwords.axis.v201206.cm.* >> com.google.api.ads.adwords.lib.jaxb.v201206.* >> >> I'm not that technical to know the difference but I'm sure there is a >> good reason for it. >> >> Oliver >> >> >> >> On Wednesday, September 12, 2012 11:07:21 AM UTC+1, ChrisB wrote: >>> >>> I can see the WSDL API for the ReportDefinitionService at >>> https://developers.google.com/adwords/api/docs/reference/latest/ReportDefinitionService >>> . >>> >>> But I cannot find the Java API documentation for ReportDefinitionService. >>> >>> And when I try to change my Java programs from v201109 to v201206, as >>> below: >>> import com.google.api.adwords.v201206.cm.ReportDefinition; >>> I get a reference cannot be resolved error. Why is this happening? >>> >>> I am importing "adwords-api-8.7.0,jar" on my build path. This Jar allows >>> me to use v201109 of ReportDefinition, and it allows me to use v201206 of >>> most other API classes (eg >>> >>> com.google.api.adwords.v201206.cm.Bid, for example). But >>> com.google.api.adwords.v201206.cm.ReportDefinition is missing.from it. >>> >>> In fact I have also found these classes to be missing from v201206: >>> RelatedToKeywordSearchParameter, DownloadFormat. Why are they missing? >>> >>> If anyone can point me to the Java API doc for v201206, or any >>> documentation on changes/deprecation of the classes I mention here, I would >>> be very grateful. >>> >>> >>> >>> >>> >> -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
