Forum Discussion

Shahodo's avatar
Shahodo
Regular Visitor
6 years ago
Solved

Connecting Hotjar with PowerBI as a data source

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 me...
  • Anonymous's avatar
    Anonymous
    6 years ago

    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)

    How to Share and Export Data 

    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