googleads / googleads-java-lib

Google Ad Manager SOAP API Client Library for Java
Apache License 2.0
226 stars 360 forks source link

Not able to get v12 resources/services with latest maven dependency #244

Closed saurabhsumanbbsr closed 2 years ago

saurabhsumanbbsr commented 2 years ago

Hi Team, I am using Java client library for Google Ads API . But while migrating from v10 to v12, I am not getting resources and services related to v12. Latest I can get is v11.

e.g. can not resolve com.google.ads.googleads.v12.resources.Campaign.

Maven dependency added: `

com.google.api-ads
    <artifactId>google-ads</artifactId>
    <version>21.0.0</version>
</dependency>`

Please suggest.

jradcliff commented 2 years ago

Hi,

We're working on the library updates for v12 and I am aiming to have a release out by the end of this week.

Thanks, Josh, Google Ads API Team

saurabhsumanbbsr commented 2 years ago

Hi Josh, Any further updates on v12 lib.

Thanks, Saurabh

jradcliff commented 2 years ago

Hi,

We release 22.0.0 yesterday. That version includes support for versions v10 through v12.

Thanks