I’m facing an issue on Tag Manger where the preview mode is not displaying. I checked other post about similar issue and I tried all advices to make it work properly as to clean browser cache, to test different browsers (Chrome, Firefox and MS Edge), uninstall all extensions from the browser, to test in a incognito window and to test in different desktop devices. Nothing is working!
I know the Tag I published is working because I can see visitors been tracking on real-time report but I can not test or validate any new tag on Debug/Preview mode before publish anything.
What else can I do to make it work?
As additional information, I’m running Matomo 4.1.1 on a IIS 10 with PHP 7.3.8. It is tracking a website developed in .NET.
I have the same problem, I can´t see the debug window. Deleted cookies, cache etc. & allowed the website to open a popup window. Still not working.
I am using Matomo for Wordpress.
This is the code, I can see in the source code:
<!-- Matomo --><script type="text/javascript">
var _paq = window._paq = window._paq || [];
_paq.push(['trackPageView']);_paq.push(['enableLinkTracking']);_paq.push(['alwaysUseSendBeacon']);_paq.push(['setTrackerUrl', "\/\/www.mydomain.de\/wp-content\/plugins\/matomo\/app\/matomo.php"]);_paq.push(['setSiteId', '1']);var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.src="\/\/www.mydomain.de\/wp-content\/uploads\/matomo\/matomo.js"; s.parentNode.insertBefore(g,s);
</script>
<!-- End Matomo Code -->```
And this is where the code is coming from:
hello @Christina@Philippe can you help me i can’t see debug window in chrome. Deleted cookies, cache etc. & allowed the website to open a popup window. Still not working.i am using CodeIgniter php. .
hello @heurteph-ei i checked there is no error in javascript and network console.i already use MTM i am call page view by appending a mtmPreviewMode after url.