Hi Shingo, You could query the Cost field from the Account Performance Report and use query similar to the following query to do so:
SELECT AccountDescriptiveName, Cost, AccountCurrencyCode FROM ACCOUNT_PERFORMANCE_REPORT DURING LAST_7_DAYS You could refer to this code example on how to query a report by making service calls. Please let me know if you have any further concerns. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5001UV1wAh:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/2lNl1000000000000000000000000000000000000000000000Q69VQC001E6yBptZQ5WwPLdM8jLOEg%40sfdc.net.
