Hi all, I'm currently working on a project where we would like to be able to access Real-Time data involving 25 elements and 6 metrics.
Given the limitation of Real-Time reports to 9 elements and 3 metrics, what would be the best approach to overcome it?
Sticking to Real-Time reports, I see 2 possible ways:
1. define different report suites so that we have different reports to query;
2. dynamically use the SaveRealTimeSettings API to modify the settings and change elements and metrics as needed.
Given I have no experience with Adobe Analytics and the API I'm not sure if this ideas are feasible or totally wrong.
We are also considering to use the LiveStream API, but we are concerned on the fact that we would have massive amount of data to be aggregated, bringing too much overhead.