How to customize the interface for reporting analytical data by Mini Program
This article mainly explains "how Mini Program customizes the interface for reporting analytical data". The content in the article is simple and clear, and it is easy to learn and understand. Now please follow the editor's train of thought slowly and deeply. Let's study and learn how Mini Program customizes the interface for reporting analytical data.
Wx.reportAnalytics (eventName, data)
Customize the interface for reporting analytical data. Before using it, you need to create a new event in the custom analysis at the Mini Program management backend, and configure the event name and field.
Parameter description:
Parameter type is required to indicate that eventNameString is the event name. DataObject is reported custom data. Key is the field name in the configuration, and value is the reported data
Sample code:
Wx.reportAnalytics ('purchase', {price: 120, color:' red'}) Thank you for your reading. The above is the content of "how Mini Program customizes the API for reporting analytical data". After the study of this article, I believe you have a deeper understanding of how Mini Program customizes the interface for reporting analytical data, and the specific usage still needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!