Solved
Analytics API: how to filter report suites to only PROD?
I'm trying to use Analytics API function call: Company.GetReportSuites()? But I want to filter it to only have PROD? Is this possible?
I'm trying to use Analytics API function call: Company.GetReportSuites()? But I want to filter it to only have PROD? Is this possible?
you have two options in the API request, see here: GetReportSuites | Adobe Developer Connection
1) filter on "type", eg "standard" to filter out rollup RS
2) filter by "search", eg if all have "PROD" in the name
or you filter out the unwanted data from the response.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.