In the coming weeks, we'll be changing how we update the default reporting version for search  and report  requests that use the Google Ads Query Language in Google Ads scripts. This will allow you access to new reporting features as they are released, rather than our previous cadence of holding off on new versions for up to a few months. If you are still using AdWords API based reporting in v201809, these changes will not affect you.when Google Ads API sunsets versions , because that will cause your scripts to fail until you update to a newer version. Here are examples of setting an API version.
var report = AdsApp.report(query, {apiVersion: 'v7'});
 
For search:
var results = AdsApp.search(query, {apiVersion: 'v7'});
 
As part of this rollout, we will be updating the default (which is currently v5) to v7 shortly after this post. You can find a full list of reporting upgrades made in v6 and v7 on the Google Ads API release notes page .forum  so that we can help. - Mike Cloonan, Google Ads Scripts Team