Support for v201509 reports in AdWords Scripts
We have added support for AdWords API v201509 reports in AdWords scripts.
Changes to conversion columns
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.
See Miscellaneous reporting changes for more details.
If you use API versioning in your reports, you need to modify your code to use Video and multi-channel reporting
Miscellaneous reporting changes
MatchType and
MatchTypeWithVariant columns were renamed to
QueryMatchType and
QueryMatchTypeWithVariant in PAID_ORGANIC_QUERY_REPORT and SEARCH_QUERY_PERFORMANCE_REPORT.
v201509 as shown below. If you don’t use API versioning, no code changes are required.
var report = AdWordsApp.report(query, {
apiVersion: 'v201509'
});
If you have any questions about these changes or AdWords scripts in general, you can post them on our developer forum.