🖥️Funnels and Events
How can we Answer any question?
What are requirements?
Event APIs Available:
STKAPP.FireTag("eventcode") //this allow you send custom event for qube analytics also connected to session replay
STKAPP.SessionTag("event_code", {payload object}) //this allow you send custom event for qube analytics attatched with Session Replay
STKAPP.SetUserIdOrEmail("userid")> //this allow you give your user a uniqe user id such as email
STKAPP.SetMetadata("metaKey","meta_value") //You can assign a meta data for user during session recordingWhat is the difference between FireTag() and SessionTag()
Default Events
Last updated