google-ads-java
google-ads-java copied to clipboard
Google Ads API Client Library for Java
**Can the size of google client library be reduced if only a few apis are being used?** Hello, I am using implementation 'com.google.api-ads:google-ads:17.0.1' in build.gradle to import libraries required. The...
Hi Team, While testing Google Ads API after the request is posted and response is received, we are getting below exception regarding channel shutdown for maybe GoogleAdsServiceClient.Please suggest. Logs Mar...
**Describe the problem you are trying to solve:** Currently the library uses `grpc` version `1.41.0` The latest `grpc-api` version `1.44.1` fails when instantiating the service client: ``` Caused by: java.lang.NoClassDefFoundError:...
**Describe the problem you are trying to solve:** See discussion in #566: https://github.com/googleads/google-ads-java/pull/566#discussion_r807160020
Build times are O(20 minutes) which is a bad experience for folks onboarding to the library. Provide a quickstart guide which doesn't require `mvn clean install` on the project.
`GoogleAdsClient` currently uses an instantiating provider that produces a channel per service client. Need to investigate if this will be an issue for users who get clients for multiple services...
**Describe the bug:** GoogleAdsClient googleAdsClient = GoogleAdsClient.newBuilder().fromPropertiesFile().setLoginCustomerId(3220006497L).build(); **Steps to Reproduce:** When I upgraded from ads-api 29.0.0 to 30.0.0 V15, the request reported an error Code error fragment: GoogleAdsClient googleAdsClient =...
**Describe the bug:** Unable To Make connection to Google add API via java sdk 30.0.0, we have moved to latest build since older build was deprecated. Moved from v13 to...