Before you can analyze events, you must configure the properties to associate with them.
Procedure
In the console, go to the Mobile Analysis > Custom Analysis > Event and Property Configuration > Properties tab. Click New Property to add a property.
The following describes the property fields:
Property ID: The unique identifier for the property. This ID must be unique within an mPaaS application because properties are global to the application.
Property Name: The name that corresponds to the property ID. You can customize this name.
Data Type: The data type of the property value.
Unit: The unit of the property value.
Display Status: Specifies whether the property is displayed.
In this tutorial, you will create the following three properties:
Property ID | Property Name | Data Type | Unit | Enumerable | Display Status |
pay_time | Payment Time | String | - | No | On |
user_id | User ID | String | - | No | On |
payment_method | Payment Method | String | - | Yes | On |