reportEvent
This API is used via wx.reportEvent(string eventId, object data).
Feature Description: Event Reporting.
Parameter and Description:
string eventId: The English name of the event set in the mp experimental system.
object data: An object that can be processed by JSON.stringify, which will be reported to the system concurrently.
Was this page helpful?