I have a quick question regarding getting campaign data when the user authorizes using a MCC account. Suppose the account hierarchy looks like so (taken from the official docs):
If I want to get all of the campaigns under Root MA 1 (from my understanding that the campaigns are actually associated with Clients A, B, and C) I need to iterate through the list of linked accounts under Root MA 1 and initialize services with respect to those 3 client IDs, and then pull the campaign data that way. In other words, when authorizing as a manager account, do you have to drill down to the Clients themselves to get the IDs and make calls using those IDs, or is it possible to use the Root MA account ID somehow? Please let me know if my question is not that clear :)