google-ads-ruby
google-ads-ruby copied to clipboard
Google Ads API Ruby Client Library
**What is your question?** Do you have an example for accepting the link invitation for a Merchant Center Account with an Ads account using API v15 and above? Hello, I'm...
**Describe the bug:** https://github.com/googleads/google-ads-ruby/blob/main/examples/advanced_operations/add_smart_campaign.rb was used as reference in our implementation, but we've been unable to successfully create a smart campaign. More specifically, we heard from the Google Ads API...
Hey everyone, I am using the latest version of this gem `25.0.2`. bundle install works fine but whenever you try to load the console, it raises an error regarding faraday...
**Describe the bug:** Getting `uninitialized constant Gapic::ServiceStub::ChannelPool` when running the [get_account_hierarchy](https://github.com/googleads/google-ads-ruby/blob/51e655cebb578cb5a9bf60ccc6732e2ac652c9ba/examples/account_management/get_account_hierarchy.rb) example https://github.com/googleads/google-ads-ruby/blob/51e655cebb578cb5a9bf60ccc6732e2ac652c9ba/examples/account_management/get_account_hierarchy.rb#L45 **Steps to Reproduce:** 1. clone this repo locally 2. configure ~/google_ads_config.rb with the required secrets 3. run...
**Describe the bug:** The following code throws a segmentation fault: ```Ruby def initialize_google_ads_client Google::Ads::GoogleAds::GoogleAdsClient.new do |config| config.client_id = config.client_secret = config.developer_token = config.refresh_token = end end def google_ads_client @google_ads_client ||=...
Hello. This issue is happening on V6, and I couldn't seem to find any way to work around this, as both creating a new budget **and** updating one while setting...
It would be great to have a possibility to provide with own interceptors for service initialization since there is currently no way to inject [there](https://github.com/googleads/google-ads-ruby/blob/a17f27d556f95fcdbf95661d01644733035705cb/lib/google/ads/google_ads/google_ads_client.rb#L127). Ideally (or additionally) in a...
Hi, Now I try to rewrite my API call to `feed` and `feed_item` operation from Adwords API to Google Ads API. I have a problem when I call `mutate_feed_items` for...
Using `3.2.0`, it seems there is a regression within the data I retrieve on errors. It was possible to get the index of the errored operations before yet this field...
Using v6 of the api and the search service, using the same `search_query` and `customer_id` in both scenari. ``` response = search_service.search(customer_id: customer_id, query: search_query) response.count => 1 response.first =>...