Heap is an anlaytics a platform for capturing data on the web and mobile. For more info see https://heap.io/.
Questions tagged [heap-analytics]
19 questions
0
votes
0 answers
Heap Analysis - only first value of custom event properties is tracked
export function useHeapAddEventCaseCode(caseData?: CaseEntity) {
return useEffect(() => {
if (caseData?.code) {
// As a best practice, we recommend calling clearEventProperties before addEventProperties on every page
…

Huy Nguyen
- 520
- 2
- 7
- 20
0
votes
1 answer
See who has logged into a Heap.io account?
With Heap Analytics is there a way of seeing which users have logged into an account? I mean logged into heapanalytics.com rather than the client facing app / website.

Evanss
- 23,390
- 94
- 282
- 505
0
votes
0 answers
How to implement Heap identify and addUserProperties dynamic for all the members in wix velo corvid
How to implement Heap identify and addUserProperties dynamic for all the members in wix velo corvid?
I have implemented the static for both. But in dynamic we have not found any proper solution.

user12746147
- 11
0
votes
2 answers
Sending appropriate data to production or development with Heap Analytics Web
While using heapanalytics.com HTML snippet for analytics, I want to automatically detect which development environment I am in, and use my appropriate key.