Page Analysis displays data reports for all pages accessed in your app during a specified time period. To simplify data queries, you can use page configuration to set an ID for each page on iOS and Android, and a corresponding name to display in the reports.
Add a page configuration
Follow these steps to add a page configuration:
Log on to the mPaaS console and select an application. In the left navigation pane, click Mobile Analysis Service > Basic Analysis.
Click the Page Configuration tab.
Click Add and enter the page information:
Name: The name of the page in reports.
iOS: The ID of the page in the iOS operating system. This is the view controller (VC) class name, for example,
viewControllerName.Android: The ID of the page in the Android operating system. This is the full path of the page's Activity class name, for example,
com.mpaas.demo.launcher.MainActivity.NoteThe name for the same page must be consistent across the iOS and Android operating systems.
The values for iOS and Android must be unique.
Modify a page configuration
Select a target page and click Modify in the Operation column to edit the page name and its IDs for different operating systems.
Delete a page configuration
Select a target page, click Delete in the Operation column, and then confirm the deletion. This operation does not affect the page display in Page Analysis.