Hi,

Thank you for getting back to us.

By reviewing your query, I understand that you want to retrieve 
metrics.cost_micros connected to a campaign. Please refer to this campaign 
report for more information. Kindly refer to the sample query below to get the 
metrics.cost_micros using the campaign :

SELECT
campaign.name,
campaign.status,
segments.device,
metrics.impressions,
metrics.clicks,
metrics.ctr,
metrics.average_cpc,
metrics.cost_micros
FROM campaign
WHERE  campaign.name='xxxx' AND
segments.date BETWEEN '20230601' AND '20230630'
ORDER BY metrics.cost_micros DESC

Also, you can use Query Builder to create your query and Query Validator to 
validate your query.

Let us know how this goes on your end.

This message is in relation to case "ref:_00D1U1174p._5001UOF5Us:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/V5MTW000000000000000000000000000000000000000000000S1MZQQ00Z0j6bBMCTKmityiuWdsHQg%40sfdc.net.
  • Re... Avinash Bhatt
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to