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 > Basic Analysis > Page Analysis.
Click the New Page button. In the Create Page panel that appears, configure the following parameters:
Page Name: The name of the page in reports.
iOS ID: The ID of the page in the iOS operating system. This is the view controller (VC) class name (
viewControllerName).Android ID: 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.
Each iOS ID and Android ID must be unique.
Click OK to complete the page configuration.
You can click the settings icon (
) in the upper-right corner of the Page Analysis page to view the configured page information.
Modify a page configuration
On the Page Configuration panel, 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
On the Page Configuration panel, 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.