Hi Sherwin, many thanks for your quick answer!
so to understand even better ..
We are using so far the version 16.0 from February without any problem to upload the conversion to the portal, and then to continue using our script, all we need to do is just update the gem to the newer versin 17.0 from May this year. Should be enough to sort this deprecation issue?
To give you a context
All our config for authentication nowadays with google-ads-googleads version 16.0 relies in a file google_ads_config.rb similar to this next sampleGoogle::Ads::GoogleAds::Config.new do |c|
c.developer_token = 'INSERT_DEVELOPER_TOKEN_HERE'
c.client_id = 'INSERT_CLIENT_ID_HERE'
c.client_secret = 'INSERT_CLIENT_SECRET_HERE'
c.refresh_token = 'INSERT_REFRESH_TOKEN_HERE'
c.login_customer_id = 'INSERT_LOGIN_CUSTOMER_ID_HERE'
end
with that been said, then if we update to this new version of the gem, this configuration file should remain without any change at all as it is now cuz all the loopback ip work was solved in this new version rigth and we can continue running our scripts without problem after October 3rd 2022 right?!
Many thanks for your help!
Cesar