> ## Documentation Index
> Fetch the complete documentation index at: https://docs.claimr.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Hotjar integration

> Integrate Hotjar with the Claimr widget by passing your Hotjar Site ID via a URL parameter to capture session recordings and heatmaps.

## Integration steps

Integrate Hotjar by passing your Hotjar Site ID (`hjid`) via a URL parameter.

<Steps>
  <Step title="Find your Hotjar Site ID">
    * Log in to your Hotjar account.
    * Go to "Sites & Organizations".
    * Your Site ID (`hjid`) will be listed next to your site.

    For detailed instructions, refer to Hotjar's documentation: [Where can I find my Hotjar Site ID?](https://help.hotjar.com/hc/en-us/articles/4403117281815-Where-can-I-find-my-Hotjar-Site-ID-).
  </Step>

  <Step title="Construct the URL">
    Add the `hjid` parameter to your Claimr campaign URL, replacing `"HOTJAR_CAMPAIGN_ID"` with your actual Hotjar Site ID:

    ```
    https://campaign?hjid=HOTJAR_CAMPAIGN_ID
    ```
  </Step>
</Steps>

## Verifying Hotjar integration

After adding the `hjid` parameter, go to your Hotjar dashboard and check if data is being collected for your site. You should be able to see recordings, heatmaps, and other Hotjar features working within the Claimr widget.
