Hey Tanmay, thanks for getting back to me. Yes the link was just to indicate that I try to use that reportIndex parameter.
I want to set up some kind of "dashboard station", that only does one thing, which is showing the real-time reports for a specific report suite. There should be no interaction possible/required, it should just display the 3 real-time reports subsequently. So I just want to create a simple script that does the following in a loop: open Report 1, delay 1min or so, opens Report 2, delay, opens report 3, delay.
For this I would need a deeplink to the different reports. I do not really want to set up Selenium or some other browser automation for this, which I think is kind of overkill for this simple purpose. I thought I could use the reportIndex URL parameter, which is visible when you click on the different reports. But it does not do anything when calling the real-time reports via URL.
So now I am wondering if there is another way to do this.
Cheers, David