mcloonan

Results 10 comments of mcloonan

Thanks for the suggestion! I do agree that this would be an improved workflow for dealing with errors, but I don't think we're going to have the resources to work...

There should be little reason for you to begin using the AdWords API right now, as it is deprecated and will be shut down in April 2022. Instead, consider our...

I'm not sure why those aren't working, but the easiest way to do this would probably be to call: adwords.credential_handler.set_credential('client_customer_id', new_value) Let me know if that works out!

I'm not able to reproduce. Can you double-check what version of gapic-common you have installed? Try updating that library and see if that resolves your issue.

Checking the docs, the merchant_center_id isn't directly on the product_link, but nested one level deep within a MerchantCenterIdentifier named merchant_center: https://developers.google.com/google-ads/api/reference/rpc/v16/ProductLink I tried this code out and it seemed to...

What do you mean by "load the console"? If you resolved it by removing an extra gem, it sounds like it might be some kind of dependency conflict.

Our smart campaign example doesn't require a Google merchant center ID as a parameter. Can you clarify exactly what code you're running to encounter this behavior?

For some reason the error didn't propagate correctly to your side. I looked up what happened on our server logs for this request ID, and the error message there should...

Looking at your request compared to the example we have, it looks like you're only specifying the ad's `type` field, but there are a bunch of other required fields as...

Not all the results are returned immediately, and there may be more requests made behind the scenes as you iterate through the results. Calling anything that will force an iteration...