U-App create custom event
umeng_uapp_event_createCreate a custom counting or calculation event for U-App analytics by specifying event name and display name.
Instructions
Create a custom event. Official API: umeng.uapp.event.create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appkey | No | Umeng appkey. If omitted, UMENG_DEFAULT_APPKEY will be used. | |
| eventName | Yes | Custom event name. | |
| eventDisplayName | Yes | Custom event display name. | |
| eventType | No | true for calculation event, false for counting event. |