I am working on Facebook Marketing API and in a single batch request creating 1 Ad Campaign with 4 Ad Sets, in each Ad Set by 1 Ad creative and based on each Ad creative 5 Ads in each Ad Set. I have no problem with it at all and everything was cerated but response has a lot of empties bodies.
I need to get all ids of each created Ad Campaign, Ad Sets, Ad Creatives and Ads. Total objects should be 29. But I am getting in response only ids for Ads (last level)
Is there a way to force send all bodies in response or without using single requests get all info I need?
Thanks