All Products
Search
Document Center

Mobile Platform as a Service:Page configuration

Last Updated:Feb 04, 2026

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:

  1. Log on to the mPaaS console and select an application. In the left navigation pane, click Mobile Analysis Service > Basic Analysis.

  2. Click the Page Configuration tab.

  3. 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.

      Note
      • The 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.