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.
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