Hi, Thank you for contacting the Google Ads API support team.
In order to retrieve the field values present in the provided screenshot, you can use the campaign_budget report. For shared budgets, you just need to set the field ‘campaign_budget.explicitly_shared’ as TRUE. Please refer to the sample GAQL query below. SELECT campaign_budget.id, campaign_budget.name, campaign.name, metrics.clicks, metrics.impressions, metrics.ctr, metrics.average_cpc, metrics.cost_micros, metrics.interactions, metrics.interaction_rate, metrics.average_cost, metrics.conversions FROM campaign_budget WHERE campaign_budget.explicitly_shared = TRUE If you are facing any issues, kindly get back to us with your Google Ads customer Id and explanation of the issue faced. You can send the details via Reply privately to the author option, or direct private reply to this email. Thanks, Google Ads API Team Feedback How was our support today? [2025-10-07 09:11:50Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01u8Q7X:ref" (ADR-00334739) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. To view this discussion visit https://groups.google.com/d/msgid/adwords-api/596FE000000000000000000000000000000000000000000000T3R87Q000Ea-J7HJRFuJXMKE6nNV4Q%40sfdc.net.
