I'm using the Google Ads API to get a conversion action ID.
I was using v6 until the other day, but I upgraded to v8 because I received a notice that the request will be closed.
However, since 9/8, the request has failed.
Looking at the migration guide, I don't think there were any changes to the 'search' method. Is this mentioned somewhere in the documentation?
The error status and Ruby source code are as follows.
ruby/2.7.0/gems/google-ads-googleads-12.0.2/lib/google/ads/google_ads/v8/services/google_ads_service/client.rb:247:in `search'
client = Google::Ads::GoogleAds::GoogleAdsClient.new do |config|
config.client_id = ENV['GOOGLE_CLIENT_ID']
config.client_secret = ENV['GOOGLE_CLIENT_SECRET']
config.refresh_token = ENV['REFRESH_TOKEN']
config.developer_token = ENV['DEVELOPER_TOKEN']
end
Thanks.