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
5
votes
0 answers
Defining Heap Analytics events with components build by libraries?
I'm using Heap analytics to capture events. What's frustrating is that I'm using styled-components and and-design, so events will be defined like so:
As a workaround, I'm adding IDs (or data attributes) to my components like this:
However, this is…

nyphur
- 2,404
- 2
- 24
- 48
5
votes
0 answers
Heap Analytics for react native app
Heap Analytics automatically tracks all events so you can analyze data in hindsight without having to manually define all events upfront.
Unfortunately, Heap does not seem to work in this way when used with a react native app. Does anybody know an…

s-jafari
- 51
- 2
4
votes
1 answer
Is there a way to get heap analytics data using APIs? I only see POST APIs in their API documentation
Is there a way to get heap analytics data using APIs? I only see POST APIs. I only see APIs documentation to post data in their API documentation.
Referring to this document:
https://docs.heap.io/reference
Tried A LOT to find but could not find it…

Sims
- 51
- 6
4
votes
4 answers
how to do post request with raw data via spring rest template
Can some one tell me how to send a POST request with raw data parameters as in the picture below
i have tried the following code but its not working
HttpHeaders headers = new HttpHeaders();
…

Bhargav
- 697
- 3
- 11
- 29
3
votes
3 answers
The value for property 'resValues' cannot be changed any further. after upgrading gradle from 4.1.3 to 4.2.1
After upgrading gradle from 4.1.3 to 4.2.1 I started getting this error while building the app
The value for property 'resValues' cannot be changed any further.

humazed
- 74,687
- 32
- 99
- 138
3
votes
0 answers
Getting HeapGradleException when trying to use HeapAnalytics
so i created a basic hello world app and brought in Heap Analytics. However i get this error when i try to run. It builds fine.
com.heapanalytics.android.gradle.HeapGradleException: Heap instrumentation failed with exit status 1
at…

Robert Metcalfe
- 241
- 1
- 2
- 5
3
votes
4 answers
Adding Heap Analytics code in React Project
I am trying to add heap analytics script in my react project but it keeps throwing this error "'heap' is not defined". And I cannot compile the project due to this error.
As far as I know, heap wants their code to run in tags. But I…

Vibhor Sharma
- 125
- 1
- 3
- 6
2
votes
1 answer
Heap session recording is not working with electron js based application
I have built an Electron based application using Angular, and now I am trying to integrate Heap session recording. So far am able to record the sessions but facing some issues as following:
Problem: So, the major issue is the recordings from the…

Rahal Rajapakse
- 21
- 3
1
vote
1 answer
Transferring data from WalkMe to Heap via webhooks
I have a problem in webhooks to transfer data from walkme to heap analytics.
I added "Analytics Properties" to walkme "Name" and "Type" in the settings and I would like to transfer this information to heap.
In the webhook, I have the 3 mandatory…

phenix71
- 11
- 2
1
vote
2 answers
Validating a url path with regex and excluding special characters
I'm trying to write up an expression that starts with a '#" and takes in the following types of paths and only takes in a character A-z/a-z and doesn't accept digits or special characters:
Example valid…

Jessica M.
- 13
- 3
1
vote
1 answer
Heap Analytics Plugin and Android Gradle Plugin 4.2+
We are trying to upgrade our Android Project to use Android Gradle Plugin 4.2.1 or 4.2.0, but when I do this I get the following error:
Caused by: java.lang.IllegalStateException: The value for property 'resValues' cannot be changed any further.
…

Marco RS
- 8,145
- 3
- 37
- 45
1
vote
1 answer
Using .env variables in index.html VueJS project when installing Heap analytics' snippet
I'm trying to integrate Heap's snippet to my VueJS app. But I have a staging and a production environment so the key must be dynamic using .env which is impossible when loading it in index.html. So, I tried to make it a Vue plugin:
//main.js …

Fredow
- 53
- 4
1
vote
0 answers
How can I properly use Heap Analytics with Nuxt.js Router?
I am using Heap Analytics in a Nuxt.js project. When routing between pages, Heap is displaying the title of the previous page as opposed to the current page. I believe this is an issue with nuxt router because if I change 's to regular…

somecallmejosh
- 1,405
- 2
- 10
- 16
1
vote
1 answer
How to stop Heap Analytics grouping assets into "OTHER" Category
I think this might be very simple.
I wrote a query in heap to tell me which users were part of an event and how many times they engaged in it during the year.
The result is a simple table with username and number of occurrences.
It worked. However,…

fatundem
- 11
- 1
0
votes
0 answers
Heap Analytics measure time spent on each div section
I have a very big web page made using React TypeScript. The page has multiple sections. To reach a particular section user has to scroll to the section.
I want to analyze the time spent by user on each section.
I am using Heap Analytics.

Sidman Raj
- 31
- 2