Filipe Lourenco : Event tracking on PageAssist

https://help.monsido.com/en/articles/5760176-pageassist-basic-tracking

https://help.monsido.com/en/articles/6499385-how-to-set-up-event-tracking

Using our own event tracking, the user should add the next script:

<script> 
     window.addEventListener('mon-pageassist-open', function() {            
          console.log('open pa'); 
          window.monsido_functions.trackEvent(eventCategory, eventAction, eventName, eventValue?);
     }); 
</script>