Ben Karl
Ben Karl
@AdamWalt which version of the library are you using? The `DismissRecommendationRequest` message has had `DismissRecommendationOperation` defined on it as a nested message for as far back as I can see...
@AdamWalt I'm going to close this issue as stale for now, but please reopen if you have more questions or details based on my last comment.
@AdamWalt my suspicion here is that you have [`use_proto_plus`](https://github.com/googleads/google-ads-python#protobuf-messages) set to `False`, in which case there's a slightly different workflow here. You can resolve this by setting `use_proto_plus` to `True`,...
@kosteev thanks for pinging on this issue. We did a round of performance testing in around March that indicated that proto-plus versions newer than `1.19.6` were too slow for this...
Thanks @anneadb - we're working on a fix for this that I expect will be part of the next release.
Hi all - we just released version [18.1.0](https://github.com/googleads/google-ads-python/releases/tag/18.1.0), which bumps our dependency on proto-plus to version 1.22.0.
Hi @whubbard-rl - this issue doesn't actually look like something we can fix on our end. Like you mention, the Composer image comes pre-loaded with a specific set of dependencies,...
@whubbard-rl I'm going to mark this one as closed as I don't think there's any action we can take in this library to fix the problem, but please reopen or...
As we discussed in the support forum, the issue here is that the login-customer-id isn't being loaded from yaml, and is thus not being included in the request metadata. You've...
@CodesOfAnurag one other thought I had - can you confirm that the other necessary tokens are loaded onto the client instance? If you add the below lines to your script,...