[Google Ads Developer Blog] AdWords scripts now supports v201708 and v201710 in reports

70 views
Skip to first unread message

Google Ads Developer Advisor

unread,
Nov 29, 2017, 11:04:55 AM11/29/17
to adsdevel...@gmail.com
We have added support for AdWords API v201708 and v201710 reports in AdWords scripts.

The major changes in v201708 are:
  • New fields in various report types.
  • The TABLE_EXTENSION enum value for ClickType was renamed to PRICE_EXTENSION.
  • See the full AdWords API release notes for more details.
The major changes in v201710 are:
  • The Automated field was added to the AD_PERFORMANCE_REPORT.
  • The EnhancedCpvEnabled field was removed from all reports.
  • See the full AdWords API release notes for more details.
In addition to these changes, v201705 is now the default version for reports. You can use one of the newly supported versions instead by specifying the apiVersion in your report request:
var report = AdWordsApp.report(query, {
    apiVersion: 'v201710'
});

If you have any questions about these changes or AdWords scripts in general, you can post them on our developer forum.
- Mike Cloonan, AdWords API Team.

--
Posted By Google Ads Developer Advisor to Google Ads Developer Blog at 11/29/2017 08:03:00 AM
Reply all
Reply to author
Forward
0 new messages