How To Setup HotJar Script In Adobe Launch

How To Setup HotJar Script In Adobe Launch

If you’ve had to implement HotJar script in Google Tag Manager, it’s straightforward as the tag type is available and all you need to do is add the site ID [used 1234567] and fire the tag.

In Adobe Launch, the setup is a bit different as 1. the tag type is not available 2. the tags are within the rules.

In order to setup the HotJar tag in Adobe Launch, here are the steps:

  1. Define when you want to fire the tag. As with GTM, the three basic options are on Adobe Launch script OR on DOM Ready [HTML structure is created] or Window Loaded [Content has been rendered]. The sooner your tag fires, the more information it can collect. However, it’s always better to prioritize content load over tracking pixels. Only the most important tags can fire before content.

  2. In Adobe Launch, we will choose the Event when ‘Adobe Core’ has the event type ‘Window Loaded’. This is when we want to fire the tag.

  3. Place any conditions if you don’t want to fire the tag.

  4. IF not, then move to the next section - Events. As in, what do we want the rule to do. As HotJar tag type is not available, choose ‘Core’ and then, custom code.

  5. This would be a Custom HTML tag so you need to choose HTML type, paste the HTML script that HotJar provides and that’s it, you’re done.

Did you find this tip helpful? Let me know if you think I could write about other aspects related to Adobe Launch.

HotJar script in Adobe Launch.JPG
HotJar implementation in Adobe Launch.JPG



<script>
    (function(h,o,t,j,a,r){
        h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
        h._hjSettings={hjid:1234567,hjsv:6};
        a=o.getElementsByTagName('head')[0];
        r=o.createElement('script');r.async=1;
        r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
        a.appendChild(r);
    })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>

Calculated Metrics in Facebook Ad Manager We Could Use [if it existed] - Part 1

How To Create a Sankey Diagram With Google Analytics Data In R Studio

How To Create a Sankey Diagram With Google Analytics Data In R Studio