InsightTracker QML Type
Provides an interface to the Qt Insight Tracker. More...
Import Statement: | import QtInsightTracker 6.15 |
Instantiates: | QInsightTracker |
Properties
- enabled : bool
Methods
- clearCache()
- dimensionData(const QString &key, double value)
- interaction(string name, const QString &contextKey, double contextValue, string category)
- interaction(string name, string category)
- startNewSession()
- transition(string name, const QString &contextKey, double contextValue)
- transition(string name)
Detailed Description
Property Documentation
Method Documentation
Send a interaction event name with additional context data. Context data can be sent as a key/value pair in contextKey and contextValue. The optional category parameter can be used to filter tracking of the events.
See also QInsightConfiguration::setCategories.
Send a interaction event name. The optional category parameter can be used to filter tracking of the events.
See also QInsightConfiguration::setCategories.
Start a new session A new session id is generated and then used in all subsequent events.
Send a transition event name with additional context data. Context data can be sent as a key/value pair in contextKey and contextValue. Use transition events to track the current state of the UI. Transition events can be sent whenever your application changes UI views or states, or whenever there are other UI flow changes such as dialog and notification pop-ups.
Send a transition event name. Use transition events to track the current state of the UI. Transition events can be sent whenever your application changes UI views or states, or whenever there are other UI flow changes such as dialog and notification pop-ups.
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.