Hello, I am now migrating from adowrdsAPI to googleAdsApi.
I am reporting using googleAdsScript. In the report, access the AdWords API reports and using the AdWords Query Language. ``` var rows = AdWordsApp.report( 'SELECT ClickType, Impressions, Clicks, Cost, Month ' + ' FROM CAMPAIGN_PERFORMANCE_REPORT ' + ' DURING ' + periodFrom.substr(0,4)+periodFrom.substr(5,2)+periodFrom.substr(8,2) + ', ' + PERIOD_TO, { apiVersion: API_VERSION } ).rows(); ``` https://developers.google.com/google-ads/scripts/docs/features/reports?hl=ja Do I Need to Migrate Google Ads Script? Please provide a reference document if necessary. Regards, Takashima Aoi. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/af85999c-88b3-46df-bd4d-8953c9ad87dc%40googlegroups.com.