We have added support for AdWords API v201601 reports in AdWords scripts. The major changes in this release are:
AvgCostForOfflineInteraction, OfflineInteractionCost, TotalCost
The release also introduces some improvements to several reports in existing versions (v201506, v201509).
DURING
REMOVED
See our release notes for more details.
If you use API versioning in your reports, you need to modify your code to use v201601 as shown below. If you don’t use API versioning, no code changes are required.
v201601
var report = AdWordsApp.report(query, { apiVersion: 'v201601' });
If you have any questions about these changes or AdWords scripts in general, you can post them on our developer forum.
- Anash P. Oommen, AdWords Scripts Team