We have added support for AdWords API v201509 reports in AdWords scripts.
This release includes several changes that coincide with the recent announcement on conversion columns. Several reporting columns were removed and new columns were added. See the AdWords API release notes for more details.
We are now including statistics and metrics for AdWords for video and TrueView video campaigns in several reports. This includes a new Video Performance Report. Note that reports will only include data for newly created video campaigns in AdWords campaign management or campaigns that were migrated from AdWords for video.
We have also added new reporting columns that help multi-channel advertisers more easily manage reporting for specific campaign types like Search, Shopping, Display, and Video.
See Video and multi-channel reporting changes for more details.
MatchType
MatchTypeWithVariant
QueryMatchType
QueryMatchTypeWithVariant
See Miscellaneous reporting changes for more details.
If you use API versioning in your reports, you need to modify your code to use v201509 as shown below. If you don’t use API versioning, no code changes are required.
v201509
var report = AdWordsApp.report(query, { apiVersion: 'v201509'});
- Anash P. Oommen, AdWords API Team