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
