Hello,
I have managed to get the list of all accounts under one MCC using the Java API using the ManagedCustomerServiceInterface.
I have also managed to get the list of all campaigns for a given account using the Java API using the CampaignServiceInterface.
My issue now : How can I get all campaigns per account using the API ? Find some kind of intersection between ServiceInterfaces ?
Thanks for your help