The Internet Client Monitor, in both its forms of a script application and as an application page, includes a column named Page Information. This column is populated by way of a variable named VICMonitorPageInfo. It is up to you to add this variable to your pages and store relevant information in it. Two examples follow to help you understand how to use this variable.
In the alarm page, the VICMonitorPageInfo variable is set using the following line of code:
VICMonitorPageInfo = Concat(\ViewingLabel, " ", AllListNames[I], " ", \ListLabel);
In the reports page, the variable is set as follows:
VICMonitorPageInfo = Concat(\ConfiguringLabel, PickValid(Concat(" '", \DisplaySession\ReportPanel\ReportType, "'"), \ReportLabel));