InsightTracker QML Type▲
-
Import Statement: import QtInsightTracker 6.6
-
Instantiates:: QInsightTracker
Detailed Description▲
Property Documentation▲
Method Documentation▲
clearCache()▲
Clear all events from the local cache.
interaction(string name, string category)▲
Send a interaction event name. The optional category parameter can be used to filter tracking of the events.
See Also▲
See also QInsightConfiguration::setCategories
interaction(string name, const QString &contextKey, double contextValue, string category)▲
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▲
See also QInsightConfiguration::setCategories
startNewSession()▲
Start a new session A new session id is generated and then used in all subsequent events.
transition(string name)▲
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.
transition(string name, const QString &contextKey, double contextValue)▲
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.