Analytics API: how to filter report suites to only PROD? | Community
Skip to main content
luh30759975
Level 2
September 15, 2017
Solved

Analytics API: how to filter report suites to only PROD?

  • September 15, 2017
  • 1 reply
  • 1253 views

I'm trying to use Analytics API function call: Company.GetReportSuites()? But I want to filter it to only have PROD? Is this possible?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Urs_Boller

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.

1 reply

Urs_Boller
Community Advisor
Urs_BollerCommunity AdvisorAccepted solution
Community Advisor
September 15, 2017

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.