Plan availability: For Voice of Customer tools (surveys): Available on Voice of Customer Growth plan.
For Experience Analytics tools (Filters): Available on Contentsquare Growth plan.
For Experience Analytics tools (Filters): Available on Contentsquare Growth plan.
How to enable the integration
1. From your RudderStack dashboard, add the source.
Note: Supported sources: Web
2. Select ‘Hotjar’ from the list of destinations
3. Assign a name to your destination and click ‘Next'
4. Enter your Contentsquare site ID. You can get your site ID by logging into your Contentsquare account and navigating to Settings > Sites & Organizations.
5. Click ‘Next’ to complete the configuration.
Track
The track call leverages Contentsquare's Events API to track specific user actions.
A sample track call is as shown below:
rudderanalytics.track("custom_event");
Identify
The identify call lets you pass your user data to Contentsquare, sending them as User Attributes.
A sample identify call is shown below:
rudderanalytics.identify("userId", {
total_spend: 500
});