We have a setup where we capture Hotjar User ID in Google Tag Manager and then pass it as a custom dimension to Google Analytics. It's done to simply merge and cross-reference both data sources.
We used the following code to capture the User ID:
function() {
return hj.property.get('userId');
}
2 days back we stopped receiving the data, even though there haven't been any changes to Google Tag Manage, Google Analytics or our Hotjar account.
My suspicion is that there have been a system update on the Hotjar end. I had a chat with their technical support, but they were unable to help me.
Would be great if someone with more experience could have a look at the following file, to see if there is a way to capturing the 'userId' value:
https://script.hotjar.com/modules-397099a69f05558cbf66f164cffcaf65.js
Thanks