Re: Map Change Status to change Event

2021-01-23 Thread Google Ads API Explorer
Also there is no information about change status resource name https://developers.google.com/google-ads/api/reference/rpc/v6/ChangeStatus#resource_name I am getting this values 'customers/1234567890/changeStatus/16101149764329-6-120338049-3' Need to understand this https://developers.google.

Map Change Status to change Event

2021-01-23 Thread Google Ads API Explorer
Hi, On documentation it said https://developers.google.com/google-ads/api/docs/change-status Change Status provides a means to keep track of which resources have changed within an account over a given time period. Th

Re: Deadlock when merely adding ads-lib to pom.xml?

2021-01-23 Thread Gregory Golberg
A bit more detail... Order matters. This deadlocks: com.google.api-ads ads-lib 4.9.1 com.google.api-ads google-ads 10.1.0 This doesn't: com.google.api-ads google-ads

Deadlock when merely adding ads-lib to pom.xml?

2021-01-23 Thread Gregory Golberg
Hello I have a program that uses google-ads with the below dependency in pom.xml: com.google.api-ads google-ads 10.1.0 This authenticates and just calls listAccessibleCustomers of CustomerServiceClient. So far so good. But once I merely add th