I'm using Insights API to query multiple campaigns data, and I would like to also retrieve daily_budget and lifetime_budget info, but Insights API does not provide these fields.
I know that I can make another request GET to <campaign_id> to retrieve budget info about one campaign, but that would not be efficient to my use case, since I would need to make a lot of extra requests, since I'm dealing with a lot of campaigns for a dashboard.
So, is there a best way to retrieve budget info about multiple campaigns?