Hello Dima, In order to fetch all the campaign budgets and the campaigns associated to them you can use campaign_budget resource name and can use the below query for example.
Query: "SELECT campaign_budget.id, campaign_budget.name, campaign.id, campaign_budget.amount_micros, campaign_budget.period FROM campaign_budget" The v2 is the latest version of Google Ads API, you can upgrade to that version from the client libraries here. Here is the guide to migrate from v1 to v2. Please give it a try and let me know if you have any further questions. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UCa6om:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/73iRG000000000000000000000000000000000000000000000PTZ85800sRYkr40XSTqiKlCs8ut-xg%40sfdc.net.
