The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I am looking for a way to connect Hotjar to PowerBI where if I get a new answer to a survey it will update the dashboard automatically, is there anyway to actually do this? via an API or any other method?
Solved! Go to Solution.
HI @Shahodo,
After I double-check on hotjar documents I found it only shares the user attributes related APIs for development. (the official document methods they provide 'share' and 'export' features to sharing or getting records)
So if you want to get data from this service, you can export and get data from that file to power bi(simple way). In addition, you can try to use programming languages to simulation 'sign in' and using the export feature to get the respond CSV/xlsx files and package them as an interface or web service. (the hard way)
Then you can simply use power bi web connector to get data from that interface/web service.
Regards,
Xiaoxin Sheng
FYI this is still an issue in 2022. I've been repeatedly trying to automate an extract from HotJar, but they only offer Zapier as an integration option. This is effectively chargable per survey/recording, so gets expensive very quickly.
We did also write our own screen-scraper to login and download the csv, but the website wasn't stable enough to use this.
thanks
Matt
Hey @Shahodo I am also looking for this setup... Have you managed to achieve what you were looking for in the end? Would you mind sharing your work?
Hi @Shahodo,
Yes, you can consider using web connector with corresponding rest API to get data. After you publish to power bi service and verify its data credentials, it will refresh automatically.
Pull data from a REST API Authentication
Regards,
Xiaoxin Sheng
Hi @Anonymous ,
I appreciate your help! However, Hotjar's API doesn't allow data extraction and is used only to send user attributes. If you tried this method; did it work?
Any other solutions?
HI @Shahodo,
After I double-check on hotjar documents I found it only shares the user attributes related APIs for development. (the official document methods they provide 'share' and 'export' features to sharing or getting records)
So if you want to get data from this service, you can export and get data from that file to power bi(simple way). In addition, you can try to use programming languages to simulation 'sign in' and using the export feature to get the respond CSV/xlsx files and package them as an interface or web service. (the hard way)
Then you can simply use power bi web connector to get data from that interface/web service.
Regards,
Xiaoxin Sheng
I really wanted to use the web version but i just dont think i am advanced enough to do it.