Hotjar
Last updated
Was this helpful?
Last updated
Was this helpful?
is a tool used for product experience insights. With Hotjar, you can use heatmaps, recordings, surveys, and user interviews for a full picture of your User Experience.
Accepts and calls
Connection Modes:
Web
Mobile
Server
Go to your Hotjar "Organization Settings" and copy your Hotjar Site ID. You'll enter this into the configuration setting in Freshpaint.
If you’re already using Hotjar, remove Hotjar’s snippet from your code. Freshpaint will load Hotjar's tracking code for you.
If this integration is set up correctly, you will see Heatmaps and Recordings beginning to populate.
Here is an example of an identify call to Freshpaint:
Hotjar's Identify API will reject these values if you attempt to pass them in the identify call.
Consider the following example:
In the example above, the all the values in the phoneNumbers
field will be rejected by Hotjar.
Consider the following example track call:
Hotjar will reject the properties of the event - only the event name, "Test Event" will be recorded.
When you enable the Hotjar destination in Freshpaint, recordings will automatically be sent to Hotjar.
When you enable the Hotjar destination in Freshpaint, heat maps will also automatically be sent to Hotjar.
You can also view reports on the data you're sending to Hotjar on your Hotjar Dashboard:
Only client-side connection mode is available for this destination. Events originating from the user's web browser will be sent directly to Hotjar.
In order to create user profiles and use those profiles to filter Recording and Heatmap data, create Segments, or show Feedback widgets and Surveys only to specific users, you need to have set up. See below for more on User Identification with Freshpaint and Hotjar.
When you call , Freshpaint will create a user in Hotjar by calling Hotjar's . The user properties sent to Hotjar are saved as User Attributes. These User Attributes can be used by Hotjar to enable advanced filtering and segmentation, giving you quality insights faster than before. You can send up to 100 user attributes on any site, with any number of users associated with those attributes. Read the following article in Hotjar's documentation to learn more.
When you send an event to Hotjar via the Freshpant App, or when you call freshpaint.track, Freshpaint creates an event in Hotjar through their .
Hotjar doesn't pass any event properties from Freshpaint as Hotjar currently doesn't support them. For more details on events in Hotjar, see this article on in Hotjar's documentation.
For Hotjar's Observe tools (Heatmaps and Recordings), Events are available on the Observe Business or Observe Scale plans. With the Ask tools (Feedback and Surveys), Events are available on the Ask Plus, Ask Business, or Ask Scale plans. See the for plans and pricing details.
Set up transformations to modify your data before it's sent to your destination. Read more about transformations .