RE: Why does Campaign metrics.cost_micros different than Campaign "served cost"

2023-01-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. To investigate the issue further, could you please provide the complete request and response logs, with the request-id? If you haven't yet, logging can be enabled by navigating to the Client libraries > Your client library (ex.

Why does Campaign metrics.cost_micros different than Campaign "served cost"

2023-01-06 Thread 'Chris Sun' via Google Ads API and AdWords API Forum
I'm trying to use the Google Ads API to get the "served cost" for a campaign on a specific date. I'm currently running this query to try to get that value: SELECT campaign.name, campaign.status, metrics.cost_micros FROM campaign WHERE segments.date >= '2023-01-02' AND segments.date < '2023-01-03