Ben Karl

Results 57 comments of Ben Karl

This looks useful, but can you add unit tests for these changes? https://github.com/googleads/google-ads-python/blob/main/tests/oauth2_test.py

@srijan-chaudhuri I'd love to consider these changes, however I won't be able to merge this until the CLA check is passed, and unit tests are added. I'm closing this for...

@masabni is this for a customer match user list? If so, then I suggest reading the documentation [here](https://developers.google.com/google-ads/api/docs/remarketing/audience-segments/customer-match/get-started#usage-flow).

@masabni one thing to double-check is that you're using `v15` of the API or later. You can specific which API version to use when initializing a client, as is shown...

Hi @rdhmdhl - this looks like an issue with the API itself and not this library. I recommend reaching out to our API support channel [here](https://developers.google.com/google-ads/api/support/api-issues)

@KrishnaM313 thanks for the question. My guess is that you have `use_proto_plus` set to False. When that's true, this type of assignment isn't possible. If you set it to True,...

@OArapoglu if you run `type(response)` you get `None` there? Can you double-check? My expectation is that you would get some form of an `AddOfflineUserDataJobOperationsResponse` instance. It's easy for this to...