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

How to get the "Served Cost" for a campaign for a specific date?

2023-01-04 Thread Chris Sun
Hello, In this webpage , there's a section that shows how to view a "Billed Cost" report. That report includes a "Served Cost" value for a campaign for a given date range. Using the Google Ads API, how can I get the "Served Cost" for a

How to set Audience List to "Observation" mode with Python API?

2022-11-01 Thread &#x27;Chris Sun' via Google Ads API and AdWords API Forum
I want to enable the "Observation" setting to see how a campaign is doing against a specific Audience List. I added the Audience list as campaign criteria using the following code: operation = self.client.get_type("CampaignCriterionOperation") campaign_criterion = operation.cre

targeting_settings are empty after creating campaign_criterion

2022-10-28 Thread &#x27;Chris Sun' via Google Ads API and AdWords API Forum
I want to enabled the "Observation" setting to see how a campaign is doing against a specific Audience List. I added the Audience list as campaign criteria using the following code: operation = self.client.get_type("CampaignCriterionOperation") campaign_criterion = operation.cr