Hi,

We're using v9 of the Ads API.  The below GAQL query returns the budget 
performance data for all campaigns in the account except for the 
Performance Max ones.  Are Performance Max campaigns not supported yet in 
the *campaign_budget* view?

We confirm the campaign we're referring to is enabled and has performance 
data in the date range below.

SELECT campaign_budget.id,  
metrics.clicks, 
metrics.impressions, 
metrics.cost_micros, 
FROM campaign_budget  
WHERE campaign_budget.status IN (ENABLED)  
AND campaign_budget.reference_count >= 1  
AND segments.date BETWEEN '20220201' AND '20220218'

Oliver

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d118b386-a30b-47dd-a687-e839f5e42cfen%40googlegroups.com.

Reply via email to