We are announcing support for AdWords API v201402 reports in AdWords scripts. The following new reports are available for use:
If you use API versioning in your reports, then you need to modify your code to use v201402 as shown below. If you don’t use API versioning, no code changes are required.
BID_GOAL_PERFORMANCE_REPORT
PAID_ORGANIC_QUERY_REPORT
PRODUCT_PARTITION_REPORT
SHOPPING_PERFORMANCE_REPORT
If you use API versioning in your reports, then you need to modify your code to use v201402 as shown below. If you don’t use API versioning, no code changes are required.
var report = AdWordsApp.report(query, { apiVersion: 'v201402' });If you have any questions about this feature or AdWords Scripts in general, you can post them on our developer forum.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.