All Products
Search
Document Center

Mobile Platform as a Service:Configure events

Last Updated:Jul 17, 2026

An event describes a user interaction in your app, such as tapping a registration button, adding an item to a cart, or completing a payment. Each event records what the user did, when, and where in the app.

Custom event analysis performs real-time, multi-dimensional analysis of user events captured through client-side data tracking. Before you begin, configure event metadata to associate the metrics you want to analyze.

Create an event

Follow these steps:

  1. Log on to the mPaaS console. From the left navigation pane, navigate to mobile analysis > custom analysis. Then, click the Custom Configuration tab.

  2. Under Custom Configuration, switch to the Event tab and click New.

  3. In the New Event dialog box, configure the following settings:

    • event ID: Required. This ID must correspond to the seedID parameter for Android or the seed parameter for iOS in your client-side data tracking implementation. For more information, see Android custom event tracking seedID parameter or iOS custom event tracking seed parameter.

    • display status: Specifies whether to show this event in the event analysis list. If you select Do not display, the event will not appear in the list.

    • event name: Enter a name for the new event.

  4. In the Attribute Management section, click Add. In the Add Attribute dialog box, select the attributes to associate, and then click OK.

    Note

    All platform-predefined attributes are added automatically. No action is required.

  5. Back on the New Event page, review the attribute information in the Attribute Management section and click Submit.

After the event is created, it appears in the event list. Once data is reported for the event, it becomes available on the event analysis page.

Manage events

On the event list page, you can:

  • Change display status: Toggle the switch to show or hide the event.

  • View event details: Click an event name to view its details, including its basic information and associated attributes.

  • Edit event information: Click an event name to open its details page, where you can modify the event name and add or remove associated attributes.

  • Delete an event: In the Operationcolumn, click Delete and confirm the deletion.

Next steps