Google Ads plugins uses unsupported AdWords API and is unusable. The following exception is returned when the Google Ads plugin uses Adwords api to fetch report fields.
Per the blog post linked https://ads-developers.googleblog.com/2021/04/upgrade-to-google-ads-api-from-adwords.html , “ If you are a developer currently using the AdWords API, you need to upgrade to the Google Ads API by April 27, 2022. On that date, the AdWords API will sunset and requests to the AdWords API will fail.” The plugin code has to be re-written to use the new Google Ads API suggested. https://github.com/data-integrations/google-ads/blob/e892d4f8d031d0f66d64cc9b30c0499d3931952e/src/main/java/io/cdap/plugin/googleads/common/GoogleAdsHelper.java#L113 . |