I am trying to set up website tracking using javascript tracking. When I brows the page, I can see in the browsers network log that my Mautic instance being called. But I don’t see any activity in the Mautic dashboard.
What table are website tacking hit written to in the database?
I’ve also included the script you referenced in my sites (Joomla based) template page, just before the closing body tag… nothing appears to be happening in my Mautic Dashboard when I visit the page, I have a Page views/visits dashlet. Would this have anything to do with the presence of the mtracking.gif file? I’ve seen it referenced a number of times, however, can’t find it in my Mautic instance. I’ve tried installing the Joomla Mautic plugin but that appears to be broken as well…
Hey, just noted in my console that the script is being blocked, mixed content non https site (Mautic) to https site, will see what happens when I fix that probelm
Marty, I had the same problem. My website hat HTTPS but my Mautic ran under HTTP without SSL. The tracking script was getting blocked due to “mixed content”. After I shifted my Mautic instance to HTTPS, it - again - went fine.