google-ads-java icon indicating copy to clipboard operation
google-ads-java copied to clipboard

Google Ads API Client Library for Java

Results 27 google-ads-java issues
Sort by recently updated
recently updated
newest added

This commit introduces a new Java example, `AddDemandGenCampaign.java`, which demonstrates how to create a Google Ads Demand Gen campaign with a video ad. This example is a port of the...

Jules had to create a separate branch for this because it is unable to run the tests due to the incompatibility with gradle. Take a look, and let's discuss before...

Fix: Address review comments in AddDemandGenCampaign.java This commit resolves the review comments from PR #848 in googleads/google-ads-java/pull/848 for the AddDemandGenCampaign.java example. Key changes in AddDemandGenCampaign.java: - I replaced ArgumentNames.CUSTOMER_ID_FLAG with...

Here's a summary of the key changes I made in AddDemandGenCampaign.java: - I removed an API version comment. - I updated the command line argument flags to use ArgumentNames constants....

I want to use partial proxy for GoogleAdsClient but cannot find any way to do so. Can someone suggest a way or a workaround for the same. The proxy I...

question

**### Problem Overview** I currently frequently met the cases that when I am using GoogleAdsServiceClient.mutate method submitting list of MutateOperations, I caught InvalidArgumentException instead of GoogleAdsException. https://cloud.google.com/java/docs/reference/gax/latest/com.google.api.gax.rpc.InvalidArgumentException And the actual...

question